Feuermurmel

Results 49 issues of Feuermurmel

I hope I'm understanding the current intended semantics of `any` correctly. To my understanding, `any` is a type that is meant to be assignable to any other type and also...

It seems that there is a check disables the _Merge_, _Cherry Pick_ and _Rebase_ buttons when an ancestor of the currently checked-out commit is selected. This seems reasonable for _Merge_...

### Configuration - Keka version: 1.3.7 - macOS version: 12.7.3 (21H1015) ### Describe the bug It seems that Keka will ask for permission to access the destination directory, even when...

question
sandbox
Apple’s stuff

https://github.com/sbt/sbt-git/commit/a9153c92b6a77cd78ee44584fe92483106e7686a introduced an enhancement which will pick the "newest" version from tags if there are multiple tags on the same commit. Sadly, the algorithm deciding which version is the "newest"...

Probably just use ISC cron's @reboot syntax and some redirection to a log file.

Output when requesting a video which is actually an upcoming live event. ``` [77]: Request for range None of video lqsN_4wXuRg. Getting URL for video lqsN_4wXuRg ... Traceback (most recent...

Add a small, static HTML page under `/`, where a YouTube page can be pasted and which then redirects the user to the URL of the feed for the of...

Replace the homegrown XML API with the ElementTree API from the standard library.

**Describe the bug** `black` cannot format this type of code: `f"{'\''}"` ``` $ black foo.py error: cannot format foo.py: Cannot parse: 1:3: EOF in multi-line string Oh no! 💥 💔...

T: bug

The documentation of Go package [kr/logfmt](kr/logfmt) states: ``` value = ident | '"', { string_byte | '\', '"' }, '"' ``` I.e. that a `\` can only be followed by...