wyattscarpenter

Results 19 issues of wyattscarpenter

Hi, I'm quite enjoying the C preprocessor advice on your wiki! It's quite good. However, https://github.com/pfultz2/Cloak/wiki/Is-the-C-preprocessor-Turing-complete%3F beats around the bush a lot, but it should really start with "No." and...

closes #4 Also, this is my spontaneous "code relay" participation for the day, hope you like it!

**Is your feature request related to a problem? Please describe.** There are a bunch of commands that must be issued before the user can launch game using legendary, which is...

For instance, https://github.com/greggman/HappyFunTimes/search?q=superhappyfuntimes and various places on the website ( including, notably, the "What is this?" link on the happyfuntimes.net redirector)

PEP 484 lists several ways to ignore type checking https://peps.python.org/pep-0484/#compatibility-with-other-uses-of-function-annotations: - `# type: ignore` comment - a `@no_type_check` decorator on a class or function - a custom class or function...

rule
needs-decision

[cast()](https://docs.python.org/3/library/typing.html#typing.cast) gets around static type safety without ensuring dynamic type correctness. Sometimes you have to use it—you know how it is—but it's not ideal. (For instance, [mypy documentation](https://mypy.readthedocs.io/en/stable/type_narrowing.html#casts) seems to...

rule
needs-decision

Words such as "thirty", "one hundred", etc, should be covered by this parser. They all unambiguously map onto digit-numbers, so it shouldn't be a big problem.

Salutations, Today, I visited https://twitchrss.appspot.com/vodonly/j_blow to get a listing of recent videos from this twitch streamer. However, there are presently fewer than 20 videos in his current vod archives https://www.twitch.tv/j_blow/video/1267791496?filter=archives&sort=time,...

It would be very convenient for me if the description, or some other field, of the rss entry had the information from the "chapter select" in twitch, which tells you...

On WSL1 Ubuntu 22.04.4 LTS Pytype 2024.04.11 Presumably related to https://github.com/google/pytype/issues/499 ``` $ touch "a b.py" $ pytype a\ b.py Computing dependencies Analyzing 1 sources with 0 local dependencies ninja:...