Samuel Utbult

Results 3 issues of Samuel Utbult

I have two classes that look like this: ``` class ApiError { final String message; ApiError({this.message}); } class ApiResponse { final T data; final ApiError error; ApiError({this.data, this.error}); } ```...

[Enter steps to reproduce:] 1. Use elm-test (https://github.com/deadfoxygrandpa/Elm-Test) with this plugin 2. This error starts to appear all the time **Atom**: 1.25.0 x64 **Electron**: 1.7.11 **OS**: Linux Mint **Thrown From**:...

I would like to request a function that works like fromJS but insert SortedMap instances instead of Map when objects are encountered. An example is to execute this code and...

enhancement
help wanted