Brian Kroth
Brian Kroth
> We already do use the Linux keyring if we can. The problem is that when using Linux in a headless environment, (over SSH, VSCode Remote tunnel, etc) **the keyring...
Chatted about this, there is some confusion over some storage entries, but they aren't running concurrently (yet). We should - [ ] add `ts_create` to the DB to note when...
@motus I don't think all of this is handled yet, so reopening.
Should probably just write a test for this.
Hi, I'm also looking at this with @pvary (see https://github.com/apache/iceberg/pull/13034). We were playing with a devcontainer setup. The gradle extension is installed via the java language extension pack. Gradle is...
Wonder if we can add an `"optimization_targets": {...}` block in the `globals` and special case that to be passed to the optimizer maybe? Seems a little messy ...
Actually, `--max-suggestions` instead of `--max_suggestions` also no longer works. Might submit a PR to fix that one ...
Just encountered this same issue. See Also: #4047 This workaround does allow the `redhat.java` extension to load the projects. Any thoughts on where the issue lies with the two working...
@eujing do you just want to relax the required logging level from DEBUG to INFO here? Or is there something else you're proposing?