Jared M. Smith

Results 13 comments of Jared M. Smith

I have both the vim solarized theme and the gnome-terminal solarized theme. There are no adverse affects to using this combination that I see with the changes I made in...

Here's what surprised me: ![image](https://user-images.githubusercontent.com/289969/34887372-e1eac3b2-f78b-11e7-842a-57bd72a6bb5c.png) According to [the source](https://github.com/elm-lang/svg/blob/master/src/Svg.elm#L134), `Svg.svg` accepts `List (Html.Attribute msg)`: svg : List (Html.Attribute msg) -> List (Svg msg) -> Html.Html msg [Requisite SSCCE in Ellie](https://ellie-app.com/fYczfWx6da1/1)....

I had to invert it to the following: ``` if (key !== 'controllers' || !(name in contents)) { compound.structure.register(key, { name: name, file: path.normalize(file), stat: stat }); } ``` Disclaimer:...

# Workaround If you only want to install a few files in a folder, but not all, move those files to a new folder and install the folder. elm-codegen install...

It would simplify things by using the built-in configuration Elm provides with the `source-directories` config. Especially since the installed file/folder is copied into `generated`. My original intent was to install...

I had to use `elm-format.cmd` to get it working in Windows 10. 😒 Windows 10 Atom 1.21.0

@DylanLester have you tried `elm-format.cmd` in the plug-in command setting?

I'm assuming this is for `apm` installation progress reporting...

@amv I verified this is not thread-safe as you suspected. @PiotrDabkowski in order for me to be able to use the tool, which I would love, I will need to...

I'd be interested in this feature, too. I'd like to be able to quickly search other saved passwords when domains don't match. This is something like what I would imagine:...