-
I have the following schema
```ts
let testObj = {
flag: true,
};
let testSchema = Joi.object({
flag: Joi.boolean(),
obj: {
value: Joi.when('flag', {
is: Joi.boolean().valid(…
-
Hello,
I'm reopening this issue because **it is a bug in Kyverno's helm chart.**
To merge featuresOverride with features your are using mergeOverwrite Helm function:
```
$ grep -r ".Values.f…
-
### What version of Hono are you using?
4.6.12
### What runtime/platform is your app running on? (with version if possible)
bun 1.1.37
### What steps can reproduce the bug?
- Use this to parse th…
-
Hello,
I have written code to convert a plain js object to a properties file, with support for nested objects and arrays. Its not perfect, but I feel that this is its own module rather than part of t…
-
It might be useful to treat nested configuration more like normal values? Making them optional or putting them in lists/maps. But there are lots of open questions and I have to reevaluate whether this…
-
Hi! First of, thanks for this amazing library. I've been eagerly awaiting v3!
I have an application with a fairly large set of options, that I've set up like this:
```python
@dataclass
cla…
-
Nested objects aren't yet supported, only objects at the root level that map to the resource. Adding support for nested objects shouldn't be too hard. It should be possible to detect JSON in the value…
-
Hello,
Would it be possible that nested objects are selected?
For example, if you find an object like {"user":{"address":{"street":"foobar street","number":1337}}} generate the following:
user
…
-
Hello,
I am wondering whether is it possible to to parse nested values in objects using json machine. The manual describe Parsing nested values in arrays using the `-` in pointer, but this unfortunat…
-
The `defaultLanguages` already pre-adds the default languages at the document level, but it doesn't do it for nested objects which is where most of my fields are (we us Sanity for webpage building, wi…