j-k

Results 137 comments of j-k

If you really needed compiled aarch64-linux binaries you could give the [nix builds a go](https://search.nixos.org/packages?channel=unstable&show=deno&from=0&size=50&sort=relevance&type=packages&query=deno) The stable and unstable channels should have binaries in the cache ``` $ deno eval...

the nix build of deno brings its own glibc so if you need deno on PiOS that's an option. or maybe try use the musl target? If you don't even...

`qemu-user-binfmt` is enough to build out rusty_v8 lib, I imagine it'd work just fine for deno in GH actions on x86_64 linux https://github.com/denoland/rusty_v8/blob/main/.github/workflows/ci.yml#L82-L97

anything preventing these reaching master?

@patzm Might be worth trying this with the [newer fork of compton (picom)](https://github.com/yshui/picom) & if you still have the problem pop an issue in over there

I've given fixing CI a bit of a try ( #110 ) but it's broken on master too. https://github.com/rabite0/hunter/commits/master It hasn't successfully ran since 2019-05-06 https://github.com/rabite0/hunter/commit/540eb825b42c96e5cc420d40a8b8658cb4a16df3

Np @jedahan If you use nix package manager I've got it packaged in my NUR. https://nur.nix-community.org/repos/j-k/ Theres a cache too so you dont need to compile it yourself if you...

I wouldn't want lspmanager to detect I use nix and run `nix-env -i rust-analyzer` (or `pacman -S rust-analyzer` on an arch machine etc) personally since I have a declarative config...

Woah, next release can I finally stop `sed`-ing individual tests to skip? 🎉🎊

> https://github.com/rabite0/hunter file manager supports sixel and kitty image protocols. Yes and https://github.com/rabite0/ who made hunter is the one who has started implementing sixel for alacritty 😀