Brian van Burken

Results 3 issues of Brian van Burken

The currently newest release of elm, version 0.19.1, only comes with 64-bit compared to the 0.19.0 release. This plugin only checks for `binaries-for-mac.tar.gz` and thus the installation of the latest...

# Summary Since a recent bug fix to the behaviour around the env variable `ADSF_DEFAULT_TOOL_VERSIONS_FILENAME`, which I also abused to follow the XDG spec, I was unable to move my...

The following emmet code: `ul>li.item$@-3*5` Returns this: ``` ul [] [ , li [ class "item7" ] [], li [ class "item6" ] [], li [ class "item5" ] [],...