bradenhilton
bradenhilton
Relevant config: Config ```json { "downloader": { "mtime": false }, "extractor": { "postprocessors": [ { "name": "mtime" } ], "weibo": { "postprocessors": [ { "name": "mtime", "event": "after", "key": "status[date]"...
Astral v2.0+ > Geocoder functions return a **LocationInfo** instead of a **Location** https://astral.readthedocs.io/en/latest/#version-history Opening AutomaThemely on my up-to-date Arch system (including Python v3.8) results in a traceback due to this...
### Brief description of your issue I am attempting to create a manifest for [twpayne/chezmoi](https://github.com/twpayne/chezmoi) and `wingetcreate new` gives a generic "Failed to parse the package" error. ### Steps to...
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running yt-dlp version **2021.09.02** - [x] I've searched the bugtracker for similar feature requests including...
Closes https://github.com/mikf/gallery-dl/issues/3995. Weverse requires an account for paginated URLs. Its API is not publicly documented. The API code is inspired by the [yt-dlp implementation](https://github.com/yt-dlp/yt-dlp/blob/4a601c9eff9fb42e24a4c8da3fa03628e035b35b/yt_dlp/extractor/weverse.py). ~Speaking of yt-dlp, we could defer...
I'm currently creating a `Slideshow` component, which has access to an array of URLs and a `currentIndex` in state, as well as a `Slide` component with the props `src`, `durationSeconds`...
I often find myself wanting to download, for example, all the but the last `n` files from a URL. Currently, using a negative index results in a NOP: ```console ❯...
## Is your feature request related to a problem? Please describe. https://github.com/twpayne/chezmoi/issues/3618#issuecomment-1975049842 ## Describe the solution you'd like Provide the state (either the latest entry or a reverse-chronological list of...
Fixes https://github.com/twpayne/chezmoi/issues/3749.
This PR allows `chocolateys.copyright` to be templated, and provides `ctx.ReleaseNotes` as `.Changelog`. Allowing templates for the copyright will enable, for example: ```yaml chocolateys: - ... copyright: Copyright (c) 1970-{{ .Now.Format...