Jonatan G. Frausing

Results 4 issues of Jonatan G. Frausing

Something seems wrong with nested parameters. The docs states, that dot is used to define nested variables in config. This means that defining the following default config: ```python config =...

feature_request
c:sweeps
stale

A call to: `getEntries({content_type: 'example', locale: 'en'})` matches the following generated types ``` export interface IExampleFields { /** Title */ title: string; /** Slug */ slug: string; } ``` However,...

## Feature Request ### Crates - Tracing ### Motivation It would be nice to have the option to enrich events with a template field, which would be the log line...

[Link to POC implementation](https://github.com/Jgfrausing/pyi-macros) # Motivation Manually maintaining a .PYI for your PYO3 project sucks # Setup ## Unpack Place pyi-macros in the root of your PYO3 project. ## Modify...

enhancement