Tyler Kennedy

Results 63 issues of Tyler Kennedy

We should experiment adding simdjson to some real-world projects where performance matters. This is both to prove we're worth using, and it ensure our API is extensive enough for real-world...

enhancement
help wanted

We currently raise a ValueError instead of JSONDecodeError (which is a ValueError subclass) in some cases where JSONDecodeError would be more appropriate. This is because upstream simdjson does not report...

bug
upstream change required
blocked

There currently does not appear to be a changelog in the repo, on GitHub releases, or in the generated sphinx docs. A minimal description of the changes in each release...

help wanted
Stale

https://github.com/seung-lab/cloud-volume/blob/ad6a71bf53ee2816ce4ee84cac9fc4f434f8dc35/cloudvolume/datasource/precomputed/spatial_index.py#L106 Taking a look at this, it looks like the input is always a homogeneous array destined for numpy. As long as you know the type ahead of time, you...

performance

This is a simple but very useful trick we've done in an ongoing contract which allows fields to be marked as required only when the dataset is actually "published" (in...

enhancement

@wardi thoughts on adding field groups to scheming master? Here's an example of how they render by default at the moment: It makes a few small changes: - Adds `default_group`...

enhancement
WIP

PR #203 adds support for repeating composite fields. The following is a very simple patch that adds support for parent-level display snippets of repeating and composite fields so containers other...

This feature adds a new optional field-level flag, `make_searchable: True`. When this field exists on at least one field an advanced search page will be created. Currently it adds a...

enhancement
WIP

Python 3 cleanups, better configuration, docker and docker-compose, etc, etc... No sweeping foundational changes, just lots of small progressive updates.