Ryan Stull

Results 5 issues of Ryan Stull

Add support for the notepad++ style of regexes

flavor request

Currently there's no equivalent in ScalaNullSafe for ``` Option(a).flatmap(a => f(a)) ``` In other words, you can't use the result of a null-safe selection in a function call. Adding the...

enhancement

Hello! I find this utility very useful; however It would be great if I could use it with Google Cloud Storage (GCS). Do you have any plans add support for...

The macro should work in the following situation: ```scala case class A(b: B) case class B(c: C) case class C(d: D) case class D(s: String) def expectFunction[T](f: A => T):...

bug