jade

Results 267 comments of jade

I also use this. I'm not mad that it's been removed given the issues with tree sitter though; I have a hack script to turn it off temporarily, change colour...

Ah yes, missed those ones in my 10 minutes of poking through the bug tracker. Thanks. I think that the responses to that thread trivialize the complexity of a correct...

I have looked at all three of the linked lua http libraries in #12459 and all three are not practically usable in the neovim context. lua-http requires cqueues which is,...

Also reachable without doing any funny business with hooks or so: ``` lix/lix2 » python -m wtf zsh: suspended (tty output) python -m wtf lix/lix2 » cat wtf/fail.xsh head =...

Not at all easily since all the nixpkgs xonsh maintainers burned out or quit nixpkgs but I can drag out a virtualenv and try it.

reproduces on ebb3b9b33d4eb700ea5e4d48753283b32fd08c3f ``` co/xonsh » python -m virtualenv .venv created virtual environment CPython3.12.4.final.0-64 in 276ms creator CPython3Posix(dest=/home/jade/src/co/xonsh/.venv, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/home/jade/.local/share/virtualenv) added seed packages: pip==24.1.1...

FYI this has been basically done by systemd now so we don't even need a new pam module. Just use `pam_systemd_loadkey`.

that's the thing: it does not parse those as far as i can tell. it only takes the one format that i guessed by reading the code since it does...

Ah. Yes, but most of the formats supported by postgres are thus unsupported. For instance refinery seemingly discards query parameters.

Some of these variables work as-is. It's a work in progress. See https://github.com/open-telemetry/opentelemetry-rust/issues/774