Rónán

Results 7 issues of 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...

normalization

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...

enhancement

`"highlight.js": "^11.6.0",` ![Screenshot from 2022-11-12 00-35-21](https://user-images.githubusercontent.com/9598261/201447800-23e291b0-af8b-43df-8b61-578ffe4a5d96.png)

`int64` is being handled as an Elm `Int`, which is unsafe. It should be `String` or some `BigInt` type.

enhancement