Tyler Kennedy

Results 55 issues of Tyler Kennedy

NBT uses MUTF-8, not UTF-8. Valid game-generated files will result in `UnicodeDecodeErrors `when using Twoolie's NBT. Minimal reproduction file with an embedded MUTF-8 `NULL`: [encoded.dat.gz](https://github.com/twoolie/NBT/files/5366926/encoded.dat.gz) I'd normally send you a...

Didn't mean to make this PR against upstream just quite yet, ah well. WIP. Changes: - Test Cleanups - Move tests outside of the module and into tests/ - Replace...

This trivial change takes the `AnalyzeAPK` time for Facebook.apk (`https://www.facebook.com/android_upgrade`) from 15s to 11s. This is an extremely expensive loop. The removal of two unnecessary function calls helps dramatically.

The work in #1050 is great, and enables array and object iterators to be used with many algorithms expecting `std::iterator`. However, the return value of `object` is a `key_value_pair` instead...

enhancement
design issues

I'd mentioned this was likely to happen before, but they've done it sooner than expected. Travis is now suspending all open-source credits. Need to move travis steps ASAP or move...

test coverage

I find it common to want to replace the value discovered by a call to `yyjson_mut_get_pointer`, however the current API provides no context about where in the document the match...

I'm planning on implementing this and would like your feedback. Python supports arbitrarily large numbers (both integers and floats), and it would be nice to be able to support that...

enhancement

This is a quick stab at JSON Patch support in py_yyjson. Creating this PR for input and to keep upstream in sync with py_yyjson (https://github.com/TkTech/py_yyjson/pull/5). Some things that are missing:...

The readme claims that the project has binary wheels available, however [looking at PyPi](https://pypi.org/simple/hdbscan/) non-source wheels haven't been built since 0.8.15 for any platform, and 0.8.13 for Linux wheels. Is...

The current version of CKAN running on the catalog appears to be outdated and is missing some performance improvements recently added in 2.6+ to improve `user_show`. Since it appears every...