phiresky
phiresky
* cattrs version: current master * Python version: 3.10 * Operating System: Linux ### The error ``` File ".venv/lib/python3.10/site-packages/cattrs/dispatch.py", line 122, in dispatch return handler(typ) File ".venv/lib/python3.10/site-packages/cattrs/converters.py", line 829, in...
It would be good to be able to number the sections. Pandoc has an option for this, but it's not directly usable. Changes in rootstock: - Authors, Abstract, Bibliography should...
Example:  It's hard to see what's part of the figure and what isn't. I'd suggest the following style additions: ```css figure { padding: 1ex; border: 1px solid gray; }...
in the code for getting windows exe path: https://github.com/GuillaumeGomez/sysinfo/blob/master/src/windows/process.rs#L135-L153 MAX_PATH [...] is defined as 260 characters > The Windows API has many functions that also have Unicode versions to permit...
```py class Args(Tap): db: Path "database file" ``` does not seem to take the string "database file" as the doc string for `db`. With `"""database file"""` it works. According to...
I know this is somewhat outside of the project scope but I have a suggestion: I usually only ever think to archive something when it's already to late (the content...
While implementing firefox support, I noticed the following: The [CDP Network.Headers](https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Headers) interface returns headers as a JSON object of keys and values, while the [webRequest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/HttpHeaders) API returns a list of...
So it would be great if this extension could support Firefox. You wrote on HN: > *What prevents this from working on non-Chromium-based browsers?* > At this point, mostly time...
Since no linux binaries provided, adding gifsicle via imagemin is a pain, since it needs 300MB+ in build-dependencies (that are not preinstalled in alpine). It would be great if there...
Adding an ad-blocker seems to make crawling much easier. On two sites I've tested, without an adblocker the number of requests is an order of magnitude higher than with it,...