techmetx11

Results 20 comments of techmetx11

> As your function share all of it's code with `error_template_helper`, what I'd recommend you to do is to rename it so something more explicit (like `error_template_message`) and reuse it...

I'm making a helper for Invidious in C, It will use QuickJS and do the following: - Fetch player script and extract functions independently from Invidious - Communicate with Invidious...

Check out what I'm making (switched to Rust after some talk with SamantazFox): https://github.com/techmetx11/inv_sig_helper

> Check out what I'm making (switched to Rust after some talk with SamantazFox): https://github.com/techmetx11/inv_sig_helper My program is done (along with the protocol documentation in README), all that's needed is...

Samples cannot be implemented due to the fact that Furnace cannot handle the possible amount of samples + FM instruments. VGM Music Maker has 256 FM instruments and 255 samples,...

> is it alive? PR blocked because I don't how to handle 1) Calculating PSG envelope from FM ADSR 2) If there are a combined more samples and FM instruments...

Undoing now works with extended attributes

All the other threads are also blocked waiting for a lock (in the coredump)

> All of the threads in that core dump are in system calls, which shouldn't be able to cause a SIGSEGV. It seems the core dump was not taken at...