Rob Tsuk

Results 53 comments of Rob Tsuk

I feel we need to figure out a safe mechanism to put in place of the unsafe callback before adding this. Does the SKD doc say anything about when this...

As long as we are reasonably certain that none of the other callbacks ever get called while the menu is open, we could handle it the way we [handle the...

Reading [the system menu docs](https://sdk.play.date/1.10.0/Inside%20Playdate%20with%20C.html#_interacting_with_the_system_menu) I think that there are two ways to go; either make menu items like [sprites](https://github.com/pd-rs/crankstart/blob/main/src/sprite.rs) or design an API for Rust that doesn't require an...

It appears the first window has to have nothing opened for the crash. When I have a workspace in both I don't see it. The crash is occurring because the...

I'd like to take this on. Any pointers to how and where cargo decides to suppress warnings when building dependencies? _Edited to add I never actually did start on this...

I made a start at this in https://github.com/rtsuk/ockam/tree/default_identity. I think it is correct for the command's full option, but I'm not sure how to covert the identity in the config...

Will do. The pull request template had a lot of text and the coffee hadn't quite kicked in enough for me to parse it all. 😀

I'm not sure about the third check, please let me know if I got the format right.

I'm going to close this for now since there's no consensus on how to solve the related issue and I've learned what I need to learn.

Closing this as it is quite old. Please feel free to re-open.