util icon indicating copy to clipboard operation
util copied to clipboard

Wonderful reusable code from Twitter

Results 14 util issues
Sort by recently updated
recently updated
newest added

Updates `util.Logger` to expose the underlying `slf4j.Logger` instance. This is beneficial for those with projects with several SLF4J Loggers, and follows the pattern in the [scala-logging project](https://github.com/lightbend-labs/scala-logging/blob/main/src/main/scala/com/typesafe/scalalogging/Logger.scala#L82).

[PVP is described by sbt](https://www.scala-sbt.org/1.x/docs/Publishing.html#Version+scheme) as a version scheme in which "X.Y are treated as [the] major version," which I think accurately describes the version scheme of this library. Adding...

**Is your feature request related to a problem? Please describe.** There is an increasing usage of emoji hashtags and cashtags (for example #πŸ‡ΊπŸ‡Έ and $πŸ‡ΊπŸ‡Έ), however these are not indexed...

I encountered a StackOverflowError while trying to get an AsyncStream from a long sequence using fromSeq, along with filter and take operations. ``` [info] java.lang.StackOverflowError: [info] at com.twitter.concurrent.AsyncStream.$anonfun$filter$2(AsyncStream.scala:250) [info] at...