Zicklag
Zicklag
> I'll try running CI on a fork with a newer Ubuntu version and see if that helps. Unfortunately that didn't fix it. I'll have to try building from source...
Unfortunately the UI setup isn't a simple as I'd like, but it does _function_ quite well. The foundation for all the UI stuff can be found in the [ui.rs](https://github.com/fishfolk/jumpy/blob/main/src/ui.rs) module....
Yeah, we have a minor note about TODO comments in the README: https://github.com/fishfolk/bones?tab=readme-ov-file#contributing. Honestly I probably should have caught this when I reviewed the code to prevent it from getting...
I think some of the confusion regarding `cargo b --workspace` might be caused by the fact that the matchmaker isn't in the `framework_crates` folder and we set the default workspace...
This was made much more approachable with #132. We'll need to solve #162, but after that we should be able to iterate through the world components and hash all components/resources...
Do you have any idea why lots of the messages just say `log` for the target instead of the `crate::module` that they were generated from? ``` 2023-12-04T16:30:34.592196Z INFO log: Guessed...
Hopefully this was fixed by https://github.com/fishfolk/bones/pull/253, but I'm not sure, so I'll leave this open for now and close it if I don't see the issue again.
Further background, the most common way to configure the http(s) proxy is through environment variables: `http_proxy`, `https_proxy`, `no_proxy`, or their uppercase variants. --- [This](https://github.com/n0-computer/iroh/blob/9d71fd84d39866dc53e76f53b3a32303cb9895ad/iroh-net/src/relay/http/client.rs#L562) appears to be the function in...
> In the future we could consider making the app work offline, i.e. it'll still give you access to whatever you've already downloaded even if you're offline. Yeah, huge 👍...
Thanks! I think it would actually be good to support both the arrow keys and WASD until we get a config solution in place. That way we have a way...