Steven Arcangeli
Steven Arcangeli
Fixes #422 Dropping support for python 3.5 and earlier (3.5 reached end-of-life [September 5, 2020](https://www.python.org/downloads/release/python-3510/)) This adds coverage for most of the public API, but there are still some areas...
Depends on #492 With the addition of type annotations, there is now a reason to explicitly enumerate the API methods instead of relying on the magic `__getattr__`. If they are...
I think this should be straightforward, if not easy, for the markdown and treesitter backends. LSP might be more difficult. Also since we're usually filtering out some symbol types, it...
Some way to have models reference models. One-to-one, one-to-many, and many-to-many should be supported. Since we don't have the benefit of a SQL database, we'll have to consider the following:...
It would be awesome to have some way to transparently shard Dynamo tables when storing timeseries data
**Describe the bug** Every once in a while the note that I'm editing duplicates all its text. Everything from the `id: ` field and below gets appended to the note....
Still feeling out what the best API and UX would be. To use it in its current form: ## Option 1 1. Make sure the task you're running has an...
Store and display all the metadata sent up by python setup.py upload
Not sure if this is a missing feature or if I'm doing something wrong, but I have some functions that I create using a higher order function. For example: ```lua...