Wesley Aptekar-Cassels

Results 96 comments of Wesley Aptekar-Cassels

`1-6ee99c94.js` is code for encoding and decoding a prior version of the link format. In the future, there will likely be `2-xxxxxxxxx.js`, `3-xxxxxxxxx.js`, etc. `e-d610c008.js` has error handing code. These...

This is a reasonable feature request, I'll take a look at implementing it. There's some complexity in making sure that the script itself changing the hash doesn't trigger scrolling/etc, but...

oh, i somehow missed this comment, sorry about that! no, there aren't (to my knowledge) 7440s with socketed ROMs - i desoldered mine to get this dump (but then apparently...

Do you mind if I overwrite the original commit to include the description?

So, I looked into providing some feedback if the test times out on ^D. I was planning to do this by adding a `puts "Sending ^D to shell to exit"`...

Ah, I looked at the code and figured it out — it's the X/Y position of the start of the stack. It'd be great if the docs explained that :)

I'm running into this same problem, it'd be great to see a fix :)

This is caused by the [underlying behaviour in the React Native `Modal` component](https://stackoverflow.com/questions/61654984/persist-keyboard-when-showing-a-react-native-modal). The solutions I can see here are either: * Change this library to not use a Modal....

I'm trying to overlay multiple synthesized sounds that are triggered at different times. Having a different worklet for each graph seemed like the simplest way to go about that, but...