Utku Demir
Utku Demir
I think this is a great idea, we can just sacrifice one line at the bottom and make it much more discoverable. This would also make the current help modal...
Update: I have a prototype implementation: However it doesn't look that pretty. I feel like as rest of the application doesn't use the colors and background very prominently, the new...
My commit was for "haskell-src-exts"'s API change, I don't think it'll solve this. But I can vouch that SourceGraph _currently_ works without any version bounds on cabal.
Thanks for the mention @chshersh . Here's my 2c: I mostly agree @jared-w, where the hard part about static-compiling Haskell comes from setting up the appropriate environment, also that `ghc-musl`...
> As far as exposing the internals goes in general, I'm for it. I just wanted to mention that I would also appreciate being able to access the `Vector` constructor....
Thanks @kqr - it indeed was an important omission. I do want it to be public domain (so even the ISC license is too restrictive to my taste for this...
A useful point would be to (have a way to) unify the annotations with `derive_more::Display` - so it roundtrips (ie. `something.to_string().parse::()` is same as the original). It's not necessarily a...
Thank you for the kind words :). I agree that this would be a great feature. Random thoughts: I have a vague recollection of finding some issues with going across...
Here's what I found: - `nix path-info` on a store path does **show** the deriver: ``` $ nix path-info --json /nix/store/yj2lqydpqynnhazkb8rp2cwfjrh4wl6y-nix-tree-0.6.2 | jq . { "/nix/store/yj2lqydpqynnhazkb8rp2cwfjrh4wl6y-nix-tree-0.6.2": { "ca": null, "deriver":...