Jed Verity

Results 10 issues of Jed Verity

right now, if you use `getData` to do something with the response from `$get()` or `$list()` you can't get to the original response

enhancement

We could try automatic inspection of responses to guess whether this is a model, collection, or other, but that could get dicey unless you're using the schema approach. Another option...

enhancement

this will enable full and partial cache sharing across resources

enhancement

This more of a request than an issue: I have one note that I'm treating as an outline of all tags. I do :SearchNotes from a tag in that outline...

This may not be useful in simple string matching like `'.foo'` but what about for regex matches? For example, here is functionality as of v0.3.0: _./stylesheet.css_ ```css .foo { color:...

enhancement

Not all key codes have string equivalents in keys.js.

enhancement

See https://github.com/glortho/react-keydown/issues/68 for details.

enhancement

As the Sorbet docs themselves [admit](https://sorbet.org/docs/tstruct#serialize-and-from_hash-converting-tstruct-to-and-from-hash), `T::Struct#serialize` has some surprising behavior, such that it is often better to implement serialization by hand. To avoid these issues, it would be nice...