Steven Ringo

Results 5 issues of Steven Ringo

- Update to use Python 3.7. - Simpler installation, remove docker-stacker script - Installs `make`, which Useful for CI/CD builds - Temporary change to `setup.py` to address current issue with...

Hi, Great game, thanks! After a while, the haptics can become annoying and aren't really necessary. I couldn't find any way to disable the haptics. Hoping this is might be...

enhancement
ios

Hi, This is fantastic and perfect for our needs. One challenge I am having (with Dash in general) and hoping there might be a way to address it as part...

Commit `3be4ea`, release 1.3.0 refers. Unless I am mistaken, the main OAuth2 gem as it stands (still) uses Faraday and removing Faraday here breaks any error handling raised by Faraday...

Hi. You may want to consider [Docker multi-stage builds]( https://docs.docker.com/develop/develop-images/multistage-build/) to separate out the actual build to the deployment. Would also likely speed things up a bit. Cheers