Tim Martin
Tim Martin
I'm concerned about the design of `StrRecord` and its `record` attribute. It feels wrong in a few ways: - From a object design perspective, when `StrRecord` is used as a...
Hi. I'm curious if anyone else would find it desirable or feasible to be able to update the list of paths watched *during* iteration. For example, I'm writing a build...
When scaling my minimap scale to 2.0x, my **minimap buttons** also scaled that much, beyond my preference. I wish they were independently scalable, but it does not seem like that...
If you want to specify the output file path with the `--output` option, you must first know an appropriate extension for it, and this isn't trivial to figure out. In...
When passing key-value pairs into `.set_postfix`, tqdm will automatically whitespace-strip the values before writing them to the progress bar. This is unfortunate because: 1. It takes control away from the...
Is there a reason `alt()` cannot take a slice of child parsers? Instead, it takes a `List`, which is any of the 1- to 21-tuple implementations. This is fine when...
For a format/input string item that starts with a numeric literal, the various `parse_from_str` methods can return a `ParseError` error result of `TooShort` or `Invalid` if that literal comes directly...
Clients can make requests with an [`If-Modified-Since`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since) header to indicate that they only want a data-ful response (200) if the file has changed since the date value in that header....
**Describe the bug** With Bun v1.2.4 (its [latest](https://github.com/oven-sh/bun/releases) at time of writing), happy-dom's DOMParser fails to parse HTML with elements that have javascript attribute values (such as `onclick`). **Important** -...