ahstro
ahstro
FYI, I think [accesible-html](http://package.elm-lang.org/packages/tesk9/accessible-html/latest) has succeeded elm-html-a11y :)
Hacked a fix [here](https://github.com/ahstro/bsnes-plus/tree/fix/debugger-size), but I'm sure there are repercussions that I have no idea about, being neither a Qt nor C++ coder. If someone wants to make a proper...
Even if I do think this might be a good idea, I wanted to mention that Elm is, from what I understand, meant to appeal largely to JavaScript convertees who...
@basile-henry Actually, since `(++)` and `(::)` are both right associative and have the same precedence ([source](http://faq.elm-community.org/operators.html)), the parentheses are superfluous and, if that feature sticks, will be automatically removed by...
@rundis I'm not 100% sure how I'd do that; this is a result of using `Json.Decode.Pipeline`. Regardless, is it as much of an antipattern as to not warrant a way...
This has come up again, and I don't necessarily _want_ to be one to bump my own issues, but since long type signatures can now be split into multiple lines,...
I had to run `:VimProcInstall` after installing and building vimproc, then it all worked fine.
You can run `TsuGeterrProject` on each save with `autocmd! BufWritePost *.ts TsuGeterrProject` in your `vimrc`. I'm not sure if there's a way to turn off `TsuGeterr` on save though? @Quramy?
This project is pretty abandoned (no commits in 2 years), and @zst123 hasn't been active on GitHub since february. If you're willing to invest the time, you might want to...