Benny Neugebauer

Results 146 issues of Benny Neugebauer

**Usage** ``` js amplify.unsubscribeAll(); // Unsubscribes all callbacks for all topics amplify.unsubscribeAll('ButtonClicked'); // Unsubscribes all callbacks for a specific topic ```

Hi, I am using `amplify.store` and it's great! But it could become even better, if it would be possible to subscribe to multiple events by using namespace patterns. For example:...

0 - Backlog
Feature/Enhancement

I have read that `babel-plugin-istanbul` supports `exclude`/`include` rules but how to make use of istanbul's `--include-all-sources` flag? I have tried adding `--all` to my `nyc reporter` script but it does...

The [Landscape theme](https://github.com/hexojs/hexo-theme-landscape) supports named anchors like this one: - https://hexojs.github.io/hexo-theme-landscape/2013/12/25/tag-plugins/#With-caption-and-URL Unfortunately, it is not visible from the design that the heading "With caption and URL" is linked with `#With-caption-and-URL`....

I have checked logdown's code and it seems like `Logdown.prototype._prepareOutput` is generating the output message. I have created a plugin to add a timestamp before my log messages but `_prepareOutput`...

With `NODE_DEBUG` it's possible to specify logger names which should be active. Is there also a setting to specify the log level? For example, I would like to see only...

In Chrome you can use "[Show timestamps](https://codereview.chromium.org/185713007)" to see timestamps next to your log messages. Unfortunately, this does not work in Node.js. Therefore we should add an option to automatically...

Emojis cannot be rendered on every terminal. This causes the issue that log messages will look strange and don't have a common alignment. You can see the issue by running...

At the moment the `prefix` property of a `Logdown` instance must be a `string` value: ``` javascript var prefix = opts.prefix === undefined ? '' : opts.prefix ``` To enhance...

stale

There are log levels in **logdown.js** which render a symbol: - `debug` → 🐛 - `error` → ✖ - `info` → ℹ - `warn` → ⚠ When using the property...

bug
stale