-
**Description:**
Currently, the component codes in **AgentGenesis** are hardcoded in MDX files. To improve the maintainability and organization of the codebase, we propose migrating the component c…
-
[Nip 47](https://github.com/nostr-protocol/nips/blob/master/47.md)
I am starting this work in my fork. Unless someone else already has it implemented in an un-merged branch?
@tyiu anything I nee…
-
Je gebruikt herbruikbare en configureerbare componenten met inputparameters en outputevents.
-
This can apply to any component that uses props
https://github.com/chombazm/Zochita/blob/2b427a9bb5d1a1de244a090420060bcfd4982c0e/src/components/Todo.js#L3
-
### Description
I have the following scenario:
```typescript
const Brand = z.enum(['Ford', 'Toyota', 'Tesla']).openapi('Brand');
const Car = z
.object({
brand: Brand.nullable(),
…
-
### What would you like to share?
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
…
-
When a Custom component is created with a custom state, if declared via rx.foreach, then all the created components will share the same state. Below an example that works as I explained on reflex 0.5.…
-
**Description**
As part of the OAS 3 migration, all reusable components were inlined into the various objects that use them.
This includes:
- responses
- parameters
- headers
A tightening up…
-
The OpenAPI specification supports [the `parameters` defined in components](https://spec.openapis.org/oas/latest.html#componentsObject) to hold reusable [Parameter Objects](https://spec.openapis.org/o…
-
We need to modularize the existing Terraform code to improve reusability, maintainability, and organization. By splitting the code into modules, we can reduce duplication, simplify management, and mak…