Jens Bannmann

Results 29 comments of Jens Bannmann

I stumbled across this problem as well and created #279 in May 2021 (without finding this issue, though). Unfortunately, @parrt has indicated that in the foreseeable future, this problem won't...

Is this really a bug in StringTemplate? `AttributeRenderer` classes like `DateRenderer` are only ever invoked by StringTemplate if they were previously registered via `STGroup.registerRenderer(Class, AttributeRenderer

Here's my real-world use case: I have a library whose methods return interfaces that the calling code is expected to reference by name, but should never implement in their own...

Same issue on the Windows desktop app with ``` Version 1.31.3 Shell 16.0.7 Renderer 96.0.4664.110 Node 16.9.1 Architecture x64 ``` First I thought the locking only happened when switching accounts,...

Hint: Depending on the SQL queries one uses, people may have success using jOOQ's PostgreSQL dialects to connect to Trino. We have been using this workaround for more than 4...

@HasanAmmori I don't know what exactly is affected by the choice of dialects, so I can only guess: maybe the reason is that the product in question does not use...

FYI, as of January 2019, the presto project lives at https://prestosql.io/ and is stewarded by the newly created _Presto Software Foundation_ which is headed by the three creators of Presto....

@findepi wrote: > Since the original request wasn't clear about which version they're using (...) Well, my original request was from 2016 when there was only one version. However, in...

> it seems that the jar is not published on a repository (Maven central, bintray, GitHub...). I had a quick look at the code and it would require some work...