mayl

Results 38 comments of mayl

I don't have an implementation in mind, but just want to chime in that I too have a use case for this. I have several functions who's purpose is to...

It also seems like the combination of efda5b3 and this fix the problems I was having with cargo doc in #223.

Ah that could be it I guess. Usually a magnifying glass's handle doesn't extend into the round 'glass' part though...

hmm, thats interesting - I'm on Firefox as well. Can you share a screenshot of what you see? I'm happy to try to open a PR, but I have no...

You sound like you know way more about this than I do. I tried your `font-family: FreeSerif;` and it worked for me too: ![image](https://user-images.githubusercontent.com/192939/115868545-94d54380-a477-11eb-8383-ce19ef0bbad2.png)

Hmm, I see fixing this "in general" then might be kind of difficult without help. I wasn't clear in my issue, but my original suggestion was a little more specific....

Looks good from here too, the link from GitHub now goes directly to the project page. I'll let you decide whether you want to close this or keep it open...

Yes, we've been doing more or less exactly what you describe in a `bash` script (`cd` into the desired directory and run the test runner there). Our build system is...

It's a little complicated, there is some more context [here](https://discourse.nixos.org/t/create-an-offline-c-development-environment/11531/10). As a brief summary, I'm building my `devshell` as part of a `nixos-generators` `vagrant-virtualbox` machine for offline use. I've been...

FWIW, my preference would still be to not have `devshell` enforce a particular prompt. For instance, I use `starship` for my prompt which among other things has [support for `nix-shell`](https://starship.rs/config/#nix-shell).