-
Greetings,
### Problem Description
I have a `df_menu_item_taxonomy` taxonomy which is **hierarchical** (can contain nested categories)
For a divi module field of type `categories` I want to **o…
-
- ~~`docs/architecture.md`: add more detail, see [comment](https://github.com/voorhoede/head-start/issues/71#issuecomment-1833255003)~~ (moved to separate issue #212)
- [x] `docs/a11y.md`: linting, s…
-
Ref:
- https://github.com/rust-lang/rust/issues/130853
- https://github.com/rust-lang/miri/issues/3921#event-14442130113
- Maybe https://github.com/rust-lang/unsafe-code-guidelines/issues/412 but I …
-
### Code
```Rust
use serde::{Serialize, Serializer};
fn f(_: &(), _: S) -> Result {
todo!()
}
#[derive(Serialize)]
pub struct Matrix {
#[serde(serialize_with = "f")]
matrix: ()…
-
An entity should be able to hold nested objects. There are different strategies for the implementation of this. One is, to embed all fields of the nested object in the surrounding object table.
-
Auto form should inline fields from nested entities referenced with `@OneToOne`
-
Appears `.passthrough()` only operates on root properties.
```
import { z } from 'zod';
const schema = z.object({
first: z.string(),
details: z.object({
hair: z.string(),
}),
});…
-
When trying to gain access to the attributes of an associated object whilst updating its parent, it is possible to access the associated object, but not its attributes. For instance, the following wor…
-
Let's suppose that in the below I wanted `Time` to be `validate:"min=10,max=20"` when used as `WriteTimeout` and `validate:"min=5,max=10"` when used as `ReadTimeout`. How would you set the tags to do …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue? yes
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/s…
ka-zo updated
3 years ago