Tyler Kennedy
Tyler Kennedy
It's been 8 years, time to clean this old thing up. This PR is being done as a kinda of "live blog" of development. Feel free (and please do!) to...
See if [roundup](http://roundup.sourceforge.net/docs.html) has outgoing webhook support. Needed to unify the CPython ircker IRC bot.
See if [buildbot ](https://buildbot.net/)has outgoing webhook support. Only incoming triggers seem to be documented from a quick search. Needed to unify the CPython bb IRC bot.
Create a quick "About Notifico" page that also includes a thank you to contributors, open source dependencies and testers.
- [ ] Allow users to check which of the 4 JIRA events they want forwarded. - [x] Allow users to enable "Exclude Details" which is a new JIRA option...
We've added a check in v4 (https://github.com/TkTech/pysimdjson/blob/master/simdjson/csimdjson.pyx#L437) that prevents parsing new documents while references continue to exist to the old one. This is *correct*, in that it ensures no errors....
Time to start supporting ARM. Unfortunately we can't use self-hosted runners for ARM because we accept public PRs and I don't feel like having my AWS runner hijacked! We'll be...
We now support `as_buffer()` #59 which drastically improves performance when loading arrays from JSON into numpy. We should also support `as_buffer()` for Objects, which would retrieve the values as an...
We used to have a little toy state machine that would let us do basic queries against documents before simdjson got JSONPointer support in 0.3.0. Anything we can do to...