Daneel S. Yaitskov

Results 83 issues of Daneel S. Yaitskov

**Is your feature request related to a problem? Please describe.** GHC is shipped with UnliftedDatatypes extension, but base library has similar issue like with LinearTypes extension i.e. doesn't support it...

Hi, hint is for 3rd party running code provided by the end user, but I was not able to find how to control access to packages from script code. Let's...

needs more info

I spent lots of time figuring out why searchPath is not working for me. I was expecting that searchPath prefixes file names of loadModules! I guess docs should be more...

Hi, Yesterday I added to my project favicon plugin. The project is using hard source plugin for long time. "favicons-webpack-plugin": "0.0.9", "hard-source-webpack-plugin": "^0.6.4", nodejs v6.11.4 [email protected]", It worked somehow at...

bug
more info needed

Hi, A few days ago I discovered msys2 and I am very pleased with the state of things overall. My ultimate goal is to build [nix](https://nixos.org/manual/nix/unstable/installation/building-source.html) from source inside msys2...

I am implementing WebAuthn authentication. Chrome browser returns part of data encoded in CBOR and uses 58/59 bytes (fixed byte string with length up to 255/65535 bytes) to encode key....

Hi, I have an issue with parsing attestation fields from Android Chrome on fingerprint sign-up. cbor2commet from npm cbor-cli package handles exactly hex-encoded blob below. Code sample: ``` stack ghci...

Hi, I propose to append target address to exception message in connect function. Haskell doesn't have stack trace support as good as java. It is really hard to figure out...