Benoit Chatain Lacelle
Benoit Chatain Lacelle
On a `MAP(VARCHAR, VARCHAR)`, the commands: ``` insert into map_ts (key, map2) values ('someKey', MAP(['a'], ['b']) ) on conflict (key) do update set map2 = map_concat(EXCLUDED.map2, MAP(['a'], ['b'])); ``` succeeds...
I encounter simialr discrependancy with `^([a-z0-9_]+)(\\.[a-z0-9_]+(\\[\\d+\\])?)*(#.*)?$`
@anandheritage This matter is tracked in https://github.com/RoaringBitmap/RoaringBitmap/issues/749
The provided stack hints where the Connection has been acquired, hinting where it should be closed. You may monitor yourself this timing (between `.getConnection()` and `.close()` ), to investigate in...
Thanks @jlerbsc. The following snippet has hopefully relevant AST modifications, though it demonstrate the same issue: `LexicalPreservingPrinter` seemingly do not react to `.setEnclosingParameters(false)`. ``` class Scratch { static final String...
Hello. The issue still happens in 3.27.1 with the following snippet: ``` package eu.solven.cleanthat.engine.java; import com.github.javaparser.StaticJavaParser; import com.github.javaparser.ast.expr.LambdaExpr; import com.github.javaparser.printer.DefaultPrettyPrinter; import com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter; class Scratch { static final String CLASS_AS_STRING =...
Recent deployement of ours based on JDK21 are now rejected with: > 06:15:49,863 [ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.36.0:deploy (default-cli) on project xxxx-yyyy: deploy to Function App with resource creation...
I had a similar issue having opened a large (5MB csv) file next to some `.py` file. Closing it lead to Pylance being more CPU-friendly.
I open https://github.com/microsoft/vscode/issues/232514