janwirth

Results 56 issues of janwirth

All packages upgraded. `webpack` compiles successfully. Could not reproduce https://github.com/simonh1000/elm-webpack-starter/issues/3

``` [ 94%] Building CXX object gui/CMakeFiles/noson-gui.dir/noson.cpp.o /home/jan/noson-app/gui/noson.cpp: In function ‘int main(int, char**)’: /home/jan/noson-app/gui/noson.cpp:130:26: error: ‘availableStyles’ is not a member of ‘QQuickStyle’ for (QString style : QQuickStyle::availableStyles()) ^~~~~~~~~~~ /home/jan/noson-app/gui/noson.cpp:147:32: error:...

If we put things inside elm-stuff, we can clear the elm cache and the EVE cache at the same time and keep generated files out of version control with no...

**Summary** I have two ports: One outbound and one inbound. They accept the same type essentially. The inbound port takes an array of that type. Then inbound port was choking...

https://package.elm-lang.org/packages/Holmusk/swagger-decoder/latest/Swagger-Types#Scheme

The docs are completely bereft of a 'getting started' section. How is anyone who is not overly familiar with the matter supposed to use this? This lib looks awesome, I...

```js class PreventClose extends HTMLElement { // set up events connectedCallback() { // disable on localhost for david's sanity if (window.location.host.includes("localhost")) { return; } this.beforeUnloadListener = (event) => { event.preventDefault();...

This plugin has grown so far that it really requires tests now. Unfortunately I have little experience with testing UI component integrations . ![image](https://user-images.githubusercontent.com/7485959/29197948-33f348e8-7e40-11e7-93ca-8fb510003329.png) Acceptance: Some Regressions from other issues...

help wanted

In other input fields, when I cmd+backspace (on mac) it will delete the entire line for me. The RTE toolkit does not.

error in elm 0.19 ``` Success! Compiled 1 module. elm: Map.!: given key is not an element in the map CallStack (from HasCallStack): error, called at ./Data/Map/Internal.hs:610:17 in containers-0.5.11.0-K2TDqgYtGUcKxAY1UqVZ3R:Data.Map.Internal ```...