George Kontridze
George Kontridze
Hi, I can't get `asdf install python 3.8.9` working on an Apple M1 Max MBP with macOS Monterey, for various architecture-related reasons. The closest I managed to get was by...
Is there a reason not to be using https://github.com/nix-community/tree-sitter-nix queries? They seem to have better coverage of the Nix grammar than what's included in this plugin.
Hi, I was wondering if it's possible to achieve the following effect: ``` COL1 COL2 val1 val2... ``` If the length of val2 exceeds the maximum set column length.
* Bazel 4.2.1 => 6.1.1 * Add Buildifier * Clean & update Go modules * Update dependencies: rules_go, gazelle * Remove usage of env_execute from rules_go to allow upgrade to...
Love the tool! Would it be possible to honor `~/.ssh/config` files? My main use case is using a bastion host to run commands on machines. Thanks!
I'm trying to build https://github.com/pantsbuild/pants, and there's a `VERSION` file @ `src/rust/engine` that gets accessed by a macro in `src/rust/engine/pantsd/src`, which is a sub-crate of the workspace. But when I...
[Link](https://docs.porter.run/introduction#internal-developer-platform) in docs points to https://github.com/porter-dev/porter, but it's 404ing - and I see this repo has been renamed to `-archive`
Got it to compile on Nix (was a pain because of `openssl-sys` :) ). Now the problem is the venv being constructed with symlinks instead of copies. Would it make...
Hi, thanks for writing this - love using it. Here's my current config: ```lua require("statuscol").setup({ ft_ignore = { "NeogitStatus", "neo-tree", "aerial" }, relculright = true, segments = { { click...