Marcel Müller
Marcel Müller
What would need to be done for this? I'd be willing to try my hand at it.
Heya! Are there any updates on this? I keep running into this issue. I can see in the logs that PINGREQs are being sent and that PINGRESP are being received....
Personally speaking, I don't think that this crate needs a specific aseprite integration. After all, it's 'job' is to take tilemap data and a sprite atlas and render it (simplified)....
I've sadly run into this as well on NixOS. Has anyone maybe found a working solution in the meantime?
What does 'setup' here entail? Could it be done directly from the Rust tests? (If not, what's stopping that?)
@makr11st that is indeed a good question, my understanding is that actor libraries in Rust have so far been mostly for web servers, which is too broad a scope for...
@makr11st > By saying actix I do not mean the actix-web as it is a particular implementation of a web server which uses basic actix actor design for message passing...
I'll close this until a clear path for the next steps exists.
After some testing and discussion it seems that `cargo check --locked` exhibits the wanted behaviour: - It does not touch existing fulfilled dependencies - If a dep. does not exist,...
Thank you for the interesting feedback! Could you maybe expand a bit more on these aspects? > However, this also stresses somehow that writing a plugin is not easy. >...