Weasy
Weasy
I have implemented `deadpool` for a `ArangoDB` backend, [`deadpool-arangodb`](https://github.com/Weasy666/deadpool-arangodb), and wanted to ask how i should proceed with publishing? I don't want to just use the `deadpool-` "namespace" without asking....
Great. Then i'll create a PR today or tomorrow, to move my code into the `deadpool` codebase.
Would be really nice to have 2D support and be able to pick sprites.
I did not take a look at the code, but would the approach used for the current bevy ui be feasible? It can correlate the mouse cursor / screen coordinates...
I'm don't know, but i would guess that it's not necessary. Because you still could rename a imported modul with `use arangors::blocking as arangors` and use it as drop in...
@h4h13 hey there! again thanks for the nice app, have you considered my feature request? I think it is especially usefull if you have a mix of new and old...
@sgotti No problem. I will take a look at it on the weekend and try to come up with a useful text.
Building on the crate mentioned by @blackghost1987 i started to implement a "generic" authentication, [rocket_auth](https://github.com/Weasy666/rocket_auth). It's still early, but functional. I know there is a lot missing, especially docs and...
Ok...i'm back with another approach, [rocket_airlock](https://github.com/Weasy666/rocket_airlock). I was inspired by Jeb's [rocket_oauth2](https://github.com/jebrosen/rocket_oauth2) crate and tried to find a generic approach that can be used as basis for different authentication approaches....
I would even suggest a dedicated `Used by` section on [Rocket.rs](https://rocket.rs), in which projects that use rocket are listed/linked. I think, that it could be really helpful for others to...