Naftoli Gugenheim
Naftoli Gugenheim
That was exactly my point. :) On Wed, Feb 22, 2017 at 5:06 PM Chandra Sekhar Kode < [email protected]> wrote: > @JSName ("sShouldComponentUpdate") def > sShouldComponentUpdate > > hmm ,...
Incidentally, ```scala @inline def style(v: WebStylePair*): js.Dictionary[Any] = { val p = js.Dictionary.empty[Any] v.foreach(t => p.update(t.name, t.value)) p } ``` could be written as (I believe) ```scala def style(v: WebStylePair*)...
@gilbertbigras you need to include the output of SBT. `Extracting structure failed` is just IntelliJ's synopsis.
I don't see a good reason to combine renaming the artifacts with breaking changes. Even if you want to do them simultaneously the changes should have their own ticket. It...
Pretty please? ;)
Hi is this project active?
Hmm, what are the alternatives? On Sun, Aug 30, 2020 at 7:58 AM Andy Czerwonka wrote: > Hi is this project active? > > I’ve asked this before, it does...
This is pretty important
Here's my "solution" https://github.com/slick/slick/blob/dbb46ac190c7fc10bf39350f2ebe1fe2239fac4d/project/Docs.scala#L116-L128
Any updates?