Krzysztof Jagiełło

Results 13 issues of Krzysztof Jagiełło

GitHub Action which parses an [XML Cobertura report](http://cobertura.github.io/cobertura/) and displays the metrics in a GitHub Pull Request. # What it looks like ![image](https://user-images.githubusercontent.com/74944/132222155-5cf4d135-e4bd-41f0-a9a6-e176aa4af4b9.png)

I have attempted to override the entire container for test purposes and realized that even though I have replaced all the resources with dummy ones, the original resources were still...

MailDev may sometimes be used as a part of a development/staging environment where the process may be running for a very long time without interruption. In those cases, it is...

feature

`MemorySignature` is really useful when you already have the key and certificate in the memory, but I found myself wanting to do the same for `BinarySignature` and realized that there...

http://thunderpush.readthedocs.org/ Todo: - [ ] Document the client API - [ ] Provide example use cases for Thunderpush - [ ] Better descrption of what the project is about -...

I followed the instructions in the README while setting this crate up and realized that that things didn't work because of the outdated dependencies. This PR bumps the crate versions...

Hi there! Picking up this again now that I have another project that needs a proper SFTP server mock, but runs without pytest. I have corrected the code according to...

An experimental PR that tries to make the grammar simpler and more consistent at the same time. Goals: - Provide a way of configuring participants, messages, etc through attributes. -...

https://www.dropbox.com/s/tv2m6do7j2j00ul/bug.mov?dl=0

Solves #54. The validation is done in plain python, but could be done using, for example, [https://pypi.org/project/jsonschema/](jsonschema). Let me know if you prefer that instead.