-
##### Description
Apparently the readOnly property is ignored for definitions of type object. In my example, SomeDefinition has a property someSubObject, which is an object and should be readOn…
-
**Describe the bug**
When attempting to create a nested embedded object in an embedded object list in Realm Studio, the following error is displayed:
```
Couldn't create the City:
Cannot read prop…
-
First and foremost, I would like to express my appreciation for the incredible work you have done with Zundo. It has proven to be an invaluable tool for managing state and implementing undo/redo funct…
-
### Current Behavior
There is a confusing error when a `@Nested` task input has private visibility.
```
* What went wrong:
Could not determine the dependencies of task ':myCustomTask'.
> Null value …
-
I'm currently working on deserializing nested objects within an json object.
It seems like nested objects work when they are arrays, but not when they are singular objects.
For example, the fol…
-
Hi,
I've been looking around the docs but could not find a way to do this. Say I have a nested javascript object, such as this:
```
var collection = {
title: "Star Wars",
author: "George …
-
_Original title was "Canvas.get_assignment_group should turn assignments into Assignment instances"_
A call to `Course.get_assignment_group` can optionally include full details about the assignment…
-
Is it possible to do something like this?
``` javascript
const params = {
user: {
id: 123
}
};
template("/users/{user.id}").fill(params); // => "/users/123"
```
-
The model we use for our API is strongly nested, we are working in Vehicle Routing Optimization and define a complex model in a single request. There are multiple high level objects such as
Services …
-
Hi there,
How to get nested objects inf sharpsaprfc?
I have two objects. Product and productAddress
` public class Product
{
private string _matirialNumber;
///
…