mrckzgl
mrckzgl
This issue is resulting out of the following discussion: https://github.com/JanusGraph/janusgraph/discussions/3942 First, the [documentation](https://docs.janusgraph.org/index-backend/text-search/) for textContainsPrefix is incomplete (more exactly: contradictory) for the case, where the search string contains multiple words...
Hi, (until fix for https://github.com/flori/json/issues/515 gets released,) we want to use the pure variant to pretty generate some of our json (where it is important to have correct formatting), however...
Environment: `Linux 6.5.0-26-generic #26~22.04.1-Ubuntu` Consider following minimal example: ``` @time_hash = {} def perf_time(id) @time_hash[id] = Time.now end def perf_time_end(id) puts("#{id.to_s}: #{format('%.5f', Time.now - @time_hash[id])}") end test_string_mixed = "this is...
It seems rbs is trying to make a native extension on JRuby which is not supported. For complete log output, see https://github.com/Shopify/ruby-lsp/issues/2292 That results in rbs not being able to...
Hey, I just figured that the buttons of type color have a different height, than those of type gradient. This hinderes me to use them side by side. This is...
If I have the following plugin added to the vite config: ``` VitePluginNode({ adapter: 'express', appPath: "./src/server.ts", exportName: "viteNodeApp", initAppOnBoot: true, }), ``` running `vite build` only builds the server...
Consider this minimal example code: ``` require 'nokogiri' $time_hash = {} def perf_time(id) $time_hash[id] = Time.now end def perf_time_end(id) start = $time_hash[id] puts("#{id}: #{Time.now - start}") end def generate_xml(volumes) xml...
As title, see following console output: ``` [redacted@redacted janusgraph_memory_leak]$ ruby --version jruby 10.0.2.0 (3.4.2) 2025-08-07 cba6031bd0 OpenJDK 64-Bit Server VM 21.0.8+9 on 21.0.8+9 +indy +jit [x86_64-linux] [redacted@redacted janusgraph_memory_leak]$ gem install...