Oliver Cooper

Results 117 comments of Oliver Cooper

They do render correctly, so that's not the issue. It could be an issue with ComputerCraft or the emulator. What keyboard are you using? Does it have those built in...

I know this is an old issue, but did you have any examples of this algorithm breaking? In my testing it's working okay, but it sounds like the issues are...

I'm encountering the same on Catalina. Yet to find why, but will post if I do find a cause.

Okay, for anyone running in to issues like this, ensure you are listening to `update-downloaded` on the _native_ (i.e. `import { autoUpdater } from "electron"`) auto updater before you quit...

Yeah that's totally fair, no specific issues with using `paste!` - although as I haven't had to use it before I had to Google around for a while before discovering...

For anyone struggling with this too, I ended up having to structure my Rust to use an actor system, where the Rust code executes in an entirely separate runner you...

> When you define an `async` function in your bridge module, the generated code spawns the future in the lazily initiated async runtime That makes sense! > Could you share...

I would really love this feature. Currently I have enums with named fields through my main business logic crates, but then I need to create duplicate types manually create the...

I agree, there was some discussion about it in #783 but the 'solutions' are just work arounds. I do not think splitting in to separate crates should really be the...

There are two approaches you could take here (that I'm aware of), although I'd lean toward the first. Essentially you use complex object fields that fetch the relevant object from...