Michael
Michael
It looks like Google is phasing out "Less secure apps" functionality... is there a way to integrate with Gmail using OAuth instead? I tried looking around for a github action...
We should add tests for the core API endpoints (i.e. `/api/v1/` URLs). This way we can hopefully prevent BC breaks in the future.
I think it would be useful to have a button to effectively "destroy" and/or "reset" a set of service(s). This could be done fairly easily by implementing an API endpoint...
This adds the "run_exec" and "inspect_exec" API endpoints, as well as the corresponding frontend-UI. Use case is to run a one-off command in a specific container. For example, for some...
Fixes #65
For NPM support
I noticed it seems non-intuitive/difficult to edit the menus in any sort of non-trivial way. It would be nice to even have a "customSplashMenu" setting or something that you could...
It would be good to have a way to implement experience levels in the game (for more traditional RPG roguelikes). See [wiki page](https://github.com/LambdaHack/LambdaHack/wiki/Experience-levels) for more detailed design idea
It looks to me like magic (as an actor skill) is unsupported. It would be good to have customizable skill sets for actors, since some/most games will want skills other...
From what I can tell, the out of the box way to generate stairs is via a "staircase" which is just a place with up & down stairs. Is there...