-
In the current [Scala Async documentation on Handling Time-outs](https://www.playframework.com/documentation/2.6.0/ScalaAsync#Handling-time-outs), it describes how to use the `withTimeout()` function.…
-
Currently the [doc page on error handling](https://http4s.org/v0.23/error-handling/) doesn't mention two of the important tools for debugging and handling errors in routes:
- The Logger middleware
…
-
I would like to experiment with the new minifier a bit. How can I control if the new minifier or GCC is used?
I find the documentation about `scalaJSLinkerConfig` a bit lacking, esp. when Google of…
-
@kubukoz was right (... for once 😉).
During code-generation and by default, we re-order case class fields in order to improve the UX of the generated case classes : optional fields go to the end o…
-
The main goal is to deemphasize deprecated methods and universal methods.
We attempted this for 2.13.3 but were blocked by JLine bugs (or so it seemed to me, I don't think I was just doing it wrong…
-
The usage and existance of `Numeric` might be obvious for experts, but there seems to be not a single bit of information about it on the web page:
- `Numeric`'s ScalaDoc is more or less non-existi…
-
..because it depends on the scala-repl, which isn't by default in the runner script.
```
error: java.lang.NoClassDefFoundError: scala/tools/nsc/interpreter/ReplReporter
at org.scalamacros.paradi…
-
- `Set.contains(value)`is **O(1)**.
- `alleycats.std.SetInstances.alleyCatsSetTraverse.contains_(value)` is in worst case **O(n)**.
-
Plotly maintains the [declarative json chart schema](https://help.plot.ly/json-chart-schema/), which seems to be the authorative source for their API bindings.
See plot-schema.json [via API](https:…
-
Add a docs folder where I can include some documentation and examples.
The tut approach that i found in cats looks quite interesting: https://github.com/tpolecat/tut
labra updated
9 years ago