sizzlorox

Results 8 comments of sizzlorox

This issue possibly may be resolved by following https://github.com/gin-contrib/sessions/issues/109#issuecomment-657233652

I've just ran into this issue and found: The problem here is that https://github.com/gin-gonic/contrib/blob/master/sessions/sessions.go The default key is set to `github.com/gin-gonic/contrib/sessions` where as https://github.com/gin-contrib/sessions/blob/v0.0.3/sessions.go it is set to `github.com/gin-contrib/sessions` Wherever...

It seems by removing `babel-preset-react` and installing `@babel/preset-react` and creating .babelrc containing `{ "presets": [ "@babel/react" ] }` has resolved this issue for me.

Appears Heroku does not support any more free mongodb addons. Unfortunately this feature will have to be removed and changed to manually setting up a mongodb instance or getting mongodb...

- [ ] Add Documentation on setting up MongoDB Atlas w/ free tier and linking to Heroku

Possibly in the future, but the reason I'm saying possibly is that it's not that difficult to remove the bot components from the RPG engine stuff. It will take some...

V2 will now have discord and game logic seperated

> No workaround? This is not the proper workaround and ONLY a temporary fix that I did to get debug working on my end to try debug an issue I...