June
June
This should add basic support for specifying a tab width within the `Options` struct, as discussed in #419. As it turns out, I had to add a `tab_width` field within...
I may be speaking out of my depth here, so let me know if what I'm saying doesn't make sense. It seems that this library always measures tabs to have...
It appears, in my limited testing, that when you have an html form with multiple files being uploaded under the same `name` attribute, only one of the files is available...
Since HTTP header fields are case-insensitive ([see here](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2)), we have to check for both `Host` and `host` for the http host header. This checks for the existence of `host: `...
In CRHTTPConnection.m, the query URL that is being constructed from the HTTP data isn't being percent encoded. This means that if it includes some special characters such as backticks or...
### Description After commit 6999be9ab0d851d0b3b34bd311712c27887721f1, running `typst watch ` shows the error `error: file not found (searched at )` whenever the file is saved (with or without modificiations) and doesn't...
If the config file specifies `contacts_mode: mac`, mautrix-imessage fails to start up on my machine due to not being able to request contacts permission (it runs the `[CNContactsStore requestAccessForEntityType:completionHandler:]` method,...
Right now, inline code in refs in lists looks a bit weird, and inline code in refs where there is more inline code later on in the line also looks...
### Hyprland Version System/Version info ```sh Hyprland, built from branch main at commit 855a516596fa8a15aea7cf4b4068aba0293a9615 (). Date: Mon Apr 22 05:48:18 2024 Tag: , commits: 4509 flags: (if any) System Information:...
While working with glicol, I found that it was very useful to structure my chains with one node per line, where I could (theoretically) comment out each line to try...