-
For example, if we have a struct like following.
```go
type Ptr struct {
*embedded
}
type embedded struct {
EmbeddedTime *time.Time
}
```
For embedded struct pointer, the generated code…
-
### Description
**test1** index
```
{
"mappings": {
"properties": {
"address": {
"properties": {
"city": {
"type": "nested",
"prop…
-
### Description
Right now most fields that aren't supported in ES|QL are reported (in the table) and the messaging (error messages) indicates that they exist but are not supported.
However nested fi…
-
I'm making the following call with the pg mixin:
```js
pgConfig() {
return {
route: 'endpoint',
query: {
select: {
'some->nested->"https://json-that-needs-quotes"': tr…
-
1. pack struct with all fixed width fields.
say if this packed struct is still `narrow`, do we modify `miniblock` or make a new page layout for it?
no repetition level in this case, do we al…
-
Currently, a
```
richText {
Block {
richText
}
}
```
structure fails, because findField cannot resolve the lexical `editorConfig`.
I don't really feel comfortable suggesting a fix, …
-
I have nested structure of one-to-one fields.
I have the following models:
```
class Account(models.Model):
name = models.CharField(max_length=100)
class OrgMember(models.Model):
…
-
Hi! Great library, thanks for the hard work.
I've encountered an issue (or I just don't know how to do it), where I'm trying to rename a nested field. The parsed object looks like this:
`title: …
-
### Summary
When validating multidimensional array data (e.g., `name.ja.0.family_name`), validation errors occur as expected, but the corresponding error messages are not displayed in the form input …
-
When doing multiple `if` I have no way to close one and continue in the parent branching. Suppose that I have some optional parameters in input that are contained in the `optional_fields` dictionary, …