Simon Parten

Results 50 issues of Simon Parten

``` /** * Defines how date-time values should be binned. */ type TimeUnit = "date" | "day" | "dayhours" | "dayhoursminutes" | "dayhoursminutesseconds" | "dayofyear" | "hours" | "hoursminutes" |...

How to setup "initialise" parameters, in my case for metals. According to the metals docs https://scalameta.org/metals/docs/integrations/new-editor#initialize It should be possible exchange some settings on initialization, which dictate the "features" enabled,...

documentation
lang:scala

I may not be correct about What is happening here, so please forgive me. This line; https://github.com/vega/schema/blob/7c4c2e4a3d79b930cd35fe4992fccc9156b9b8bb/vega/v5.22.1.json#L6458 `"$ref": "#/definitions/encode"` points at "encode". When I try to trace that back, I...

This is (most definitely!) a work in progress. I have a use case where I wish to be able to parse the vega schema into scala3 case classses. This app...

This PR adds scala 3 support for types only, and circe. https://github.com/quicktype/quicktype/pull/1932 I'm unclear what would need to be done to have it merged? Any feedback is welcome.

This is an (initial, horrible) draft PR which goes after https://github.com/scalameta/metals-feature-requests/issues/236 I believe it sets out a viable solution sketch. If we were able to get the almond installer working,...

I think that the front of this page should be; https://scalacenter.github.io/scalajs-bundler/ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") rather than addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.0.0+1-b3702414-SNAPSHOT")

I'm not sure if I'm missing something obvious, but is it possible to calculate the intersections of a line (specified by lat/long start) with a box on a spherical earth?...

question

I struggled with this fragment, giving me this message; def sqlLimit(limit: Int): Fragment = fr"TOP $limit " ``` Exception in thread "main" com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '@P0'. ``` Which I...

JDBC driver issue

There will be an associated PR to metals... https://github.com/scalameta/metals/pull/4253 Aimed at https://github.com/scalameta/metals-feature-requests/issues/236