Romain Baugue
Romain Baugue
Add support for time.Until to the Clock interface, type, and shortcuts. Also take the opportunity to migrate everything to go modules (which may be put into a separate MR if...
The spec for gql-over-ws defines a ping system (https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md#ping), which doesn't seems implemented here. I've encountered issues with Safari closing the connection when it goes unused for a full minute,...
I have a field in a message that is a very small timedelta (initialized with `timedelta(microseconds=11)`). When converting this to JSON using the `to_dict` method, I end-up with the value...
This add support for sending the .so along with the executable and core dump. Relates to #49 .
Add a checkbox on each row to select multiple results and buttons to take actions on each selected coredump.
As the analysis feature is bound to change in each version, or software can get updated, or configuration, we should have a button to re-analyze one or multiple coredumps from...
This would allow easier testing, as well as garbage-less demonstrations, and would put in use the Store and Index interfaces.
For the same reasons we want unit tests, we want a Changelog detailing what changed, and a contribution guide explaining how to help.