Michael Schout
Michael Schout
In porting over a codebase from Method::Signatures, I am dealing with a lot of methods that were using class names in the parameter lists. For example: ``` use Function::Parameters; use...
I have found out the hard way that the following code: boost::asio::io_service io_service; boost::asio::ip::tcp::resolver r(io_service); will not link unless the -pthread flag is given on some platforms (at least FreeBSD...
Not sure whats going on here, but for some reason, we have been unable to get `GetQueueAttributes` working with Paws against elasticmq (latest version). The following call is what we...
The Prefix that was used when fetching subsequent pages via the ContinuationToken was not the same prefix as the one used for the first page. This is incorrect, and causes...
Fixes #161
We have noticed that on busy systems we very occasionally see redis failure to connect due to the connect system call getting interrupted via `EINTR`. Probably the solution is something...
Added SlicedResourcesAssembler to esaily convert Slice instances into SlicedResource instances and automatically build the required previous/next link based on PageableHandlerMethodArgumentResolver present in the MVC configuration. The assembler can either be...
**Describe the bug** I've been using this one for a while and keep updating `shell-version` in the extension `metadata.json`, but starting with Gnome 45, this is no longer enough. The...
I've discovered an inconsistency between Number::Phone and google libphonenumber in the case where both the country code and the number are passed to the constructor. Here is how Google's libphonenumber...
Pinto is unable to index the module `Storable` for versions > 2.51. Looking into this, it seems that that the META provides for `Storable` has changed. In v2.51, Pinto was...