Sebastian Wilzbach

Results 538 comments of Sebastian Wilzbach
trafficstars

Probably we also want to add a "Hydrolysis" (a generator for the definition files based on the source code) for one or two favorite flavors like Polymer + ES5 or...

2) AFAIK (i am not a lawyer) if we choose BSD as project license, we can use dependencies with at least the following licenses: Apache 2, MIT

> Prohibiting dependencies that are not licensed appropriately sounds very restrictive and may stop people from contributing, don't you think? Yes I do agree, but where is the value of...

> I was planning on throwing something together quickly, however, unless you have another form of hosting, this might be quite difficult. A couple of my ideas: - Jekyll and...

btw it's great to hear from other D-man enthusiasts :)

> I don't have any experience with Jekyll, but I'd imagine it's probably not very difficult. Yes, I quickly put [something](https://github.com/wilzbach/d-mans/blob/gh-pages/meiz/index.html) [together](https://wilzbach.github.io/d-mans/meiz/). Feel free to improve upon that (I am...

Maybe try https://github.com/libmir/asdf?

> Creating an JSONInputRange How about using Fibers and yield? This would make it easy to store the stack. If needed you can plug a small buffer around it. >...

Phobos is in a feature freeze, so don't expect ANYTHING being added there. Why can't you use this module?

`toJSON` is a rather common name. That's the name in JSON's origin language [JavaScript](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior) uses it too, but I agree it's rather confusing. Imho ideally it would just extend `std.conv`,...