Aziz Khoury
Aziz Khoury
```javascript // this doesn't work var catchErrors = require('async-error-catcher'); // this does, but it's not pretty var catchErrors = require('async-error-catcher').default; ``` it's not your fault, https://babeljs.io/docs/plugins/transform-es2015-modules-commonjs
Scheme-absolute seems to win the people's consensus * https://stackoverflow.com/questions/15581445/are-protocol-relative-urls-relative-urls * https://github.com/sindresorhus/is-absolute-url/issues/2 **BUT the behavior is different from the server (node environment) and the browser**, so remember, there are 2 factors...
Basically, I want the menu to show up at load time, without having to manually do `slideout.open()` after page load. Thanks
if this https://github.com/NodeBB/NodeBB/pull/5444 gets merged
is that supported? 
## List of additions/changes (all backward compatible) ### parser - added an `options` parameter to `createStream(options)` - **`options.lax`** a `true/false` boolean which basically forgives the parsed text if it doesn't...
**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...
maybe along with [ok.js](https://github.com/gkindel/okjs) too, since it's a devDependency
is the font tag a core bbcode tag? I can't find a reliable source to find that out :/ ``` '[quote][font=helvetica, arial, sans-serif]Hey man,[/font][font=helvetica, arial, sans-serif]hello hello.[/font][font=helvetica, arial, sans-serif]goodbye,[/font][font=helvetica, arial,...