-
https://scalameta.org/mdoc/docs/js.html#docsNav
They have a cool little demo on the site showing how scala-js works with mdoc. It's really simple the demo, it just shows the datetime and updates it…
-
---
**From the maintainer Li Haoyi**: I'm putting a 1000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
The goal of this is to make `-w`/`--watch` only run t…
-
# ScalaJS snippets
Markdown files containing snippets with the modifier `scala mdoc:js` are transformed into markdown files which end with two script tags
```
```
where `someFile.md.js` cont…
-
To ensure that uPickle users benefit from https://github.com/scala-js/scala-js/issues/1506 (and avoid symptoms seen in https://github.com/scala-js/scala-js/issues/1514), uPickle needs to be republishe…
-
## Compiler version
3.4.2
3.5.0-RC2
## Minimized code
(note, that scalajs should be enabled and -Ycheck:all is essential)
```Scala
package x
import scala.util.*
import scala.scalajs…
rssh updated
4 months ago
-
## Compiler version
3.4.3
## Minimized code
Not easily obtainable: a "clean" command to sbt averted the problem and now I can't reproduce.
## Output (click arrow to expand)
```
[info]
…
-
We need to cover these topics:
- [x] ZIO STM
- [ ] Using ZIO With Scala Native
- [ ] Using ZIO With ScalaJS
- [x] ZIO and SQL
- [x] ZIO Cache
- [ ] ZIO Query
- [x] ZIO Prelude
- [ ] ZIO Sch…
-
Hi,
i compilation is fine but during webpack bundle stage it is giving tones of warninings and during action page load it is giving runtime issues:-
```
`$c_Lujson_ParseException {s$1: "expecte…
-
If I understand correctly, scalajs-vite currently injects Scala.js compiled (`xLinkJS`) outputs into the root of the build directory. This means that it should be possible for other non-Scala.js sourc…
-
I'm using your example and I'm confused about Scalatags/ScalaJS. For the Play Twirl templates, I understand that I can trace them back to a call to something like:
`Ok(views.html.index(SharedMessages…