Will Hart
Will Hart
Ok, I've updated the PR - as a bonus it made the PR 50% easier to review 🤣 I've spotted #48 which is the Picker I wanted to add. I'll...
**Possible implementation:** Too many changes to the lobby API could break a lot of existing games. One way to resolve these issues would be to use the existing state and...
I've got a "demo" working here https://github.com/will-hart/ReLaXed/commit/ce4588d3415d3b0d401ad536eff8789ffbf7ca17. It does the job but I think it has slowed down compilation times a couple of seconds while the bibtex is parsed. I've...
Oh yeah, oops I was trying so hard to include the bibtex into the Pug template I didn't even think of just reading in a file :) I'll give that...
It takes about 3 seconds extra to build a bibliography with only a couple of test references in the file. I'll try it later with my 900 reference monster list...
I've noticed that even with the current implementation, multiple `+cite` calls to the same reference result in multiple bibliography entries. I think we'll need to check if a citation key...
I've read them all. I don't love all the books, but hands down this is my favourite series of all time.
I can have a go... might take me a few days to pull together the PR
After a fair bit of browsing and trying a few options, this seems non-trivial. I've tried - this repo, - `bevy_cosmic_edit`, - `egui` using this https://mvlabat.github.io/bevy_egui_web_showcase/index.html - adding the [`navigator::virtualKeyboard`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/virtualKeyboard)...
Thanks for the reply. It seems its on the winit radar for native mobile but not actively being worked on. I've filed an issue for web builds.