-
Hello,
Firstly I want to thank you for this nice library. At the moment, library supports only outer level field encryption like in the PostSchema example you added. It can only encrypt "references…
-
```
Model = Struct.new(:content)
class Nested < Disposable::Twin
property :nested_property
end
class Outer < Disposable::Twin
include Property::Hash
property :content, field: hash, twin: Neste…
-
## Enhance ClickHouse Driver to Support JSON Parsing
### Introduction
- **Brief Description**: Proposal to add JSON parsing support to the ClickHouse driver in Metabase.
- **Motivation**: ClickHo…
-
OpenAI added a new usage field,
```
"usage": {
"prompt_tokens": 13,
"completion_tokens": 7,
"total_tokens": 20,
"completion_tokens_details": {
…
-
It seems that allowing nested dependencies is not yet possible. Example #3 - Nested Conditionals (http://www.alpacajs.org/examples/components/dependency/conditional-field.html) allows dependencies wit…
-
Your project looks really wonderful guys! I found a Hickup in the docs on Joins:
```
**To achieve that, you can group the fields of a certain table in a nested object inside the `.fields()`:**
``…
-
### Bug description
`_relevance` does not work correctly with nested queries:
```
' The table `(not available)` does not exist in the current database.',
' at Object.request (/Users…
-
I'm using a nested class with an _id field that I'd like to have be unique and readOnly. This is my setup:
```
const NestedClass = Class.create({
// ...
fields: {
_id: {
type: Stri…
mazak updated
5 years ago
-
Current field list in kibana pick up all document types.
Nested aggregates across fields from document types
don't work (returns no result) as appropriate.
However, if there is a parent-child documen…
pwli updated
3 months ago
-
The envelope used to serialize responses is implemented in a set of helper methods (`format_items`, `wrap_response`, etc.) that could be challenging to introspect (e.g. for building swagger docs). Imp…