Kevin Schwarz

Results 16 comments of Kevin Schwarz

I definitely get that. And if that's what the intended functionality is, then it should continue to work like that. However, the documentation doesn't make it clear that your example...

I was able to override the limit in the following way: ```scala package example import munit.{FunSuite, Printer} import munit.internal.console.Printers class FunTest extends FunSuite { def longPrinter = new Printer {...

Something else that likely falls into this category is Scala and Scala Play Templates (.scala.html files). Willing to look into making a change if you have a general idea of...

I've come across this recently too. It doesn't seem like `fun shardRecordProcessor()` is used if `fun shardRecordProcessor(streamIdentifier: StreamIdentifier)` is defined. If that's actually the case, it would be great to...

@zjhmale Can you please merge #23?

Currently attempting to tackle this one. @arex1337 it looks like there are two pieces of feedback here: 1. Sorting after entering a search term. 2. Adding a "like" functionality to...

Dupe of #213?

Attempted to address since the [issue linked from the PR is fixed](https://github.com/scala/bug/issues/11152), however I seem to be running into a similar issue with scala 3 instead. I wonder if that...

If polynomials aren't supposed to have negative exponents, should `Term` have `UInt` for exponent instead of `Int`?

Not super familiar with how precision is supposed to work, but this doesn't seem like it's an issue yet. (And arguably, it seems like the behavior makes sense). Might make...