Sébastien Duperron
Sébastien Duperron
### New Issue Checklist - [x] I have tried with the latest version of OHHTTPStubs - [x] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) - [x] I have read the [Using the...
The "trace" settings is optional in the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#initialize-request). In the current implementation, it's parsing it as if it was _mandatory_.
Code coverage is generated but it seems like it cannot be gathered by tools like [codecov](https://codecov.io) or even [slather](https://github.com/SlatherOrg/slather). This may be because this project is a OS X Command...
Look into supporting this kind of scenario: ```swift class Base { let id: String } class Child: Base { let name: String } ``` where `Child` can be deserialized from...
Bump for 10.0.0 ### Checklist - [x] I've checked that all new and existing tests pass - [x] I've updated the documentation if necessary - [x] I've added an entry...
### Checklist - [x] I've checked that all new and existing tests pass - [x] I've updated the documentation if necessary - [ ] I've added an entry in the...
* [x] I've started my branch from the `develop` branch (gitflow) * [x] And I've selected `develop` as the "base" branch for this Pull Request I'm about to create *...
Hi, I hope this is the right place to report this issue we have with the behavior of `Phrase.localizedString`. ## Context - version : 4.4.1 - we pull the translations...