Michael Vorburger

Results 604 comments of Michael Vorburger

@mosesn perhaps you would like to chime in here - do you know if this one can be closed? Still needs a fix?

@mihneagiurgea your #47 is a "bug" where an external process which is expected to exit with 0 (`mysqld`) is handled wrong. I suspect #96 actually fixed that problem. This issue...

@gsylvie do you want to check if #96 from @cardamon might fix this problem?

@mosesn do you have any interest to further dig into if this is still a bug that needs to be fixed?

I have had similar problems, found this by web searching, and wrote up a few things I learnt to fix it (for me) on https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/docs/yubikey.md#troubleshooting; perhaps this will be useful...

Update https://github.com/bazelbuild/rules_jvm_external/blob/master/docs/bzlmod.md#installation when done.

> What happens when you run `bazel query //...`? @achew22 this happens, as far as I can tell that works just fine: ```bash $ bazel query //... //cli:enola //cli:src/test/java/dev/enola/cli/ClasspathHellDuplicatesCheckerTest //cli:src/test/java/dev/enola/cli/EnolaTest...

As suggested above: ```bash $ git clone https://github.com/enola-dev/enola.git && cd enola $ git checkout 5383cf9 $ bazelisk query "kind('source file', deps(set(//...)))" Starting local Bazel server and connecting to it... INFO:...

Closing ancient issue which hasn't seen any community engagement in a year; any future readers, please open a new issue, or (better) a PR with a fix!

With https://github.com/vorburger/ch.vorburger.exec/pull/96 (and https://github.com/vorburger/ch.vorburger.exec/pull/103 for https://github.com/vorburger/ch.vorburger.exec/issues/99) just merged, this should be "fixed", but what's left here is to release it all; I'll keep this issue open, and close it later...