laggingreflex
laggingreflex
PRs are stacking up and [master branch is messed up](https://github.com/baalexander/node-portscanner/pull/36). Please assign a maintainer. I can also maintain and clear up existing backlog, at least for now.
Released a new minor version 1.1.0 with bugfixes and some new features. Please check it out and let me know. Glad I could help out!
@evilebottnawi Please go ahead with the PR, I will check it out and merge. Could you also link to the browser-sync bug?
~~Tried to set it up with [browser-sync] (one of the most used dependents) but it didn't work due to these issues: https://github.com/bahmutov/dont-break/issues/43, https://github.com/bahmutov/dont-break/issues/15~~ Was using it wrong [browser-sync]: https://github.com/BrowserSync/browser-sync/
`grunt-contrib-connect` currently fails, don't know why. Will merge when it's resolved.
`bluebird` promise library has a concurrency feature out of the box which is perfect for this scenario. I almost implemented it and it seemed to work great, showing a massive...
@gajus thoughts on this? I was also thinking maybe having only this (the short script path) without the function name. What would you say about making the function name optional,...
I'm using this in Node
Although it might not work in case of default exports: ```js export default async function foo () { console.log('even?') } ``` ```js exports.default = (() => { var _ref =...
I can't reproduce it in the examples given, but it's definitely causing weird artifacts in my app. Like redundantly duplicating basePath "/frontend/frontend/...", and subsequently redirecting to it which obviously results...