-
Elm is a programming language that compile to JavaScript
Hello world in Elm example:
```
module HelloWorld exposing (main)
main = text "Hello, World!"
```
`elm make HelloWorld.elm`
ple…
-
elm-lang/elm-repl#77 was never closed and I can't find a corresponding issue here, so I'm creating it, this would be very useful.
It would be nice to execute tasks in the repl and do something with…
-
I should restructure this repository: I want to keep it as the main repository to deploy to https://elm.run but I think I should extract the code to build an Elm compiler as WASM binary.
Right now …
-
Hello
ESP32 board does not connect with OBDII string name. Previously i used to connect with HC-05 and Nano but HC-05 is fragile.
Now I tried (some 100 tries) with esp32 and following code worked.
…
-
-
### Describe the bug
1. Open Swiftfin
2. Click on a movie with special features
3. See that sometimes they were loaded, sometimes they didn't
Here's a log from where I made the screenshots. I re…
-
Runs out of memory when trying to install `ianmackenzie/elm-geometry`:
```
% guida init
Compiled in DEBUG mode. Follow the advice at https://elm-lang.org/0.19.1/optimize for better performance an…
-
Test `ERS.f19_g16.I1850ELM.gcp12_gnu.elm-betr` now writes 2G e3sm log file.
Over 37M lines that look like:
```
27: crop 25 17 1 0
27: crop 25 …
-
Hi folks
For long time I used successfuly the ELMduino 2.x code, with custom PIDs (suggested by PowerBroker2) as below :
```
if (myELM327.queryPID(34, 12345))
{
int16_t tempKm = myELM…
-
When using elmer with shinychat, users may have to construct both the message for `shinychat::chat_append_message()` and then separately call `chat$stream()` with the same message, or parts of it.
He…