Jon Nyman

Results 16 issues of Jon Nyman

Thought you might like to see how I made Stage0 a littler friendly for my use case. It added about 800 bytes to your library but I like how it...

The popups/intellisense aren't not showing when using atom-typescript. And the files only compile when the plugin is saved and synced with a javascript file before starting to use the neovim...

Just an idea but it would be cool to be able to auto map the update method. E.g., ```js const h1 = el('h1', { update: { title: 'myVariableName', text: 'variableName2',...

enhancement
suggestion

Just an FYI, I made an asynchronous version of this. Right now it is just thrown together as I was just playing with it to see if it is possible...

this fixes issue #5

Since the browser let's you view the html in editor mode let white space be optional. Then I don't need to compress it later.

Since `br` is always empty change `let br = elem "br"` to ``` fsharp let br = elem "br" [] ```

For example, ``` fsharp div [ text.Split('\n') |> Array.map (fun s -> p %(s)) |> Spread ] ```