I hereby claim:
- I am vorburger on github.
- I am vorburger (https://keybase.io/vorburger) on keybase.
- I have a public key ASDg52VKKYQC_drfNUt19lgt2FO6ZF32GJoJHL25ylv7iQo
To claim this, I am signing this object:
| https://github.com/matrix-org/matrix.to/issues/395 Browser Console Log | |
| /#/room/#space:nixos.org:1 Access to fetch at 'https://matrix-client.matrix.org/_matrix/client/v3/join/%23space%3Anixos.org?server_name=matrix.org&server_name=digitalprivacy.diy&server_name=monero.social&server_name=matrix.yeai.de&server_name=liiib.re&server_name=astraltix.ru&server_name=nx2.site&server_name=tac.lol&server_name=matrix.detpikachu.dev&server_name=matrix.aruthecrsov.com&server_name=luxus.ai&server_name=cid.moe&server_name=frens.io&server_name=matrix.eno.space&server_name=oma.su&server_name=sbruder.de&server_name=jackson.dev&server_name=matrix.danilafe.com&server_name=matrix.ret2pop.net&server_name=faukah.com&server_name=aria-net.org&server_name=braindot.fr&server_name=retinker.de&server_name=chat.mzhang.io&server_name=regalk.dev&server_name=routing.rocks&server_name=matrix.kifla.be&server_name=sfo.cube64128.xyz&server_name=loveblancs.com&server_name=protocol7.dev&server_name=austinsahnow.net&server_name=mx.porivaev.ru&server |
| https://github.com/enola-dev/enola/issues/1730 | |
| https://github.com/enola-dev/enola/pull/1873 | |
| With --nofetch removed | |
| nix run . -- -help | |
| nix log /nix/store/8z956k611lmc4zi7dvhzpnd2rl8pjzmm-enola-b85a298-dirty.drv | |
| Running phase: unpackPhase |
| https://github.com/modelcontextprotocol/java-sdk/issues/606 | |
| ```` | |
| [INFO] Running io.modelcontextprotocol.spec.McpSchemaTests | |
| [ERROR] Tests run: 75, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.082 s <<< FAILURE! -- in io.modelcontextprotocol.spec.McpSchemaTests | |
| [ERROR] io.modelcontextprotocol.spec.McpSchemaTests.testListPromptsResult -- Time elapsed: 0.005 s | |
| [ERROR] io.modelcontextprotocol.spec.McpSchemaTests.testElicitRequestWithMeta -- Time elapsed: 0.001 s | |
| [ERROR] io.modelcontextprotocol.spec.McpSchemaTests.testCreateElicitationRequest -- Time elapsed: 0.001 s | |
| [ERROR] io.modelcontextprotocol.spec.McpSchemaTests.testContentDeserializationWrongType -- Time elapsed: 0.001 s | |
| [ERROR] io.modelcontextprotocol.spec.McpSchemaTests.testToolWithMeta -- Time elapsed: 0 s |
| Related to https://github.com/enola-dev/enola/issues/1354 : | |
| $ ./enola chat | |
| Welcome here! Type /help if you're lost. | |
| vorburger@yara in #Lobby> /commands | |
| yara> 0ad | |
| 2to3 | |
| 2to3-3.12 | |
| 7z |
| # /home/vorburger/git/github.com/enola-dev/enola/cli/BUILD:19:12 | |
| java_binary( | |
| name = "enola", | |
| tags = ["__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"], | |
| generator_name = "enola", | |
| generator_function = "java_binary", | |
| generator_location = "cli/BUILD:19:12", | |
| deps = ["//common/common:common", "//common/markdown:markdown", "//common/protobuf:protobuf", "//core/impl:impl", "//core/lib:core_java_grpc", "//core/lib:core_java_proto", "//core/lib:lib_java", "//web/api:api", "//web/rest:rest", "//web/sun:sun", "//web/ui-soy:ui-soy", "@maven//:com_google_guava_guava", "@maven//:com_google_protobuf_protobuf_java", "@maven//:info_picocli_picocli", "@maven//:org_slf4j_slf4j_api", "@maven//:org_slf4j_slf4j_jdk14"], | |
| srcs = ["//cli:src/main/java/dev/enola/cli/CLI.java", "//cli:src/main/java/dev/enola/cli/CheckedRunnable.java", "//cli:src/main/java/dev/enola/cli/CommandWithEntityID.java", "//cli:src/main/java/dev/enola/cli/CommandWithModel.java", "//cli:src/main/java/dev/enola/cli/DocGen.java", "//cli:src/main/java |
| 2022-02-19 18:35:41 | |
| Full thread dump OpenJDK 64-Bit Server VM (11.0.13+8 mixed mode, sharing): | |
| Threads class SMR info: | |
| _java_thread_list=0x00007fe558000c30, length=17, elements={ | |
| 0x00007fe5a8152000, 0x00007fe5a8154000, 0x00007fe5a8159800, 0x00007fe5a815b800, | |
| 0x00007fe5a815d800, 0x00007fe5a815f800, 0x00007fe5a8161800, 0x00007fe5a81b5000, | |
| 0x00007fe5a8338800, 0x00007fe5a8384800, 0x00007fe5a89a5000, 0x00007fe5a89a6800, | |
| 0x00007fe510006000, 0x00007fe5a8017000, 0x00007fe510193000, 0x00007fe510199800, | |
| 0x00007fe558001000 |
I hereby claim:
To claim this, I am signing this object:
| // Turns out I didn't need this after all... ;-) | |
| Headers headers = new Headers.Builder().addUnsafeNonAscii("Content-Disposition", buildContentDispositionHeader("file", file.getName())).add("Content-Type", rb.contentType().toString()).build(); | |
| return Part.create(headers, rb); | |
| // As in okhttp3.MultipartBody.Part.createFormData(String, String, RequestBody), transcribed from Scala (?) | |
| private static String buildContentDispositionHeader(String name, String fileName) { | |
| StringBuilder sb = new StringBuilder("form-data; name="); | |
| appendQuotedString(sb, name); | |
| if (fileName != null) { |
| http://blog2.vorburger.ch/2019/02/how-to-transfer-github-pull-requests-to.html | |
| This is the documentation for how during 2018 I used to go from | |
| the Version Bump Pull Requests proposed by Dependabot on | |
| https://github.com/vorburger/odlparent/pulls | |
| to https://git.opendaylight.org/gerrit/#/q/topic:dependabot | |
| cd /home/vorburger/dev/ODL/git/odlparent | |
| $ git remote -v | |
| gerrit ssh://[email protected]:29418/odlparent.git (fetch) |
| https://github.com/fabric8io-images/s2i/issues/206 | |
| https://github.com/fabric8io-images/s2i/issues/172 | |
| (09:59:45 CET) vorburger: hello people of CentOS. I'm observing a VERY strange thing possibly related to the CentOS 7.6 container image release earlier today, full story is https://github.com/fabric8io-images/s2i/issues/206, the gist of it is: | |
| (10:01:20 CET) vorburger: it looks to me like old stable 7.5.1804 on https://hub.docker.com/r/library/centos/tags/ got replaced with 7.6.1810 a few hours ago today, despite 7.5.1804 saying (on the UI) it hasn't changed in 2 months | |
| (10:02:06 CET) billings: vorburger: Step 7/37 : RUN yum install -y unzip java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5 | |
| (10:02:27 CET) billings: why is it installing a specific version of openjdk? That's why it doesn't work. That version isn't in 7.6. | |
| (10:03:03 CET) billings: https://github.com/fabric8io-images/s2i/blob/master/java/images/centos/Dockerfile this needs to be fixed, hopefully by someone who understands how to use |