Edoardo Bezzeccheri

Results 8 issues of Edoardo Bezzeccheri

pytest-runner is used in a deprecated way: from _setup_requires_. Probably most of the times this is not an issue, but in my case when installing this package using pip, the...

Similar to #384, would be nice to have a virtual inheritance or templated base class for `etl::message_router` as well. This would allow to create custom interface classes for certain kinds...

feature request

When using `etl::send_message` on a router, the call to `on_receive` goes through virtual calls instead of being directly dispatched. This is not occurring when the message is posted using `etl::message_router::receive`...

enhancement

Somewhat I expected that the `message_bus` would deliver all the messages no matter what, even if the destination routers wouldn't accept the messages. That was my expectation because when posting...

question

Added CMake module for finding MKL and edited the CMakeLists accordingly. With the `USE_MKL` option is possible to choose to use MKL or system provided BLAS/LAPACK (also discovered through CMake)....

As title says, a missing command error is shown when only group options are passed to the prompt. The expected behavior is that group options are handled by the group...

### Contact Details [email protected] ### Is your feature request related to a problem? Please describe? When I'm adding an asset for a box for which I don't want to add...

User requested feature

Second attempt :-) Correctly adding last-line ending based on the one detected at the first line. Basically fixes the behavior for CRLF and CR based files.