Tobias Bora
Tobias Bora
Yes exactly. And I guess it is not obvious how to find the good element in a huge list.
Ahah fun workaround to identify the element on medium-sized picture, thanks. Another advantage of id also is that it would (hopefully) also work for groups, so that I can refer...
Ok, thanks a lot. > there is no plan to support Svelte components because it‘s too costly to run the Svelte compiler on the fly. What do you mean exactly?...
Ok, I think we have a different model in mind: I think you imagine the setting where you just have a bare html page + load sveltia via a CDN...
For the fun I tried a minimal solution that I described in https://stackoverflow.com/a/79346499/4987648 a minimalist method (no bundler…) to compile this: ``` export let name = 'World'; h1 { color:...
One important issue of what you link is that `pattern` being a regexp, it cannot be used when the same component is nested into itself, as the pattern would match...
Thanks for this interesting pointer (this list is obtained from fish completions files as I understand). But most of the generated stuff are basically empty, see e.g. https://github.com/nushell/nu_scripts/blob/main/custom-completions/auto-generate/completions/rsync.nu Also, I...
Yeah, that's part of the reason why I was linking to https://github.com/nevesnunes/sh-manpage-completions that is supposed to already provide multiple parsers for man pages (I can see [6 parsers here](https://github.com/nevesnunes/sh-manpage-completions/blob/889f228403e2d4bbdae063c447b43f600e4a6425/fish-tools/create_manpage_completions.py#L748)). But...
Note that using pydantic, we can serialize/deserialize in a better way… but strawberry still does not really conversion from pydantic types for union types (and the recursive translation seems also...
Thanks (sorry for my long answer I missed your message) using this binary https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-x86_64.AppImage. So I tried again, and it seems like it struggle with libpixbufloader-svg.so: ``` (com.github.xournalpp.xournalpp:1546746): Gtk-WARNING **:...