Nicolas Rinaudo
Nicolas Rinaudo
kantan.csv doesn't appear to behave well when the column separator is "any non-0 number of spaces". Is this something we want to support?
**Describe the bug** Trying to run a very basic pattern match, I get a multi-screens long error message. **To Reproduce** Have the following template: ``` #match(customer._1) #case("Gold") Great stuff #otherwise...
Trying to use `@imports` on types that have more than one type parameter fails to compile. For example, see the following code: ``` scala import aliases._ import export.imports object aliases...
Parallel collections that use a fixed thread pool for task support and contain "too many" elements will deadlock, where "too many" is a value I haven't been able to qualify....
For a given type class `F[T]`, Simulacrum can currently generate operators for all methods of the shape `def f(t:T): X`. It would be nice if it also supported operator generation...
See https://github.com/scala/scala-dev/issues/35.
It's best not to write recursive functions but rely on combinators such as `fold` when possible.
As suggested by @yawaramin on Slack, [local imports](https://gist.github.com/yawaramin/f39b109a1acc9b8263ab38259cbf88f5) might be something to recommend.