Eliza Zhang
Eliza Zhang
I have an interesting use case where I have some functions that run over a `billy.Filesystem` and I want to run them on a directory _while ignoring a specific file_....
Here's the result of `doppler update --debug`, running on Arch Linux: ``` ➜ doppler update --debug Debug: Using config file /home/leo/.doppler/.doppler.yaml Debug: Reading config file Debug: Checking for latest version...
Hi there! We've been using `depth` as a library as a part of https://github.com/fossas/fossa-cli to power our Go dependency discovery. We recently ran into an interesting bug where using a...
Using `Readonly` is much more readable than marking every property as `readonly`.
I'd like to allow specific users to optionally update to a pre-release in order to give them bleeding-edge updates. My use case is something like: - `cmd update`: updates to...
This is a collection of build tools we may potentially support: - [x] .NET: [NuGet](https://www.nuget.org/) - [ ] C/C++: [Buckaroo](https://buckaroo.pm/) - [ ] C/C++: [Conan](https://conan.io/) - [ ] C/C++: [Hunter](https://docs.hunter.sh/en/latest/)...
How do I order by a nullable column? This doesn't work: ```hs data SomeTable f = SomeTable { someColumn :: Column f (Maybe UTCTime) } -- ... someQuery = do...
This is a fairly nitty ask, so no worries if this is low priority. [`acceptLogin`](https://hackage.haskell.org/package/servant-auth-server-0.4.7.0/docs/Servant-Auth-Server.html#v:acceptLogin) in `servant-auth-server` currently returns an `IO (Maybe (response -> withTwoCookies))`. For an example usage, see...
With `atom-elixir` enabled, my `$PATH` variable is set to the default Bash path for my system. This breaks all kinds of plugins which rely on `$PATH` being properly set in...
Currently, `ghc-options` are listed as a wrapped text blob. For example, take this excerpt: ```cabal common lang build-depends: base >=4.12 &&