Martin Egri
Martin Egri
I just noticed for the first time that my friend outputs the incorrect timestamp. I'm in UTC+02:00 so at 12:00 UTC my local time is 14:00, and yet this formatter...
This happens with the following client config: ``` val dbClient = Postgres .Client() .withCredentials(user = postgresUser, password = postgresPassword) .database(postgresDb) .withSessionPool .maxSize(1) .withBinaryParams(true) .withBinaryResults(true) .newRichClient(postgresHost) ``` (If .withBinaryParams/.withBinaryResults is set...
Operating against a table in an external iceberg/unified catalog in v3.2.6 gives a nondescript error (see stacktrace below) I tried tracking down the issue by diffing v3.2.6 against v3.2.2 and...
**Note: To me this only happens in mill-bsp mode; Bloop seems to work as expected.** Activating auto complete or clicking the lightbulb for a quick fix in versions v1.31.0 and...
There's currently a bug in how Perfolation outputs zone offset strings (see discussion linked Scribe-issue below). To correct the issue and get reproducible tests we need a way to create...
**Description** SqlBaseBaseListener [used here](https://github.com/polynote/polynote/blob/938a1c0557d4689ea66fa3da20e6bd48da448cff/polynote-spark/src/main/scala/polynote/kernel/interpreter/sql/Parser.scala#L35) has been replaced since Spark 3.3.0. This breaks SQL frames. **Reproduction** Steps to reproduce the behavior: 1. Run Polynote with a version of Spark >= 3.3.0...
**Describe the bug** Using asdf to manage jvm installs, vs code incorrectly assumes that a java reference found on `$PATH` has a home directory under `/../..` This happens here: https://github.com/scalameta/metals-vscode/blob/5130d1d91cc47c391e94b2178baeedfdbf2bd4af/packages/metals-languageclient/src/getJavaHome.ts#L66...
With a build roughly defined as ``` import mill._ import scalalib._ object core extends ScalaModule { def scalaVersion = "3.4.2" def ivyDeps = Agg(ivy"com.lihaoyi::upickle:4.0.0") } ``` With this setup `mill...
metals-vscode does a bunch of work to find a version of java which to run: * It looks for a JAVA_HOME env variable; the JAVA_HOME that existed at the time...
--- **From the maintainer Li Haoyi**: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR fixing this. The acceptance criteria is to update...