blargg
blargg
I should be able to at least add the help text and the keys to keybinding updates. Time permitting, I'll look into using the actual text widget. Otherwise, I might...
I updated the help text and add the keys to the config. It still uses pager. Is there a way to go from the file manager widget to the text...
Let's merge the changes as they currently are. It's mostly lack of time right now. Thank you for your help on this!
I wrote #82 to attempt to address this issue. Let me know if this meets all the requirements, or any other suggestions.
In this case, it looks like I can't. I'm using ncollide2d, which has its own handle object. When you add an object to `CollisionWorld`, you get a handle to the...
True, but the drawback to this approach is that it requires more code to determine when an entity is deleted to free space on the index. If it is a...
I did a bit of development on this. You can implement this outside of the specs crate, making a new struct similar to FlaggedStorage. At this point, my use case...
When I `rm tmp` it becomes less visible, no one can view it as a file. When I `rip tmp` it becomes more visible, anyone can view it as a...
Thanks. I appreciate that.
Yep, I think that should work. I'll work on the code so you (or anyone) can review.