Tyler Kennedy
Tyler Kennedy
 Took 6 years, but you now have the option to quick-add your 3 most recent channels to the current project.
Thanks! I've swapped to using your implementation of JSON Patch and JSON Merge-Patch [here](https://github.com/TkTech/py_yyjson/pull/7). Working well so far :+1:
@ibireme I believe you're using the examples from the RFC for your tests. In case it's of any use, py_yyjson is testing against the "conformance" test suite found here, https://github.com/json-patch/json-patch-tests/blob/master/tests.json...
I believe that the original use case I described is sufficiently solved, and I've implemented this in practice for py_yyjson which can be used as an example.
> Just discovered https://github.com/TkTech/humanmark which presumably can do round-trip. The maintenance status is questionable though (alpha with no release for a year). It's maintained :) It works for all my...
@anderskaplan Mind if I copy the tests you added to mistletoe? Seems the easiest way to ensure it's doing what is wanted here. Are there any realistic test documents?
> Flask-Babel also has a good number of changes that seem incompatible with how we use it, specifically that various lookups can now no longer be done during setup...we may...
I see. Ideally you shouldn't need to do that check, but to get it working you can probably do either: 1. It only needs an app context, so do `with...
Sync button's been _poofed_ for awhile now, as the original feature required aggressive OAuth scopes that I don't want the liability of keeping.
cibuildwheel now supports Widnows ARM as an experimental target. BSD support is unlikely to come in the next few years.