Results 64 comments of Futago-za Ryuu

I would love to see a NW.js feature explorer, an application that shows examples of all that NW.js has to offer. It would make it easier for people like me...

- web browser (using WebView maybe when [nwjs#3027](https://github.com/nwjs/nw.js/issues/3207) is fixed) - simple webgl editor like the one shipped with three.js I know I had a bunch of ideas when I...

@csr632 It has a built-in JSDoc comment parser that puts the tag content through a markdown to HTML transformer. In fact, I'm pretty sure it has support for most markdown...

1. It's probably best to use a more descriptive name instead of `global_fail`, like `fatal_fallback` 2. Same as _1_, only for `context.failGlobally` (e.g. `context.fatalFallback`) 3. Have you tested this with...

This has been bought up before (see #11), but before I tackle this, I want #256 to be implemented first. Would also prefer #311 and #523 to be done first,...

PEG.js doesn't support using JavaScript native RegExps as expressions, which is why there is no support for any anchors (see [docs](https://github.com/pegjs/pegjs#characters)).

This will be done alongside stage 1 of #523

Thanks for submitting this issue Alex 👍 I've confirmed this bug both on the [online editor](https://pegjs.org/online) and the [latest `pegjs@dev` release](https://github.com/pegjs/pegjs#latest). @Mingun I'm going to look at this also but...

@Mingun That is not what this issue is about, it is about the misleading error message that is thrown because there was no return (`&{ true }` instead of `&{...

@polkovnikov-ph sorry buddy, not following you. Either I'm more tired then I thought, or you need more context there, because I don't know what you mean by the`typeof` check as...