Ed Morley
Ed Morley
The best place to enable strict mode is in your MySQL server config (whether that be the .cnf file for self-hosted, or via eg the Amazon RDS parameter groups). Enabling...
It's worth also noting that strict mode is enabled by default for all of: - mysql-server >=5.7.5 - Amazon RDS's default.mysql5.6 profile - mysql-server-5.6 if obtained from mysql.com and not...
Thank you for the clarification, that helps :-)
Sorry for the delayed reply. We since discovered that the features we were using are now all natively supported by django-filters, so were able to remove the dependency on django-rest-framework-filters,...
To add some more context... The Mozilla CA program has been been progressively removing support for the Symantec/GeoTrust certificate authorities since 2017 due to serious shortcomings in the way the...
I don't personally use this library, so probably will struggle to find the time, sorry (I was reporting it since I'd seen in a support ticket).
Hi! I don't think pinning the Node.js buildpack is the best choice here. The Dokku base image should be updated to include jq instead, for parity with the Heroku stack...
If this does get implemented, please can the brotli related dependencies not be added to `dependencies` - to avoid issues like those in siddharthkp/bundlesize#202. (eg check for the dependencies at...
In addition to being faster, the binary protocol is required if using SASL auth (eg with a cloud memcached offering such as Memcachier or Memcached Cloud). Both pylibmc and python-binary-memcached...
I may be misreading, but it looks like moby/moby#33935 has re-added the very bits that were intentionally removed in golang/go#20150, in an attempt to fix the test failures (due to...