Spencer Salazar

Results 33 comments of Spencer Salazar

I'm down to put together a release (and work towards documenting + generalizing the release process so anyone else or CI can build releases) within the next month or so.

👌

If you want to go ahead and re-enable individual shred removal, I'll take a look at why it's crashing after you're done refactoring.

Or why it's returning the wrong thing (I don't think you said it's actually crashing).

Interesting, thats not so good that it renders tiny, we can look into it. Unfortunately my experience is that major library upgrades are not so simple as there are often...

Thanks Michael. Thats an unfortunate workaround. Alt-= (equals) and Alt-- (minus) are used as shortcuts for on-the-fly programming, and on American systems at least Alt-whatever is not uncommon for keyboard...

Hmm, actually it seems it is more nuanced than my initial understanding. From what I can tell, AltGr is normally used to access |, }, and other "bottom-right" characters whereas...

Thanks for reporting this. To my recollection, on Windows, ChucK uses DirectInput for mice/keyboards, which presents all connected devices as a single instance. The Windows API that allows multiple mice/keyboards...

Im conflicted on this one -- `Random` is typically a 1st party-provided utility in many programming languages, and it seems like 3rd party libraries should use namespacing (whether actual namespaces...

Good call! Shouldn't be that hard.