Stefan Pavikevik
Stefan Pavikevik
**Describe the bug** We're using `-Xsource: 3` in our Scala 2 codebase to enable some backported Scala 3 syntax but there's some of it that semgrep can't parse. ``` [WARN]...
Given a large file (10+ mb) as input, and streaming it over in various chunk sizes via a pipeline that includes `ZPipeline.encodeCharsWith` seems to cause memory leaks. After exploring the...
Addresses #9935. Ok, the more I think about this, one thing seems clear. If `CharsetEncoder.encode` is called with the `endOfInput` argument as true, no further characters are expected to be...
Apologies in advance if the title is unclear. Given the following example code: ```scala object MyString extends Newtype[String] type MyString = MyString.Type class StringArray(val contents: Array[String]) def fn(s: MyString |...
This project looks great, so happy to see this and happy that digitally induced is standing behind it. A huge thanks for creating it! I would like to try it...
This tries to implement #66 in the following manner: - Introduces difference counts (one for the number of differences, and another for the number of ignored differences) - Abstracts pairing...
Hi, thanks for the nice library! I have a small issue about the default `SetDiffer` instance which invokes the following method https://github.com/jatcwang/difflicious/blob/f4b0c74593eeb09f8cc28cdd53eafc7d771dc36a/modules/core/src/main/scala/difflicious/differ/SeqDiffer.scala#L151-L174 The `func` passed in the default instance is...