Michael Petrovich
Michael Petrovich
Until it's implemented here, check out how we did this for [nextbigsoundinc/[email protected]](https://github.com/nextbigsoundinc/dash/tree/v2.x): ```php $integers = function () { for ($int = 1; true; $int++) { yield $int; } }; Dash\chain($integers())...
Very interesting, we hadn’t considered non-terminating generators. Thanks for raising this issue, we’ll take a look and offer a solution.
Support for generators (including non-terminating ones) has been added in the [`generators` branch](https://github.com/mpetrovich/dash/tree/generators). **Edit:** Please note that in the initial alpha release, only `filter()` and `take()` support generators. Future alpha...
Could you describe the specific issues that you believe are caused by iFrameResizer?
Now that you bring it up, I agree—the default styles should be more accessible. We’re using one of the default highlight.js themes I believe, so it’s just a matter of...
Until we have better documentation, see the latest commits of these app repositories for example usage: - [react-bootstrap](https://github.com/mpetrovich/react-bootstrap/commits/master) - [ember-bootstrap](https://github.com/mpetrovich/ember-bootstrap/commits/master) - [bootstrap](https://github.com/mpetrovich/bootstrap/commits/master) - angular coming soon
This is a [known issue with _marked_](https://github.com/chjj/marked/issues/595), the Markdown parser that Stylemark uses. Meanwhile, a workaround exists: wrap the code with `` instead of backticks, and use `|` instead of...
That’s a great question and a challenging one. In your mind, what would the ideal workflow be in terms of creating new versions?
What should the workflow be for updating to a new version, say 2.0 in this example?
This sounds very strange indeed. We’ll investigate soon.