Carl Fürstenberg
Carl Fürstenberg
Tried to clone http://bzr.debian.org/apt/python-apt/debian-sid, and got following error: ``` fatal: Branch name doesn't conform to GIT standards: refs/tags/0.8.0~exp4 fast-import: dumping crash report to .git/fast_import_crash_15223 ```
I have some code that are using [scoreunder](https://github.com/loop-recur/scoreunder), and I thought I should change back to [lodash](https://lodash.com/) After some tinkering, I found that following two commands would do it for...
### Discussed in https://github.com/koxudaxi/datamodel-code-generator/discussions/827 Originally posted by **azatoth** August 21, 2022 When I'm running the generator on https://ll.thespacedevs.com/2.2.0/schema (no option flags supplied to the binary), it will for the components...
For some timezones, it's common to use a DST-unaware timezone abbreviations, for example "CT" for either "CST" or "CDT". Currently `dateparser` chokes on trying to use such: ```pyi >>> import...
I think it's better if the pagination is an optional feature you can enable if you want instead of having to explicitly disable it when you don't want it.
It's easy to include the `#/` ending on the sso url (i.e. `https://MYORG.awsapps.com/start#/`) when configuring sso in aws, and it's not clear from any error message what's wrong (you'll get...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Options for begin and end of recording live streams Extend `--live-from-start` with two...
I would love to be able to set ```json { "targetBranches": ["release\/.*"] } ``` and have it match all current existing branches matching this regex (or any other style of...
I have following setting in my `.backportrc.json`: ```json { "prTitle": "{{sourcePullRequest.title}} | backport for {{targetBranch}}" } ``` If the original pull request had a title like `Don't do X and...
# Brief description of the problem: The URL shown when hovering a link on YouTube is stuck on screen even when playing full screen video until I hover over another...