Chris Grass
Chris Grass
I'm seeing an issue where CSS is incorrectly loaded from other layouts. I reproduced the issue in [a repo](https://github.com/sea-grass/elderjs-css-layout-repro). Reproduction steps: 1. Create two routes [simple](https://github.com/sea-grass/elderjs-css-layout-repro/blob/main/src/routes/simple) and [other](https://github.com/sea-grass/elderjs-css-layout-repro/blob/main/src/routes/other) and configure...
**Summary** This PR reworks the Zig SDK to provide more control to the user w.r.t. dynamic allocation (fixes #218) and also provides facilities to write the worker config directly from...
Fixes #253. Adds a `--log-level` option to configure the `actix_web` logs that can be one of the valid [log::LevelFilter](https://docs.rs/log/latest/log/enum.LevelFilter.html) options (off, error, warn, info, debug, trace). It will default to...
Closes #248, #290. Fixes the Zod validator to surface nested [`invalid_union` errors](https://zod.dev/ERROR_HANDLING?id=zodissuecode). For existing users of `@felte/validator-zod`, validation behaviour is the same. The only difference is that Zod issues with...
Currently, the RSS feed generation sets the `pubDate` of the diary entry item based on the file modification time: https://github.com/vimwiki/vimwiki/blob/40c2bbdcf3f93d1dea292e3774f1366813731357/autoload/vimwiki/html.vim#L2063 Meanwhile, vimwiki lets you add a `%date` placeholder for use...