Eliza Zhang

Results 42 comments of Eliza Zhang

This issue is still occurring for me. I've verified that I'm on 3.0.3, and that disabling `language-haskell` causes this behaviour to go away (so I'm pretty sure it's coming from...

> Doppler CLI installs and updates both currently require sudo Sure. I'm suggesting that, when installing via package manager, the install script should ask for sudo (e.g. the install script...

I actually prefer types over interfaces in my code, so I'm not very familiar with how this would work on interfaces. I'm not sure if there's a way to create...

For anyone else who arrives at this, you can work around it by `cd`ing into the cloned directory in `dist-newstyle` and manually running the correct `git checkout` yourself.

If you just want to check the optimised output, you should also take a look at https://github.com/HyperBrain/serverless-package-plugin

I just ran into this while solving Advent of Code. Any recommended workarounds in the meantime?

FYI, null byte encoding works fine for [bottom-hs](https://github.com/bottom-software-foundation/bottom-hs), which has always encoded separators after null bytes. For evidence: - Here's the encoding logic for null bytes: https://github.com/bottom-software-foundation/bottom-hs/blob/f86c1fc88a772eb8a91469deea5b7df0b6cc2f76/src/Data/Encoding/Bottom.hs#L144 - Here's a...

Is there an easy way to instrument `addDependentFile` calls so we can figure out what files to add to `extra-source-files` as a workaround?

+1. Generator dies on "Ensure Github Travis App Authorized" even though it's already been authorized and I click "Allow Access" every time it brings the prompt up.