Andrej Dundovic
Andrej Dundovic
### User Story I think there is a reasonable user case in which one should control the starting/ending time when creating a poll, not only dates. ### Why is this...
Hi, it would be great if meta-validators (All, Any and so) could be nested in each other. For example: ``` validator=colander.All( colander.Any( first_validator, second_validator ), third_validator ) ``` The latest...
Hi, thanks for packaging this great piece of software for CentOS. Are there plans to add CentOS 8 versions?
Once the calculation is running through Python, there should be a standard way to stop it (without `kill`). [Here](https://pybind11.readthedocs.io/en/stable/faq.html?highlight=cmake#how-can-i-properly-handle-ctrl-c-in-long-running-functions) is a hint how to implement it.
**Describe the bug** As I pointed our [here](https://github.com/leptos-rs/start-actix/issues/51), it is strange that Leptos with the Actix integration returns 404 on a HEAD request (e.g. `curl --head http://127.0.0.1:3000`) while it should...
It would be nice to make optional [time-rs](https://github.com/time-rs/time) as an optional dependency in `use_calendar` besides `chrono` since `time-rs` is also frequently used and to avoid mixing two similar libraries.