Leo Benkel

Results 50 issues of Leo Benkel

Hello, Just today, this plugin stopped working unexpectedly. ``` 2:36:56 PM: ───────────────────────────── 2:36:56 PM: Plugin "netlify-plugin-inline-source" failed 2:36:56 PM: ───────────────────────────── 2:36:56 PM: ​ 2:36:56 PM: Error message 2:36:56 PM: Error:...

Since there is already a `commit.message` it would make sense to have `commit.labels` to match the `--add-labels` parameters. CC: https://github.com/scala-steward-org/scala-steward/pull/2523#issuecomment-1208300736

Hello, I was wondering if it was possible to read the content of a public Google Doc from the API without server code, client-side only. Thank you.

type: question

When I do `keys MYTABLE:*` through cli, it takes 17seconds. When I do `spark.sparkContext.fromRedisKeyPattern(keyPattern = s"$MYTABLE:*")` it still not complete after 10min. Why is there such a huge discrepancy ?

__Expected behavior:__ The generated class name should be consistent and deterministic on client and server side. __Describe the bug:__ When launching the server for the first time, the class aligns....

convert test from scalatest to zio-test

enhancement

Make more migration tools to move easily from a none-zio / future code base into a ZparkIO one.

Feature

Write better example to illustrate good project structure. user.scala - for each data type ``` case class User () {} object User { def fetchFromSource: ZDS_R[Source, User] = ??? }...

Feature

Make a wrapper around the Spark dataset that could control caching as well as offer both set of features (dataset and rdd) under one class

Feature