Oliver Searle-Barnes
Oliver Searle-Barnes
The library looks great, but perhaps because I'm fairly new to Elm in general I'm struggling to find a pattern that will allow me to share a socket between several...
I had the following elm-package.json ``` { "version": "1.0.0", "summary": "Sample Elm Test", "repository": "https://github.com/user/project.git", "license": "BSD-3-Clause", "source-directories": [ ".", "../src" ], "exposed-modules": [], "dependencies": { "elm-lang/core": "4.0.0
I'm seeing that the `init` page callback is called far too often. I see it being called multiple times for the current page and also once for each of the...
I have some large data in my Model which is causing a stack overflow in the elm debugger. I'm not actually using the debugger so I'd like to disable it....
It seems that `init` is only called when the path changes https://github.com/ryannhg/elm-spa/blob/main/src/cli/src/defaults/Main.elm#L81. Is there any reason not to compare the whole url here? i.e. ``` ChangedUrl url -> if url...
ISortedSet
I was very happy to find that https://pub.dev/documentation/fast_immutable_collections/latest/fast_immutable_collections/ISet-class.html can be configured to be sorted. In practice though I'm finding it difficult to ensure that a property that is specified as...
At the moment there's a kernel panick ``` $ elm --version 0.19.0 $ elm-json --version elm-json 0.2.0 $ RUST_BACKTRACE=1 elm-json install krisajenkins/elm-dialog thread 'main' panicked at 'called `Option::unwrap()` on a...
Having spoken to @noahzgordon there already seems good support for traversing the side-loaded resources. It would be great to have a couple of examples demonstrating how this works.
I'm switching to epf from ember-data and I've got a [demo working with ember-cli](https://github.com/opsb/ember-cli-epf-todos). Problem is I've only figured out how to get it working with embedded associations. Currently my...
**Describe the bug** Given the following versions: - freezed 2.4.1 - freezed_annotation 2.4.1 - flutter 3.10.6 - dart 3.0.7 When freezed generates the following definition it will use `InvalidType` as...