Dynalon

Results 40 comments of Dynalon

Problem with gist is, the github script uses "document.write" to create the gist in your document. However, it is not valid JS to call document.write after the document load event...

I am using master/ST2.I don't have a sublime-project or .sublimets file, which is most likely the problem. To be clear, I don't use `import` or `import x = require('somemod')` throughout...

I'm not planing on doing the port to .NET standard, but you might contribute if you like. In .NET core, I am pretty happy with the newly out-of-the-box provided configuration...

Unfortunately, I mostly left the .NET scene and almost haven't programmed in .NET core for years. If somebody wants to step up and contribute this, I would definetely merge this...

Hi, I know Newtonsoft.JSON but IIRC I didn't chose it because of the lacking `dynamic`/`ExpandoObject` feature. Might be that it has that in the meantime or you added the code...

I think a compile-time options is currently the best option. JsonConfig isn't on NuGet (because I mostly deveop on linux and mac which has trouble working with nuget) and so...

Btw. I'd love to have Json.NET PCL so that JsonConfig can become PCL compatible (profile 78).

Until there are failing unit tests I am unsure if and when to merge this. I got some ideas for API breaking changes that will be the next major versions,...

I'd love that, too. Would require to write a custom JSON parser as we don't actually use pure Json (comments should be preserved when changing config values).

Can you post the code that you used to register the actual action via `.addReducer()`? Since you have some kind of custom `${namespace}/` prefixing, maybe the string is not the...