Otto Chrons

Results 28 issues of Otto Chrons

`npm install omit.js --save` and `require("omit.js")` will fail loading. Presumably because the node module name ends in `.js`

Minified example: ``` trait CustomerAPI { def load: Seq[Customer] } val customerAPI = new CustomerAPIService val router = Router.route[CustomerAPI](customerAPI) ``` This does't compile and gives a "weird" error: ``` not...

Currently microsites supports Jekyll plugins only by copying the plugin code into a local directory. It would be preferred to support the regular "gem" plugin system used by Jekyll. This...

It would be very useful for developers to know where Scala.js is headed and what's being actively worked on.

A new version of Scala(JS)Fiddle is in the works and can be previewed at https://fiddle.scala-js.org/embed?gist=3dfc003dedd4da5d821d&files=SierpinskiTriangle.scala The biggest difference to the original http://scala-js-fiddle.com is that this new ScalaFiddle is designed to...

https://github.com/sjrd/scala-js-ts-importer

Here's the benchmark implemented using Scala `Future` ``` scala import scala.concurrent._ import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.duration._ object Root extends App { def skynet(num: Int, size: Int, div: Int): Future[Long] = {...

**Problem** When doing debug builds of fullstack Dioxus apps, the WASM file tends to be around 30MB for a small test app. The server then goes ahead and performs real...

performance
fullstack

## Feature Request Currently loading a web app built with Dioxus has some performance issues especially under high latency networks. Looking at the waterfall analysis of a Dioxus load (under...

enhancement
web
cli
performance