Jeff
Jeff
@nomailme commented on [Mon Jul 11 2016](https://github.com/akkadotnet/akka.net/issues/2174) Hi! I've just dived into akka.net and actor model in general. Everything goes fine until I have to edit HOCON in app.config. I...
See https://github.com/elm-lang/elm-make/issues/23 for more details.
I can imagine some cases which could lead to an invalid file ordering for an fsproj file but I'm curious if I'm understanding the main motivation for attempting to a...
Concerning the suggested [commands](https://github.com/fsprojects/AProjectHasNoName/blob/master/README.md#commands) that would be supported, in the one in particular that states `Move file somewhere below file Y` I think it would be useful to consider the...
Add type parameter `a` to loggerConfig type signature. See issue #2 for more details.
While playing around with converting the HTML from [this medium article](https://medium.com/@robcobbable/make-a-resume-website-from-scratch-991845147ec) I ran across the case where some HTML is not being converted to Elm properly. I haven't been able...
Insignificant white space is retained in conversion which makes it difficult to use for large amounts of HTML as it requires a lot of hand adjustment.  I'm using version...
Currently the check for numeric types isn't taking into account cases like `Nullable` / `int?`. Playing around a little bit in Linqpad it looks like we should be able to...