Evan Stoll

Results 78 comments of Evan Stoll

Checking to make sure I'm on the right page, here: In trying to build something using `generatedCargoNix`, I am getting ```Checksum for interop_rust 0.5.1 (git+ssh://git@/leap/interop_rust.git#bd8f3cd3cd952abb2997de0e4a747e22d2bda8c7) not found in crate-hashes.json``` where...

I wonder how difficult it would be to partially implement this. In addition to perhaps using stylish/stylus themes, some sites (such as rustbyexample) provide multiple "official" themes for both mobile...

Was going to answer @ashald's [question](https://github.com/ashald/EnvFile/issues/76#issuecomment-455041836) re CLion support, but I figured it'd be more appropriate to answer it here ___ I am very interested in utilizing this for my...

I am now using [lorri](https://github.com/target/lorri), but things works largely the same as direnv on the client side, e.g. with the [direnv plugin](https://github.com/wbolster/emacs-direnv) for emacs, lorri seems to work flawlessly. I...

> > I still have to open a terminal and navigate to a direnv/lorri enabled directory and launch my IDE from there if I want to utilize these environments in...

@symphorien here's what I found that works ``` shell niv add local -n poetry2nix_local --path ~/src/poetry2nix Adding package poetry2nix_local Writing new sources file Done: Adding package poetry2nix_local ``` If we...

This isn't the same thing as #310, is it? If it _is_, try using e.g. `fd -x "{}"` as mentioned [here](https://github.com/sharkdp/fd/issues/310#issuecomment-402538008).

I have also been messing with various distros in iSH and have encountered the same issue. So far, it has been quite difficult to find distros that: 1. Support 32...

One interesting thing I've found is that this does not seem to trigger on emoji displayed as images, such as those in the [cargo-about](https://github.com/EmbarkStudios/cargo-about) repository. Of course, repositories such as...

@IvanMalison Ahh that makes sense. So basic Unicode glyphs in general are not the issue, but rather, glyphs that differ in size from the rest of the font. Hrm.