Stuart Watt
Stuart Watt
When autocommit is turned off (i.e., in transaction mode), connect-session-knex no longer works in MySQL. This is because session update statements might be executed on different connections, and a table...
I've noticed that the save_draft message hasn't been working since Gmail 2018 came on the scene. We needed it, so I've done a little digging and found a simple fix...
A second common use case, added by request in `Text::Extract::Word`, was to read form data from protected Word files. Again, the code for this still exists in the Perl component,...
### New Feature / Enhancement Checklist - [+] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [+] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [+] I have searched through [existing...
First of all, this tool is exactly what I need to do some long-term work with a pycom setup on a Raspberry Pi (where the IDEs are frankly useless due...
Now we have a better handle on the usage of continuous integration, it is worth adding so that we can protect ourselves from messing up!
We are good at caching queries, but that's not actually as bad the index system, which does a binary search. We could really benefit from a RAM cache of key...
Currently, all the access to the relations from queries like `get`, and in particular in the returned `ptrs` field, uses low-level codes for the different types of relation. We should...
atmosphere-spring 2.2.1 used a different mechanism to set up the bean, but 2.3.0 is now broken against Spring 3. It uses a method that's not implemented in Spring 3 (in...
I found what seems to be a typo that is breaking standalone generated output. Basically, the generated function ignores the input entirely. There aren't even any references to it in...