Rebecca Turner
Rebecca Turner
I've worked out (independently) the correct `./configure` and `make` and `make install-world` args for this here, maybe we can integrate them: https://github.com/MercuryTechnologies/homebrew-tap/blob/0d611b7c9b3d261a855011a9bf7d8d3d11faa37b/Formula/postgresql%4016.rb
> Therefore, there's no line to add since the `ErrorCall` callstack will just be gone. Sounds like we should add a blank line there when there's no `ErrorCall` callstack, then?
Hmm. I'm not sure about 0 seconds, but 0.1 seconds is probably reasonable. What editor are you using? I found that the filesystem events detected varied a lot based on...
Unfortunately the `clap` `alias` functionality is pretty limited -- it can only make add aliases for an existing argument (I doubt this works as written, but it would make `----log-filter...
UhhHhhHH I think it might be able to do this with the right GHC options, but I'm not sure!
Thanks for the report!
Note: Today (Rust 1.81, though it's probably worked for a while), this works in `clippy.toml`: ```toml [[disallowed-methods]] path = "std::fs::rename" reason = "Use fs_err::rename" ``` However, the documentation only includes...
Good idea! Parsing the CLI arguments is one of the worst parts of `nix-your-shell`. It's unfortunately necessary to determine if a command is being supplied or not (and to determine...
Hey, I'm trying out nushell today and bouncing off of this. The 'workaround' of setting `$XDG_CONFIG_HOME` is pretty bizarre to me, because my shell is the thing I use to...
Thanks for the report! Looks like ghciwatch is trying to convert `foo.hs` to a module name in the GHCi search paths, which isn't working because we're not in a cabal...