Kilian Schulte
Kilian Schulte
I semi-regularly have the case that I have unreleased changes on my main branch before releasing a new version of my package. During these periods (normally couple days to a...
The `build_modules` package should nicely report bad or broken imports that cause a compilation failure. This works fine for normal imports, but does not for conditional imports where the conditionally...
## Description Resolves #701 ## Type of Change ## Ready Checklist - [ ] I've read the [Contribution Guide](https://github.com/schultek/jaspr/blob/main/CONTRIBUTING.md). - [ ] In case this PR changes one of the...
## Description Resolves #569 TODOs: - [ ] Update to next webdev version once released - [ ] Blocked until `webdev serve` is no longer broken ## Type of Change...
## Problem Currently there is no option to run code on the client before mounting a `@client` component, since the client-side entrypoint is transparently auto-generated. When using multiple client components,...
**Description** [CSS Nesting](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting) is available in all major browsers, but `css()` still outputs the defined styles in an un-nested way. This was initially implemented to be compatible with browsers, but...
### Describe the problem While testing #7007 I noticed another issue that might also be causing the theme and sidebar flicker: On the production site, all inline scripts plus some...