David M. Lary

Results 80 comments of David M. Lary

> I am not sure but removing / replacing [ExternalPrinter](https://docs.rs/rustyline/latest/rustyline/trait.ExternalPrinter.html) by the clever / simple [linenoise](https://github.com/antirez/linenoise#asyncrhronous-api) solution is appealing. I spent a few hours looking into this, and implementing an...

Don't know how to kick off the travis run to verify the fix works on all the different ruby versions. I ran rake on 2.6.5, and it passed. That's the...

Got travis working, and passing all tests.

I stumbled across this PR after spending a couple of weeks reading the code for `bevy_save`, `moonshine_save`, and the 0.10.1 `DynamicSceneBuilder`, and trying to get a entity-based save working for...

To make sure this is clear, it does not work at 60fps. The keyboard itself sends both the key up and down within a single frame, every time. So the...

As I said in the issue description the problem is due to me using a keyboard running QMK firmware with mod-tap enabled. https://qmk.github.io/qmk_mkdocs/master/en/mod_tap/ This is a feature that sends quick...

With the patch inlined below, I get logs showing both `GLFW_PRESS` and `GLFW_RELEASE` happening in the same millisecond. Not every one of them, but more than half: ```txt 2022-12-14T17:08:10.281 key...

I would love to see something like this to reduce the complexity & boilerplate as you build out ldtk maps. A couple of notes: From the examples, and some text,...

Oh, and from the discord, here’s a page that simplifies how systems are defined: https://promethia-27.github.io/dependency_injection_like_bevy_from_scratch/chapter1/system.html

Ok, I’ll dig into the c code to see what’s going wrong. I’m getting no prompt from the debugger; it just drops back to the command line.