-
https://github.com/python-desert/desert/blob/e201af413c2453e8cf5418443e72623ed650427a/src/desert/__init__.py#L11-L13
https://github.com/python-desert/desert/blob/e201af413c2453e8cf5418443e72623ed65…
-
So I've been thinking Doom is kinda lacking in the documentation front, sometimes I forget what it's full feature set is! The landing page predates the web timing project (i think), and as such is onl…
-
# Overview
Since forms don't always have a 1:1 mapping to DataObjects, there's a need for a "form state" abstraction. While forms can be submitted through GraphQL (see #10 and #17), they're not ret…
-
This is a new feature to be added to the stand-alone full screen map (and also map viz tool in the EDA). We would like to be able to "play a movie" to animate how some variable changes over time for p…
-
I'm working with an API that uses the GraphQL-standard `errors` field for critical failures and its own `UserError` type for validation errors. Every operation in this API can respond with an inner `e…
-
Existing Index privilege names fail to convey the meaning properly and a few like `create` have their own unexpected semantics (it allows indexing document only via Index API). Since we are adding a n…
-
Hey, I expected the remote joins to support responses as well and not just arguments of an query. Will this be supported in the future?
One of my remote schemas responses contains the userId, which…
-
**Is your feature request related to a problem? Please describe.**
```
root@localhost:5432/defaultdb> create table nowtest (t time, tz time with time zone, tnz time without time zone);
CREATE TABLE…
-
I'm training an identity function with Neataptic, but I'm not getting accurate results. What am I doing wrong? (I'm super novice at machine learning, so I assume I'm making a simple mistake.)
```ja…
-
Currently we have no way to roll back the effect of mappings, but if we easily could, then we could process blocks before they were finalized, which would significantly reduce the latency from a user …