Matthias Berndt

Results 25 issues of Matthias Berndt

Hey there, I've had some trouble running the example code in README.md. More specifically, this code didn't work for me in Firefox 58: ```scala @JSExport def main(): Unit = {...

Hi, thanks for creating this project! I have a query that looks basically like this: ```scala FooTable.map { foo => (foo, count_* :: Over.partitionBy(foo.bar)) }.filter( _._2 === 1L).map(_._1) ``` This...

Hi, I was trying to get started with ScalaFX and wanted to get the very first example in the documentation working. This one: ```scala import scalafx.Includes._ import scalafx.application.JFXApp3 import scalafx.scene.Scene...

documentation

Here's a trivial example to demonstrate the problem: ``` import com.sksamuel.avro4s.* case class Foo[A](a: List[A]) derives SchemaFor case class Bar(f1: Foo[Int], f2: Foo[String]) derives SchemaFor @main def main = println(AvroSchema[Bar])...

abandoned

It seems like this is all that's required to support defaults for `case class` fields in Scala 3. Users need `-Yretain-trees` in their scalacOptions as per the documentation: https://github.com/softwaremill/magnolia#limitations I...

### Is your feature request related to a problem? Please describe. I'd like an easy way to see the code that a call to a macro expands to. ### Describe...

Hi there, I ran into an interesting bug today. In `DefaultApplicationLifecycle`s `stop()` method, there is a comment that reads as follows: ``` // Do we care if one hook executes...

type:defect
help wanted

I've added a test that should make it pretty self-explanatory what this PR does

It currently only escapes the first `'` character, but they should all be escaped. How are shell scripts still a thing in 2024?

Hey there, I've hacked together something for #1960: Auto-merge support on Github, not really to get it merged in its current form but to get the discussion started. The issue...