Kyle Teske
Kyle Teske
Any plans for this? I'm guessing it would look pretty similar to other static framework implementations, I could take a stab at a PR.
In example below, the 'final' attached to method() is highlighted, but the 'final' on class foo is not. class foo final { void method() final; };
We've got a python package that depends on InquirerPy, and we want to install this package using [pipx](https://pypa.github.io/pipx/). However, on Ubuntu 22.04, this errors: ``` > pipx install --index-url Traceback...
Using `bazelisk v1.17.0`, changing `BAZELISK_FORMAT_URL` does not trigger re-downloading Bazel if the same version number of Bazel has previously been downloaded from anywhere. ``` # Start off clean rm -f...