evbo

Results 191 comments of evbo

Hi @travisbrown @jonas , is this going to be merged into master and if not what is the recommended way to use HOCON files in scalajs? I currently use circe...

Thanks, that is almost what I'm looking for. I am trying to store the `Arguments` to a graphql method in a `case class`, in hopes that both Sangria server could...

simplest way I've managed to do this is calling a bash script from an sbt task that in turn sets environment and then runs sbt. This way, the environment variables...

another caveat that might be helpful for new users is letting them know that, if during debugging they force quit, they should manually stop and remove any docker containers left...

I found the docs. It might just be sufficient referencing these steps: https://docs.docker.com/install/linux/linux-postinstall/ and this is useful background too on the `DOCKER_HOST` env var: https://docs.docker.com/engine/reference/commandline/dockerd/

@chenjiahan any support for current react versions planned? Material UI 5 can't run on React 16 peer dependency, so this blocks other libraries from being used with Rodal. Or would...

@huiser I've tried also adding a secret key of `'none'` and verified I can publicly access the files using `wget` without credentials. So is there a way for `aws_s3` to...

I found the alternative method that allows me to specify `bucket` and `region` separately. When I use this it works: https://github.com/chimpler/postgres-aws-s3/blob/b817be9caf54e5b09c5c6edb924cf1b17df0e75c/aws_s3--0.0.1.sql#L41 Not ideal though since it doesn't mirror my production...

add ability to drink potions from the inventory with hotkey for health, mana, and rejuv. Slashdiablo BH has this feature.

Also, DBVisualizer supports this for SQLite (paid version): https://www.dbvis.com/feature/explain-plan/