Rónán
Rónán
https://maximilianhoffmann.com/posts/how-to-compile-elm-files-on-save
If I run `elm-graphql` against a [Graphcool](https://www.graph.cool/) endpoint the generated code has multiple `Api.Query.user` functions. ``` user : (UserOptionalArguments -> UserOptionalArguments) -> SelectionSet decodesTo Api.Object.User -> Field (Maybe decodesTo) RootQuery...
Is there a way to avoid a warning for this specific case? I believe it is currently the recommended way to transfer funds. `(bool succeed, ) = _address.call{value: _amount}("");`
When I use a hardcoded float in my mutation I see multiple lines being printed to the console during `cargo watch`: ``` object: { quantity: 1.2 } ``` ![Screenshot from...
An error response from `juniper::FieldError::new` looks like this: ``` { "errors": [ { "message": "error 1", "locations": [{ "line": 2, "column": 4 }] } ] } ``` I would like...
`"highlight.js": "^11.6.0",` 
`int64` is being handled as an Elm `Int`, which is unsafe. It should be `String` or some `BigInt` type.