Bart van den Ende

Results 10 issues of Bart van den Ende

First of all I love the module! Using the commonjs structure rocks. I'm currently working on a platform that needs some specific browser tweaks, I have to call a custom...

events attached to DOM object pass back an event argument ``` bean.on(element, 'click', function (e) { console.log(e); }); ``` but events attached to a JS objects do not receive the...

**Type:** The following has been addressed in the PR: * There is a related issue? https://github.com/verdaccio/verdaccio/issues/1702 * Unit or Functional tests are included in the PR Yes **Description:** This feature...

dev: code-review

**Type:** The following has been addressed in the PR: * There is a related issue? https://github.com/verdaccio/verdaccio/issues/1702 * Unit or Functional tests are included in the PR Yes **Description:** This feature...

dev: code-review

**Is your feature request related to a problem?** utilise verdaccio JWT authentication in a environment that requires a longer _expiresIn_ compared to regular users auth, for example a CI setup...

issue: wontfix
issue_needs_triage

Currently only the darwin target is included for MacOS, it would be great if this could be extended with the 'mas' binary for mac app store support.

enhancement
macos
mas

Error validation is not working anymore on netbeans 7.3 (OSX, rhino, plugin 1.4) There are no warning notification at the line numbers and on compilation I do not see the...

Thanks for the great plugin! I as wondering if it would be possible to add a "go to declaration" extension to the right click->navigation menu (just like with javascript). It...

Fixed some issues - updated to latest ender, adding error states to callbacks - fixed path exists depreciated warnings - adjusted package to only support express server 2.0

I receive the below warning when used with the latest Vue.Js version 2.0.1: `[Vue warn]: Do not use built-in or reserved HTML elements as component id: text` caused by the...