Erik Bruchez

Results 3 issues of Erik Bruchez

In the [list of features](https://docs.scala-lang.org/scala3/book/scala-features.html), there is the following: > The core idea is term inference: Given a type, the compiler synthesizes a “canonical” term that has that type. In...

`object JQueryStatic` maps to a global `jQuery` object. I use [`jQuery.noConflict()`](http://api.jquery.com/jQuery.noConflict/) to scope a specific version of jQuery. So I don't think I can use `JQueryStatic` as is. Maybe splitting...

As per the [Node doc](https://nodejs.org/api/http.html#http_message_headers): > `set-cookie` is always an array. Duplicates are added to the array. Yet `SimpleHttpResponse.headers` are an `HeaderMap[String]`. But at runtime, `headers.get("Set-Cookie")` returns a `js.Array[String]` instead...

type: bug
priority: high
status: open