Kilian Schulte
Kilian Schulte
Merged and fixed in `jaspr_tailwind v0.3.1`
I could trace it to some weird behaviour of shelf when piping through the sse connection to the build_web_compilers server. I don't know how to fix it though. However this...
Can you give me a reproducible example for this?
> Hey [@II11II](https://github.com/II11II), please put `DB_SSL=false` before running `dart run strormberry migrate` . > > You can copy full command here: > > DB_SSL=false dart run stormberry migrate This is...
The .where of the List opyWith actually filters the elements. Maybe a .select would be cool to select items and then apply changes to only those, without modifying the other...
I've done some experiments. Having a convenient `.select(predicate)...` method that plays well with nested copy chains requires some large refactoring of the copy implementation. Maybe I will do it in...
I think this can be closed now. There is [jaspr_content](https://docs.jaspr.site/content) that does markdown parsing and a lot more.
Man I though by now I fixed all the path issues on windows. Will look into it.
Very cool idea, I'd love to see this coming together. Let me know if I can assist in any way.
Lets collect some lints / code assists that should be included in the first version: **Assists**: - Wrap with [...] - Remove component - Create new StatelessComponent / StatefulComponent /...