Chase Whitener
Chase Whitener
Currently, it appears to be impossible to filter table results on whether a field value is null. When running what I would think to be a valid filter as shown...
Hi! I received your module as part of this month's [CPAN PR-Challenge](http://cpan-prc.org/). Making use of [RewriteVersion](https://metacpan.org/pod/Dist::Zilla::Plugin::RewriteVersion) gets rid of the following problem when trying to build on newer Perls with...
It looks like the static site is no longer responding: no DNS
Hi! I know you have probably forgotten about this repo by now, but several blogs and articles all over point to this as the current go-to for a boilerplate starting...
Changelogs are the way most of us look through changes to see what might break for us. Any chance you could update the log to make it easier?
When building LibUV for Perl 5 (not Perl 6), we have to make use of [cmake](https://cmake.org/) with [MinGW](http://www.mingw.org/) and [gmake](https://www.gnu.org/software/make/). [Strawberry Perl](http://strawberryperl.com) (even Portables work here) makes both MinGW and...
```json { "status": "Success", "progress": 100, "description": "Compressing data & attachments", "result": "{\"mediaFileId\":null}", "startTime": 1513004884339 } ``` So, the actual backup file can never be found.
Please update your dependencies to get rid of the deprecated `punycode` module. https://github.com/node-fetch/node-fetch/issues/1794 https://github.com/node-fetch/node-fetch/pull/1793#issuecomment-1839050150 ```bash % node --trace-deprecation addresses.js (node:64110) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a...