Cat Stevens

Results 54 comments of Cat Stevens

Yes, `cminify` is quite buggy, but `search for the definition of a function` could be attained with a regex like `^(?:static)\s+(int|bool|char|...)\s+\**\s+[a-zA-Z0-9_]+\s+\(...` etc

(I use a regex like that in my editors everyday, but I can understand not wanting to ;) As you can tell, this program isn't really actively maintained anymore, and...

Nevermind, I can't wrap my head around the recursivity at play here. This is the patch I started writing. Unfortunately, though it appears to fix the mentioned problems in the...

And by the way, the best, simplest actual fix for this, and to get working C code since the byte savings from minifying macros is so little, is to change...

Do you mean in an emulator, or do you have access to a real PDP-10?

looks like a possible use-after-free in GNOME's JavaScript engine, unless `no-title-bar`'s JavaScript does something *extremely sketchy* I'm guessing this is an upstream edge case what were you doing to cause...

Also happens with "Voice & Video" in the settings > Test video. Test video once, it works. Exit settings and Test video again, BD crashes discord.

> `fork` uses way too much memory and needs to be replaced by `posix_spawn` for .99 I think I'm gonna take a crack at this this weekend, if you haven't...

You can see what I've got here: https://github.com/catb0t/factor/blob/a3980436b037b2490fabe453ced7c3d9fc63c1c9/basis/unix/process/posix-spawn/posix-spawn.factor I just finished writing all the words fully, so the attr-get/set are not tested right now. More tests and docs to come...

> https://github.com/factor/factor/blob/4f304cbc877b72618ad1b2dba8f9f8c5c3550f7a/basis/unix/process/process.factor#L105 > > I should have linked the existing ffi bindings. Oops! > > The part that isn't done yet is integrating with ``, `run-process`, etc. I did use...