Sean Cross

Results 334 comments of Sean Cross

I use the Switch Pro controller via Bluetooth, as it's the only one I have that supports USB charging. Which is handy when traveling. I'm not sure if this issue...

I noticed on Windows that watch events were frequently reported as `ModifyKind::Any` which basically means "The notify system couldn't tell what it was" or "It's a type of event that...

The PR is https://github.com/thedodd/trunk/pull/620

You'll notice that it also crashes if you actually try to start any emulation. Renode's emulation core seems to not work at all on ARM64 targets. The .NET stuff works...

An example of a crash that occurs without this patch: ``` 16-bit Opcode at PC 800006a2 d62a -> 16-bit opcode at PC 800006a4: d82e 16-bit Opcode at PC 800006a4 d82e...

Note: This is actually useful for selecting large blocks of text because there is no "Select All" command.

I think there's sufficient examples available now to be able to close this. The solution is to use a fully-custom connector, which is apparently possible to do.

Yes, I can confirm that breakpoints work now. Watchpoints don't seem to work with translated memory. Should they?

I no longer have the setup in order to debug this code. However, someone else is free to take my patches and forward-port them with or without attribution.

I just ran into this problem. `rust-analyzer` was disabled when I hit "format file", and it didn't show up when I clicked "Install formatter..." ![image](https://user-images.githubusercontent.com/238325/230040116-3a709322-fc03-413c-9e34-17845bdd1aff.png) The top of the list...