Brandon Whitchurch
Brandon Whitchurch
Hello, I added some code so that users can specify the `use_eps` setting in `config.py` to control the behaviour of the inkscape render command. The user will also have to...
Hello, I have been using conan and cmake to manage my builds and dependencies for projects targeting HCOS (honeycomb OS). I would like to add this name to the list...
Use `std::unique_ptr` to give ownership of `CustomData` to the `CustomRequest` and `CustomResponse` classes. Ensures that the `CustomData` will have it's destructor called without becoming unreachable. (#1000)
The `CustomData` member of `CustomRequest` and `CustomResponse` is prone to leaking. Should the lifetime of `CustomData` be tied to the `CustomRequest`/`CustomResponse` object?
This is related to sstsimulator/sst-core#1001. This patch depends on the interface introduced by sstsimulator/sst-core#1021.
When using `:OrgAgendaWeek` or `:OrgBufferAgendaWeek` agenda items are not shown unless they are also given a `TODO` state. Non-`TODO` items do show in `:OrgAgendaTimeline` but only when the command is...