bbrk24

Results 79 issues of bbrk24

The following program never terminates: ```aussie G'DAY MATE! I RECKON _ IS A WALKABOUT FROM [1 TO 1] < GIMME "Looping..."; > ```

Should we consider bitwise operators? I imagine `` will run into parsing issues, but `|`, `&`, `^`, and `~` should be doable. Alternatively, we could use words for all six....

I had written this program: ``` G'DAY MATE! THE HARD YAKKA FOR recursiveFunc IS () < GIMME"running..."; recursiveFunc(); > recursiveFunc(); CHEERS C***! ``` Notice the typo -- `GIMME"` rather than...

FUCKUP

I was messing around with callbacks, and I noticed something interesting: ```go G'DAY MATE! IMPOHT ME FUNC HitTheSack; THE HARD YAKKA FOR performAfter IS (callback, duration) < HitTheSack(duration); callback(); >...

IDEA

Fixes #310 ## Overview If Mockingbird encounters an unrecognized attribute, it gets stuck in an infinite loop. Although this was first noticed with `@Sendable`, the introduction of global actors means...

Here's an excerpt from my bash history: ```bash nvm i v20.10 nvm rm v20.9.0 nvm uninstall v20.9.0 ``` `npm rm` is a synonym for `npm uninstall`, so naturally I try...

feature requests

Maps are generally safer than records at runtime, but so-called "mapped types" can only be records. As such, I propose this type: ```ts type RecordToMap = UnionToIntersection; ``` This gives...

type addition

**Bug report or Feature request?** Feature request **Version (complete output of `terser -V` or specific git commit)** terser 5.19.3 **Complete CLI command or `minify()` options used** ```js { module: false,...

Just switched over from DeSmuME, because I was playing Bowser's Inside Story and DeSmuME didn't pick up the microphone or sound samples correctly. melonDS doesn't have this issue, but it...

has its "Source" link as , which is a 404. It appears the file has been moved to and the documentation was not updated.