Edgar Onghena
Edgar Onghena
_This is not really an issue per-se, but a feature request for Typst, that you might be very interested in. As such, you're probably in the best position to suggest...
## Context / use-case ### Slideshow with "fragments" or "pauses" I would like to create a template for PDF slideshows, with a `#fragment[]` function that allows me to hide an...
I'm trying to connect to a QUIC server that doesn't have a domain name and whose IP isn't constant due to tunnelling/proxying. My server has a private key + self-signed...
IntellIJ uses asynchronous tasks for things as simple as pasting code, so a CPU intensive task like computing a graph should definitely be offloaded to another thread.
Hello, Whenever I close my IDE (IntelliJ), it says "waiting for process detach" indefinitely, probably because it sent a SIGINT to the `devenv` service, which the latter captures to display...
Currently, when used as a dependency on another project, `serde-sarif` doesn't compile because it uses serde's derive macros internally but doesn't enable `features = ["derive"]`. The local builds work only...
Write this in an lalrpop file: ``` Expression: = ""k; ``` It's impossible to erase anything using backspace anywhere in the file. On other occasions, I also can't write normal...
Hello, I implemented a feature that closes #1798. I did this for my personal use but this PR is spontaneous, I can understand that this is not wanted as I've...
This is a spontaneous PR/fix that closes #120, in case you're interested.
Is there a way to control `OverrideAttribution` from the command line? I'm using go-staticmaps to make thumbnails for use within an app, but the attribution line is truncated due to...