Ciaran Downey
Ciaran Downey
I spent some time trying to make the changes to read from /proc/net/dev, but I'm not super comfortable with c++ and struggled to incorporate these changes into the project as...
Sent out #1230 that attempts to fix this
I am also running into this with kitty and nix-darwin, even with the TERMINFO_DIRS variable set as described above: ``` $ darwin-rebuild switch --flake . ... Activating home-manager configuration for...
Just ran into this. Is there a reason the SQLite engine can't use named parameters? If I were to submit a PR to switch to using named params for both...
* 4d5671472a7272ea19dd61debf1e64d8aed27b41 doesn't work for me ("no module named 'orjson.orjson'"). * 6d58fa6bf39f612304e55566fa628fd160b38177 appears to work for me. >I assume we're all on the latest version of this tool, and if...
fwiw just commenting out the javac-import line got me most of the way there: https://github.com/ciarand/scip-java/commit/d48f52005c909285b7c70aa27a10bfbcb7f452a0 With that and the javac options (https://github.com/ciarand/scip-java/commit/ebfa1541745ee5521e9c150681a4620049e4220e) most of our Java libraries are building as...
I managed to fix this by patching the `absolutePathFromUri` function to naively swap `:` with `/` and to absolutize the returned path if it isn't already https://github.com/ciarand/scip-java/blob/68ead17732c2b919b94f6cdb8d8a578c2bb7ec1e/semanticdb-javac/src/main/java/com/sourcegraph/semanticdb_javac/SemanticdbTaskListener.java#L115-L132 With these changes...
Ah, more trouble, though these can probably be moved to a separate issue. The indexing is working, but the BazelBuildTool part (`bazel run @scip_java//scip-semanticdb:bazel -- --sourceroot $PWD`) is failing when...
alternatively: is this supposed to work and I have just made some sort of mistake configuring my system that is preventing sysdig from doing its thing?