Robert Dailey
Robert Dailey
I have a few interfaces that allow you to subscribe to events that are published. Usually these are implemented with `boost::signals2::signal`. For example (using the Catch2 test library): ```cpp TEST_CASE("blah")...
So I do some trickery to forward template types through `mock_interface` in the middle of a hierarchy. Example: ```cpp template class MockState : public trompeloeil::mock_interface { public: IMPLEMENT_MOCK1(Enter); IMPLEMENT_MOCK1(Exit); IMPLEMENT_MOCK1(Update);...
I'm not sure if this is the right place to ask this question, since I don't deal with NUT directly. I use it through Home Assistant's NUT server. I'm not...
The popup looks like sh*\* and is severely overdue for a redesign. I'm not a web designer, but if there are any out there willing to do the work please...
My project is open source and can be found here: https://github.com/recyclarr/recyclarr Here's the logs from my project import: https://app.snyk.io/org/recyclarr/import-log/latest In my case, I do not specify `` in my `*.csproj`...
As the title states: It would be nice to have an option to always show one or both of these fields.
# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...
I would like the ability to import and export volumes in Docker. I will explain each of these scenarios below. The motivation for this is that sometimes I like to...
### Why/User Benefit/User Problem As a user, I'd like the ability to more easily and quickly resume a manga from the manga list. The process of resuming a manga today...
I'm building on Windows and no matter how many hours I spend on this thing, I can't get it to build boost. It also looks for the toolchain in the...