Oskar
Oskar
We'd like to restructure our meta pages: about, contact, feedback etc. We can start by listing ideas for the different things we'd like to communicate, do and offer — and...
The currently reflects the route you're on. That means if you listen to `Radio X` and later go to `Radio Y` - without playing it - the title will still...
It's not yet working as it should. player keyboard shortcuts are triggering inside (some) inputs. https://github.com/internet4000/radio4000/pull/282#issuecomment-444273366 https://github.com/internet4000/radio4000/issues/269
Normally `channel.get('tracks')` will get local properties off of objects. But in the case of an async relationship, it will also trigger network requests. We don't control when the data is...
One thing I noticed refactoring #226 is, that we have a few different ways of authenticating in routes and I wasn't sure which to use when. Maybe we can clarify...
### Discussed in https://github.com/oskarrough/slaytheweb/discussions/236 Originally posted by **luix10** May 16, 2024 Hello, cool project, congrats and thanks for sharing it! The card Body Slam wasn't working and I managed to...
can't remember what this is, gotta check before deleting
The `Dungeon` state is too big to send around in network requests. This is because it includes the different paths and nodes stored as `Map` and apparently this is just...
If a card is removed or renamed, no longer with us let's say, any runs referencing this card will fail. Like here: ``` http://localhost:4321/stats/run?id=7 http://localhost:4321/stats/run?id=170 ``` For example, the upgraded...