Patrick Greene
Patrick Greene
Is it possible to add a RigidBodyDesc and ShapeDesc to a component in a prefab ron file?
#### Question I'm building a generic admin panel, I'm struggling implementing an authentication system that can work with the router component. In short it works by sending the browser a...
We should start thinking about what a version 0.1.0 would look like, so i/we can begin working towards that goal. I think we should list all the desired features/bug fixes...
#69 is merged we have the ability to run commands from the TUI. So we'll need to start discussing what commands should be implemented, what a command sould look like...
I love termion, but it doesn't work on windows witch is frustrating cause i have to use windows at work but would like to hack on the same projects i...
Replace the HashMap in the AuthHeader struct with BTreeMap, this will make testing easier
I have been working on rewriting xrl to use async/await as well as simplify the api. This is very much a work in progress i just wanted to get an...
Id actually like to make xrl::Client a trait and then create an `Executable` & `Proccess` struct That could be used instead of Client. As a bonus we could implement most...
Currently the LineCache struct doesn't really simplify that much except applying an update when we receive one from xi. It was copied here from xi-term as is but i think...
Currently as written the 'Frontend' trait has a method for each xi-event. This is Alright now but will get pretty unmanageable as xi adds more methods. I think an enum...