mlvn23

Results 5 issues of mlvn23

If you add a method in the API, you'll get an error like this: Request path: spatutorial/shared/Api/getTodos Request path: spatutorial/shared/Api/getMessage Request path: spatutorial/shared/Api/motd Sending 4 Todo items [error] p.c.s.n.PlayDefaultUpstreamHandler -...

Can we please add a versioned documentation or maybe as a quick hack just tag this repository based on the ScalaJs version release? This way, folks who couldn't upgrade to...

I'm working on a project that has a v1 directory as part of its directory structure. Under the v1 directory, there's a lot of *.d.ts. I'm using the SBT plugin...

Hello! Thank you for working on this project. I find it very useful and I've been migrating everything I have. I've tried to import echarts (v5.4.2), and I'm getting a...

This test case passes in JVM but not in JS: ``` val uut2 = new DecimalFormat("0.00; 0.00") checkEquals("7.65", uut2.format(7.65)) checkEquals(" 7.65", uut2.format(-7.65)) checkEquals("98765.23", uut2.format(98765.234)) checkEquals(" 98765.23", uut2.format(-98765.234)) ```