Mateusz Kowalczyk

Results 61 issues of Mateusz Kowalczyk

It seems to me that `*` is completely broken for directories when using the `Find` or `GlobPattern` modules, which is very strange to me considering it should be basic functionality...

Internal matchDir would always fail if we were trying to match against a separator after as it gave up before the separator even had the chance to be consumed. Closes...

Having `Stats` exposed would be useful. Currently it can't be sent over the network unless it's rebuilt from scratch through its accessors, we can't write instances for it and so...

If we try to use rusoto 0.46 with the rustls feature, some requests fail every single time with `"Error during dispatch: channel closed"`. Using the native TLS works. Using rusoto...

This function trivially always returns Ok. It seems strange to force the user to handle it.

The `bits-extra` package has `gcc_s` in extra-libraries field. What `cabal2nix` does is put `gcc_s` as an extra argument and makes `extraLibraries = [ gcc_s ];`, which doesn't work because such...

enhancement

This variable allows to change the `assume_role` of the created role for the docker machine: https://github.com/npalm/terraform-aws-gitlab-runner/blob/920d9c7e1a03a46d99a4f64795eb1b786676b642/main.tf#L331 This isn't that useful, it's almost always just going to be what the template...

ByteString instances were removed because they allowed people to try and insert arbitrary binary data that JSON can't handle. Could we not re-add ByteString instances that leveraged something like base64...

help wanted
blocked by upstream/should be done externally
needs decision

It'd be super nice if Alex exposed some of the types it uses so that any functions working with them don't have to be included directly into the lexers. For...

We're looking for something like ```haskell foldMap :: Monoid m => (Key -> m) -> IntSet -> m ``` This in turn allows other functions such as `mapM_` to be...

feature-request
high-priority
IntSet
needs-libraries-proposal