Ben Talbot
Ben Talbot
We are able to reproduce this relatively consistently across most machines in our company. Standard setups: Ubuntu 20.04, gnome terminal. What always fixes this for us is ensuring our scripts...
Well I don't think these results help clear up anything :stuck_out_tongue: , but this is what I found: 1. Add an exception after `report_mouse()` cleanup is run: ```diff finally: if...
Also seeing this issue. Seem to be able to reliably get the app working again by saving the file 3 times each time I make a change, but very disruptive...
I've just seen the `-- args` workaround, which functionally does the job. It still doesn't work for `--bazelrc` as it treats it as a command arg rather than startup option...
Thanks @cpsauer ; I had a feeling this may be the result. - the passing `--bazelrc` both sides doesn't work because that's a [startup option](https://bazel.build/reference/command-line-reference#startup-options) which means it has to...
I'm probably getting towards the nit-picky territory, but neither quite meet my needs: - I'd still need to have a bazelrc with that import line in every module, which feels...
+1. Tracing to https://github.com/kkoomen/vim-doge/blob/master/helper/src/python/parser.rs and the associated tests it looks like only recognising functions is implemented. It would be nice in the README to document what tags are supported for...
Hey Bruce, unfortunately I don't think there will be an update on this for a while (I'm on leave for a few months). The above steps should work for the...
I believe it may be to do with how your Python installation is setup. Start with a fresh Python environment (e.g. `python -m venv my_venv`), ensure it's activated, then go...
Thanks for reporting @matygr . Can I confirm what line of the installation instructions you're receiving the error. Is it the `cmake --build . -j$(nproc)` step or are you running...