Clemens Koza

Results 25 comments of Clemens Koza

Yes, but decorator would be nicer to write, because it's at the declaration site instead of at every call site. At least having the option would be good.

OK, I have started investigating this. ``` cd svd/ ./extract.sh # look for mismatches between name and description, which appear in consecutive lines pcre2grep -M '(UART.*\n.*USART)|(USART.*\n.*UART)' *.svd | tr -d...

This seems to do the trick (a little SSR setup because it was in a Sapper project): ```svelte import { writable, get } from 'svelte/store'; import * as local from...

this should have been fixed by #5. I tested like this (a little SSR setup because it was in a Sapper project): ```svelte import { writable } from 'svelte/store'; import...

I just saw the mention on Matrix - most of the perspective I could give has already been added by @exrook in the first reply - that is exactly as...

thanks for the response! I'll try `frame.contentDocument.readyState`, I'm already using an action in my real code anyway. -- Edit: unfortunately at least that's not the way - I don't want...

This last iteration is about fixing the page number associated with the headings, right? Besides the outline, the second problem is where the links point inside the resulting PDF. with...

- Typst sources: [jbc-trophy-label.typ.zip](https://github.com/typst/typst/files/15406601/jbc-trophy-label.typ.zip) (image not included; it's 400x158 pixels) - resulting PDF: [jbc-trophy-label.pdf](https://github.com/typst/typst/files/15406628/jbc-trophy-label.pdf) - printing result: ![jbc-trophy-label](https://github.com/typst/typst/assets/1029192/6c2ee9d3-0372-4f9e-9adc-a82c91630297) - printer: HP LaserJet Pro 200 color MFP M276nw As can be...

It seems I have a related problem. I'm running Raspbian on a Raspberry Pi 3 Model B v1.2 and Python 3.5.3; pyserial 3.4 is installed in a virtual environment; the...

I see, thanks for your quick response. Do you by chance have an idea why picocom did not cause an error until pyserial was used? I have not used a...