Matthias Fischmann

Results 138 issues of Matthias Fischmann

We are using several URI types in our code, which is partly motivated by libraries making different choices, and partly by what was available in the olden times. uri-bytestring is...

Tasks - [ ] start a wiki - [ ] move some low-hanging fruit(s) from internal docs to it (cross-ref new location from old) - [ ] figure out and...

If you copy the following code into `Servant.API.UVerb.Union`: ```haskell data User tag = User type XS tag = Union '[User tag, ()] f :: forall tag m. Applicative m =>...

uverb

Not ready for merge, just interested in your thoughts on this. If you're short on time feel free to ignore or close. Motivation: I want to write the api type...

in progress
🚧 needs rebase 🚧

I would like to propose to change style slightly for `-XTupleSections` to make things more consistent (and more to my taste :)): ``` x = (1, 2) -- no change...

style

## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - [ ] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html)

ok-to-test

https://wearezeta.atlassian.net/browse/FS-1008 our swagger2 docs do not contain event types, since they are contained in an untyped json body. this is a tool to fill that gap, and create the event...

ok-to-test

https://wearezeta.atlassian.net/browse/SQSERVICES-1730 ## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - [ ] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html)

Hei there, not sure if you are still using this, but I plowed through the code a little and made it compile with newer dependencies. For once, it now uses...

Currently, the *default* ciphersuite for TLS connections is not `ciphersuite_default`, but `ciphersuite_all`. This is not only surprising, but also insecure and rarely what you want. This PR fixes this. It...