Kurren Nischal

Results 23 comments of Kurren Nischal

@rlefevre brilliant! Would you like any help?

I was also thinking, a nice default for the `name` would be `user_name/dir` where `dir` is the name of the directory containing the `elm.json` file, as I think this directory...

Ah okay, no worries. I’m just happy if I don’t need to maintain a list of exposed modules

Just realised I didn't add documentation. Give me a minute

Would it be possible to have a stand alone time travel debugger that can attach to a process, where the process is a running Elmish.WPF app?

I am also having this issue. I put `System.Data.SQLite.dll` in my source directory and I get an unclear "The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Exception has been thrown by...

I can't believe a not implemented function found its way into release in the first place

+1 I struggled with this quite a bit when starting off. Only issue I'm thinking is that if you have something like ``` import Element import Element.Background import Element.Border ```...

> I was thinking of making a UI for the configuration file. That shouldn't be too hard considering I would be editing the txt file but through a UI options...