Gio

Results 44 issues of Gio

We're currently assessing if we want to use [@hapi/joi](https://www.npmjs.com/package/@hapi/joi) or express-validator. I'm in favor of this package because our app is in typescript, while the joi package is not, meaning...

i: enhancement
pr-raised

I noticed that the `withConstraint` function takes an optional `args` argument of type `K` ... I'm not completely sure how it works or what it's for. Could documentation (with examples)...

good first issue
documentation

This is a feature request. See here for context: https://old.reddit.com/r/elm/comments/91t937/is_it_possible_to_make_multiple_http_requests_in/ Imagine I have 2 http requests: - `getDogs : Cmd DogList` - `getCats : Cmd CatList` I would like to...

request

#### Environment details - OS: MacBook Pro - macOS Sierra V10.12.6 - Node.js version: 6.11.5 - npm version: 3.10.10 - @google-cloud/functions-emulator version: 1.0.0-alpha.27 #### Steps to reproduce 1. Make a...

bug

On Excel and Google Sheets, users have the ability to: - enter into a cell - type `=` - and then click on any arbitrary cell (say, A8) - and...

I ran `elm-json upgrade supermacro/elm-antd` at the root of my project (see the below directory structure diagram) and got the following error: ``` -- MISSING ELM.JSON ------------------------------------------------------------ No such file...

I think this is a great effort / project. I am sure I'm not the only one who would be willing to sponsor the project monetarily. And I'm sure some...

In the [View](https://www.elm-tutorial.org/en/07-routing/07-view.html) section, the function `page` causes a type mismatch ```elm page : Model -> Html Msg page model = case model.route of Models.PlayersRoute -> Players.List.view model.players Models.PlayerRoute id...

There's now a new label called `bounty` wherein I provide a monetary value to the bug / enhancement. If you see an issue here with the label `bounty`, I will...

The modal currently doesn't have a open / close animation, which it should based on the React implementation. See [this](https://github.com/supermacro/elm-antd/blob/master/src/Ant/Modal/Css.elm#L45) code here for a failed attempt at animating.

bug
good first issue