Tobias Kiertscher

Results 26 comments of Tobias Kiertscher

Thanks for the feedback. Currently I am using the workaround with `Locale.setDefault()` but there will be cases when the locale is needed for the UI as intended. I am impressed...

Same problems from Germany. It would be nice if the binaries would be hosted for download in a well established infrastructure somewhere with a permalink. This unreliable connection really dims...

Found this post related to the issue: https://stackoverflow.com/questions/74261789/postgres-create-table-if-not-exists-%E2%87%92-23505 So the `IF NOT EXISTS` will probably not help on its own, but the following might. ``` select pg_advisory_xact_lock(12345); -- any bigint...

The native VS Code feature behind CMD + SHIFT + P is called `Developer: Inspect Editor Tokens and Scopes` now.