-
implement the functions from: http://package.elm-lang.org/packages/circuithub/elm-json-extra/2.2.1/Json-Decode-Extra
maybe also: http://package.elm-lang.org/packages/bartavelle/json-helpers/1.1.0/Js…
-
```
What steps will reproduce the problem?
Error information:
compiling dfs_elm.c...
..\..\components\dfs\filesystems\elmfat\dfs_elm.c(574): error: #70: incomplete
type is not allowed
..\..\compon…
-
This is more of a request than an issue. It occurred to me that seeing as you can now install the elm command line tool via npm, that you could install a project-specific version of elm and run from `…
-
### Description
Properties on HTMLElement such as `title` and `tabIndex` are exposed externally to a component even without adding the `@api` annotation.
#### Steps to Reproduce
```js
export…
-
A problem that can be quite opaque to the user when using `elm-json` to upgrade dependencies, is when you don't get the latest version.
[For instance](https://github.com/jfmengels/elm-review/issues…
-
Context
===
Our "old" tests involve:
* Write elm code that describes the functionality you want to test
* Run morphir to convert it into Spark code
* Run a test that imports that code, creates …
-
In this PR by @bishtgautam:
https://github.com/NGEET/fates/pull/695
There are still some calls from FATES to ELM/CLM routines and data structures. These calls need to be removed and replaced by …
-
- In FatesHistoryInterfaceMod.F90, `hlms='CLM:ALM'` should be updated to `hlms='CLM:ELM'` (e.g. [FatesHistoryInterfaceMod.F90#L3881](https://github.com/NGEET/fates/blob/master/main/FatesHistoryInterfa…
-
Hey there!
i love create-elm-app. It's awesome.
*I have an idea.*
Writing elm JSON encoders / decoders means writing a lot of boilerplate.
I suggest code generation as an approach to improve…
-
I've created a [sample project](https://github.com/robyoder/elm-coverage-bug/tree/custom-tests-location) to show the problem.
## STR
1. Install elm, elm-coverage, and elm-test globally.
2. `elm…