Derik Badman

Results 42 comments of Derik Badman

on writing data from docker container to host directory: https://www.digitalocean.com/community/tutorials/how-to-share-data-between-the-docker-container-and-the-host Think that could be used to write JSON "backup" type data to the local machine. Could do each character as...

https://github.com/typicode/lowdb might be a simple way to do storage in node for a docker run package. would need to generate a pretty simple server side... but if its local use...

maybe https://fastify.dev/docs/latest/Guides/Getting-Started/ to work up a quick simple server in node

hi @baldurmen. Thanks for the PRs will check them out when I get a chance. Yesh i18n is a good idea. I've actually got that on the todo list for...

This looks like a fairly simple library https://airbnb.io/polyglot.js/

Downside of polyglot is it's not module enabled and uses require statements, which means there'd have to be some kind of build process to get it to work with the...

Probably the best option: https://www.i18next.com/

This looks like it might be viable for some spell info: http://www.dnd5eapi.co/docs/# https://www.dnd5eapi.co/api/spells (spell list) https://www.dnd5eapi.co/api/spells?name=Sacred%20Flame (search) https://www.dnd5eapi.co/api/spells/sacred-flame (specific spell data)

Ideas: - Modal that does spell lookups. Type, autocomplate. Select a spell to add it to the appropriate spell list (?). - To avoid hitting the api everytime, we should...

@NeptuneRjo Gave you code a test (it's now merged to develop) and it seems fine to me. I've made two changes: - Made the "Add spell" button smaller (add .btn-sm)...