Danilo Bargen

Results 535 comments of Danilo Bargen

@cdunster looking great, thanks! Regarding the configurable delay: If such a delay would be added, is that something that should be added to other async mock method calls as well,...

Thanks for the updates! I'll rebase this branch against `main`. The `pin` module was renamed to `digital` in #113, so I'll have to adjust the second commit for that. Edit:...

> A top-level HAL mock would also mean PRs like #119 may be a relic, as a sufficient implementation could lend itself to implementing new HAL features across all traits...

Closing for now, feel free to leave a comment if you think it's still important.

I'll close this for now, since this seems to be a bit of an edge case. If you can come up with a sufficiently simple implementation to support this, that...

Hm, I somewhat agree that the response to POST requests should not be filtered. This could have unintended side effects and I think the behavior is generally undefined / unclear...

I actually can't quite follow regarding the `_readable_fields` thing. But I think only filtering on GET is both the simplest and the clearest solution. > And when we release this...

The error seems to come from the [spdlog](https://github.com/gabime/spdlog/) library. This is probably the root cause: https://github.com/gabime/spdlog/issues/1604 Maybe updating the `spdlog` submodule to the latest version helps. (You'll have to re-run...

Iron is also re-exporting Hyper types.

The problem is that the user needs to update the version of Hyper every time he/she updates pencil (even for a minor version). And to be able to do that,...