-
I noticed an issue with create/update methods where Model fields with `type: Object` that have empty strings are being removed unless you use the `nulls: true` param. For example:
```javascript
// m…
-
Using the following JSON, only 3 fields will show in the Tree View: OrderDate, IsSameDay, and DueDate. Nothing else shows. Is this not supported or am I doing something wrong?
> {
"Customer": …
-
lodash pick allows nested picks: https://masteringjs.io/tutorials/lodash/pick
is this not supported in tidy?
-
If the object with `.singleInstance()` holds a nested container inside, the object will remain undeleted.
I wonder if the internal objects can no longer be deleted by a circular reference by shared p…
-
## What are the steps to reproduce this issue?
**YAML Path**
```
'/api/tenants/{tenantId}':
get:
responses:
'200':
description: OK
content:
…
-
### Description of the bug:
It appears that all fields in the structured-output are effectively marked as optional by this line: https://github.com/google-gemini/generative-ai-python/blob/b8772ed142…
-
#2424 introduced storing of nested objects. The next step is to make filtering (and vectorization for modules) available for them.
-
[issue-1128-example-model.json](https://github.com/user-attachments/files/17749759/issue-1128-example-model.json)
**Describe the bug**:
In a model where there are multiple (wholly overlapping) tru…
-
### Expected behavior
Given the following records:
```java
public record ChildDto(String firstName) {}
public record ParentDto(String firstName, ChildDto child) {}
public record Child(String …
-
Hello,
Here is a sample program illustrating the issue:
```go
package main
import "github.com/tidwall/sjson"
const json = `{"object1":{"object2":[{"nested_object1":{"nested_object2":[{"ne…