-
This is a new error for me and I cannot solve it. I just want to use Netlib BLAS/LAPACK, which is built in `~/ELMER/lapack`, but CMake cannot find it when I set `BLAS_LIBRARIES` and `LAPACK_LIBRARIES…
-
`elm-html-test` was incorporated into this library, but the documentation in `elm-html-test`'s README hasn't been moved over yet.
[ `elm-html-test`'s latest README](https://github.com/eeue56/elm-ht…
-
One of my Elm apps shows the following error in the browser console when I try to use elm-watch:
`Uncaught ReferenceError: _Platform_enqueueEffects is not defined
_Platform_initialize http://1…
-
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
…
-
While playing around with converting the HTML from [this medium article](https://medium.com/@robcobbable/make-a-resume-website-from-scratch-991845147ec) I ran across the case where some HTML is not be…
-
**PLEASE DO CHIME IN WITH YOUR THOUGHTS**
My personal idea for this module is:
To have a raku module that does this set of things around HTMX (see [htmx.org](htmx.org)):
- write web pages in …
-
When I run `elm-watch hot`, it gives me `https://` links instead of `http://`
It's just a minor annoyance. I have to change the URL manually to http://, then it works fine. I didn't find any config…
-
**Describe what problem your feature request solves**
Modeling tools have their own interoperability specification called Open Services for Lifecycle Collaboration (OSLC). It would be nice if Thr…
-
## For end users (not creating a library)
1. [ ] `$ elm make` (no arguments)
- [ ] if no `elm-package.json` or `*.elm`, print: `No elm project found, should one be created?`
- create hello wor…
-
React GUI kind of framework
User defines state and state transitions and library defines a runtime that evaluates these state transitions on-demand and renders the state. There can also be an inter…