Bill St. Clair
Bill St. Clair
The JavaScript implementing `String.slice` is not Unicode-enabled. It uses `.slice`, which is a byte-array operator. SSCCE: https://ellie-app.com/3bs5VffDGP2a1 module Main exposing (main) import Browser import Html exposing (Html, text) view :...
`elm-verify-examples` version 3.0.1 hangs in Linux on Travis CI. It's running into the `elm-test` hang problem with `[email protected]`, which it is getting since `package.json` specifies `"^0.19.0-beta8"`, which actually fetches `0.19.0-beta9`....
I'm running MacOS Mojave in a VMWare (11) VM, just to test that all my apps work. Nimbus works there for me. Yay!
I was documenting how to set up ports for the soon-to-be-published `billstclair/elm-websocket-client` package, when I ran into this. mkdir script-tag-bug cd script-tag-bug elm init echo " " >README.md elm reactor...
Running a recent Windows 10 in a VMWare VM, with a week-old CCL master download. The problem appears to be in `ccl::make-windows-command-line`. Error 2 is "The system cannot find the...