Dave Smith
Dave Smith
We were having this problem over here, I didn't spot this open issue until just now: https://github.com/scalameta/metals/issues/1409
Thanks @armanbilge. > After we've worked so hard to preserve cross-platform semantics, at least I have forgotten that apparently this is surprising for users. Just to clarify a little (I...
> Out of curiosity, is it equally surprising to you that you can write a pure Scala.js browser application that does `def main(...)`? I'm certainly aware that you can do...
Just bumping this issue, it only occurred for me when I tried to go from `sbt-tpolecat` version `0.3.1` to `0.4.1`. Same output as originally shown: ``` [info] Running scalafix on...
I was a bit uncertain about just blanket disabling this, so I had a read around. This is Elm's solution to the problem, TL;DR: There is a separate way of...
I think there is a workaround here if anyone has a moment to try it? (@chuwy?) `onSubmit` is defined as follows: ```scala def onSubmit[M](msg: M): Attr[M] = onEvent("submit", (_: Tyrian.Event)...
So! I'm not going to fix this right now because I'm still wondering how that should look (from an API perspective). However, there is a workaround as above, and [I've...
Comment/steer from Discord: > I guess recreate the example app from the official tutorial could be very helpful React: https://reactjs.org/tutorial/tutorial.html React Native: https://reactnative.dev/docs/tutorial
I've added the 'help-wanted' label as I'm just not interested in doing this myself. Perhaps I'll find a use-case and get around to it one day, but right now _I...
Definitely should. You know you hear those stories about plumbers who do brilliant work on the job, but the plumbing in their homes is all stuck together with duct tape?...