Danilo Bargen

Results 247 issues of Danilo Bargen

The message needs to be embedded, since the webclient might not have received that message yet.

enhancement

It would probably be good if concepts were sorted from most general to most specific.

Does ocspbuilder already support multiple certificates in the response? To quote RFC 6960: > The response MUST include a SingleResponse for each certificate in the request.

I have a use case where the exact timing of a task is not that important, but where I already have a main loop that could do manual polling on...

In stm32l0xx-hal, we implement traits for pins in any mode and then configure the proper mode for those pins in a `setup` trait method. For example, for serial: ```rust impl...

Current HTML code: https://github.com/SpaceApi/website/blob/master/templates/validator.html Validator is here: https://github.com/SpaceApi/website/blob/ba32846f47706d64938296ee03cbd6cf55823f09/webpack/js/validator.js If someone wants to work on this, it's fine to completely throw away the current code and rewrite it! A solution with...

enhancement
help wanted

Is there already a system in place for database schema migrations? I saw that you have alembic in `doc/requirements-dev.txt`, but there don't seem to be any migrations around. Is it...

enhancement
question

https://github.com/seanmonstar/futures-fs/issues/18

I'm not sure yet how to handle this. Maybe simply provide a command line flag so that the binary can be run with the `--cleanup` parameter from a cronojob or...

enhancement