-
**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…
-
### Proposal
I frequently find myself wanting to execute a composite PromQL expression over a subset of the target data available, by applying common label filters to all query terms within a group…
-
Hi!
When I tried to make a simple popup with Youtube video, it took time to realize, why it didn't work and sent an error-request. The problem is in different types of links that you can use for your…
ghost updated
8 years ago
-
- 各種 Data Model 都有其獨特的性質與優缺點,開發者應該要能夠為各種情境的應用挑選正確的資料模型
- schemaless 正確可以說 Schema on read : 資料的格式是隱藏、不需預先定義的,在讀出時才決定他的格式(反過來則是 schema-on-write,傳統的關係資料庫方法中,模式明確,且資料庫確保所有的資料都符合其模式)
- 隨著時間的推移,docume…
-
I was very excited about this project, but then I read on http://www.shift8creative.com/blog/getting-started-with-minerva that it will only support MongoDB and not MySQL, and it was a huge let down :(…
-
When I enable batch loading and send 500 messages to the topic, I get a directory in the storage bucket that contains 469 separate files even though all 500 messages are received within the 2 minute b…
-
**Bug Description**
When querying specified column data through the `last` function, the obtained value does not match the expectation. The expected value is `false`, but the value is `true`. However…
-
Hi, I have an error when I start sails project.
Consistency violation: A model (`users`) references a datastore which cannot be found (`solrConnectionOne`). If this model definition has an explici…
-
I found a strange behaviour with mixed-type inputs. 2D arrays work correctly:
```
[(a=1,) (a='a',)] |> @filter(isa(_.a, Char)) |> collect
1-element Array{NamedTuple{(:a,),T} where T @filter(isa(_…
-
We need the possibility to validate the incoming payload.
Popular valdiation librarys:
https://github.com/rjrodger/parambulator
https://github.com/hapijs/joi
We could use the same approach a…