Wolfgang Schuster

Results 35 issues of Wolfgang Schuster

[Enter steps to reproduce below:] 1. Ctrl + Shift + p to open command 2. Select "Yo: Yeoman" 3. Press Esc **Atom Version**: 1.10.2 **Electron Version**: 0.37.8 **System**: Ubuntu 14.04.5...

Not sure if this fits with your goals or not but I always found Unity's input mapping to be relatively friendly. This is an initial attempt to provide a similar...

- [Elm](https://elm-lang.org/) - [ReasonML](https://reasonml.github.io/) - [PureScript](https://www.purescript.org/) - [Cycle.js](https://cycle.js.org/)

resource suggestion

resource suggestion

After using the `Add new parameter to '____'` action once, code actions disappear. ## Expected Behavior After using `Add new parameter to '____'` once, you should be able to use...

OS: OSX 10.13.6 Elixir: 1.7.2 ------------------- I was following along with https://hackernoon.com/elmchemy-write-type-safe-elixir-code-with-elms-syntax-part-1-introduction-8968b76d721d When I run `mix test` I get ``` == Compilation error in file lib/Hello.elchemy.ex == ** (CompileError) lib/Hello.elchemy.ex:4:...

I could really use it right now for limited keyboard accessibility, where the user doesn't have access to the Tab key or to a mouse. Their only means of navigation...

There are periodically users of Elm who write code like ```elm type Change = Increment type Increment = ByOne | ByTwo ``` and are confused that the **type** `Increment` doesn't...

When rendering routes, `elm-pages` [checks to see if the path is to a file](https://github.com/dillonkearns/elm-pages/blob/b78f8c008b947f5eec665c6b579ef765de3b13b5/src/RenderRequest.elm#L116). It does this by checking for any `.` in the path. When given a URL such...

Very, very, very minor change 😅