Kasper Møller Andersen

Results 11 issues of Kasper Møller Andersen

Hello 👋 I'm using cliffy with two levels of `Select` prompting at the moment. That is, users need to select some item, but in order to not overwhelm them, those...

enhancement
module:prompt

We have a GraphQL backend, where one of our developers recently added a `sortBy` type, which caused us some trouble, given that a `SortBy` type already existed. The GraphQL standard...

normalization

I recommend reviewing this commit by commit. To provide a better user experience, the intention should not be shown as an option to the user, if it cannot do something...

When using the inspection to add missing branches to my `case` statements, I've often run into annoyances when my `case` is wrapped in parentheses in some way. This PR improves...

We're using [asdf](https://asdf-vm.com/#/) to manage our build environment, including managing our node.js version. It is somewhat similar to using nvm, meaning there is no Node available in the path. I...

I've been using the grouped select prompts for a little while now, and I'm very happy with them. The only thing I've noticed that feels "off" is that I use...

We have many places in our code base where we need to sort strings to be displayed in the UI, which we normally do by calling either `compare`, `List.sort` or...

In my day-to-day writing Elm code, I can only think of one significant place where I don't have autoformatting today, but wish I had: specifying the order of my `Msg`...

discussion

I'm sitting on a Lenovo T400 laptop with a 2.4GHz Core 2 Duo CPU (P8600) on Windows 10 (v1607, build 14393.187). The benchmark is compiled on the nightly available on...

I just saw the [excellent presentation](https://2018.elm-conf.us/schedule/matthew-griffith) you did at elm-conf, and I noted you were using `alignLeft`. I've worked on projects that had to support both left-to-right languages (english, etc.)...

feature-suggestion