hyperfekt
hyperfekt
I'm having the same issue over here, and the extension worked before (unfortunately I can't pinpoint when it stopped). Firefox version: 57.0.4 History setting: remember privacy. preferences: normal (except for...
I've crossreferenced all the extensions and they are not the cause. (Specifically ublock origin in various configurations, userscript extensions and variations of Stylish). resistFingerprinting or Tracking Protection also isn't the...
Reproducibility on latest checkout unconfirmed due to #356.
Unfortunately not, because the encryption is still broken (-126 why??), even with #356 fixed.
If this wasn't constrained to `Text` sources but could also apply to `Text` values it could also allow syntactic sugar for custom data types without having to implement every single...
I don't understand a lot about the Haskell build process, but I'm pretty sure the output directory isn't needed since the users of hie-bios are not responsible for compiling. I...
Okay, I think I figured it out. hie-bios needs the following in the file located at `$HIE_BIOS_OUTPUT`: ``` -no-global-package-db -package-db [the libdir of the current ghc]/package.conf.d [all the ghcopts &...
I'm close to being done implementing this, but since I'm not super familiar with how Haskell builds work I am wondering whether there can exist conflicting in-project dependencies (as opposed...
Currently extra-directories are not yet implemented since I could not find a corresponding flag for GHC, and trying to use it with Digital Asset's ghcide will fail due to https://github.com/digital-asset/ghcide/issues/551.
I've thought about this and while I could add flags to add extra-directories as all kinds of different flags GHC offers for specifying search paths for different kinds of files,...