-
We should consider moving away from MongoDB and using something like Postgres instead.
MongoDB was the correct choice in terms of iterating quickly when Apiary was smaller, since there was no need …
-
yacman could work really nicely with a mongodb backend. perhaps that could be an option; this would make all yacman-based tools able to switch to a mongodb (or redis perhaps?) instead of a yaml file i…
-
I have seen it multiple times on the akka mailing list that a “bug” was ultimately due to getting the nesting of a setting wrong. Since .config is schemaless for good reasons, there is a priori not mu…
rkuhn updated
11 years ago
-
When there is a large payload JSON can be pretty verbose. Support for alternative serialization techniques for the jobData and/or serialization middlewares to support compression would be a great enha…
-
We don't have user context yet, but once we do, this should be implemented. The user should have recent actions that they manually performed, and those should be listed on the dashboard.
-
## Describe the bug
I was looking into a flow where one could predefine edge table by specifying fields on them but in turn I found out real wonky behavior.
With complex ID's now enabled for edg…
-
**Bicep version**
```bash
$ az bicep version
Bicep CLI version 0.4.63 (7ebed03284)
```
**Describe the bug**
I'm creating an API Connection resource in Azure so that I can then use its Runt…
-
### Description
Currently, the [documentation](https://hasura.io/docs/latest/queries/postgres/filters/jsonb-operators/) for JSONB column operators has support for only `_contains`, `_contained_in…
-
https://hexdocs.pm/ecto/Ecto.Repo.html#c:insert_all/3
> It expects a schema (MyApp.User) or a source ("users")
I only see tests and an implementation for passing a schema to insert_all/3 in ect…
-
**Description**
Peri schemas should be parseable as `Ecto.Changesets` and vice versa. This allows the Peri library to be as extensive as possible while providing seemanless integration and retrocompa…