Tim Chen

Results 35 comments of Tim Chen

I don't know if this project is being maintained anymore. It seems the author(s) haven't commented or responded to anything since August. But I'm using the `plugins { id 'org.akhikhl.gretty'...

I had the same issue after upgrading to gradle 3.5 and @rabbitfr 's suggestion to remove the `.gradle` also worked for me. Not sure this is something solvable by the...

This is slightly complicated. SQL builder is a simple query builder. It does not build up any type of state tree that can remember where subselects start and end. If...

This is fixed in TooTallNate/Java-WebSocket now https://github.com/TooTallNate/Java-WebSocket/milestone/7

Right that's one way to do it. I wonder if the library that is used to get the git commits already has a way to handle include/exclude paths using git's...

I have the same issue but without `node-linker` customizations. `isolated` should be the default according to [this](https://pnpm.io/settings#nodelinker).

https://github.com/pnpm/pnpm/commit/c7eefdd082a96cec7d712f857d453b82fd04dad7 seems related?

Even though terraform ignores path in local configs, it is still a [documented parameter]( https://developer.hashicorp.com/terraform/language/settings/backends/local#configuration-variables) In my case, I'm using it to check that the state key won't collide when...

workaround ``` locals { .... remote_backend = local.use_local ? "local" : "s3" remote_state_config = { s3 = { region = "us-east-1" bucket = "xxxxx" dynamodb_table = "xxxx" key = "${local.service_state_key}/terraform.tfstate"...

Is the ability to prevent tabbing of panels no longer supported?