Lemonyte
Lemonyte
## The Problem The `put` method would raise a KeyError when trying to submit a dictionary. Issue originally brought up in https://github.com/deta/docs/discussions/431. ## The Cause The data dictionary that was...
Cleaned up and formatted the code, also fixed a couple broken tests. Changes: - Changed minimum supported Python version to 3.6 since f-strings and async yield are used - Replaced...
Added a note to the Base `PUT` docs mentioning that empty keys are invalid. Currently the Python package does not handle this properly, but that is fixed in https://github.com/deta/deta-python/pull/76
## Double check these details before you open a PR - [x] PR does not match another non-stale PR currently opened - [x] PR name matches the format *new icon:...
Updated the status bar icons: - Changed `primitive-square` to `debug-pause` because it is an actual pause icon. - Changed `triangle-right` to `play` for consistency with `debug-pause`. - Changed `arrow-small-up` and...
It would be useful in some cases to have a `generate` command which generates a Spacefile, similar to `new` but without having to create a new project. If the file...