Cadence Ember

Results 21 issues of Cadence Ember

U.S. politics is so awesome, and everybody should love to read about it, no matter their background, interests, or country of residence. You WILL form an opinion on us! This...

See investigation in #1130. fgets internally calls readv. readv is a `@restartable` function that understands SA_RESTART. If SA_RESTART is set, readv already handles restarting the system call and eventually the...

I ran this file in these builds of Python: ``` input("hello! ") print("looping") a = 0 for i in range(200_000_000): a += 1 print("goodbye") ``` | Build | Ctrl+C in...

Test command: `youtube-dlc ytsearch:lol --flat-playlist -J --verbose` For searches, youtube-dl/c tries to download some representation of the search page encoded as JSON which contains HTML strings, visible around `youtube.py:3289`: data...

Just like the `for-each` => `for` conversion, some `map`s should be converted to `for/list`. They can use the same heuristics to detect whether they should be converted (i.e. having a...

new lint

I followed the setup instructions in the readme for mumble-web on the webrtc branch and I got everything working when I load it in a browser, but I can't embed...

A particularly picky website requires me to send a GET request with `%2A`, however the http-easy internals force this to be decoded to `*` via the [`(->url urlish)` and `(url-path&query...

The "got it" button in the cookie consent banner cannot be activated with the keyboard, which is quite bad for accessibility.

I run Linux. I want to play OneShot, and I want a good first experience. I don't have a physical Windows machine. I tried running the game in a virtual...

This addresses a regression in commit 8d9cb49. That commit uses (when (andmap not errs) (expected-but-got ...)) to suppress some errors when type-checking list elements. Before this, there would be two...