danbopes
danbopes
The AsyncManualResetEvent in visualstudio.threading, supports single pulses of the manualresetevent. Can we add something similar in nito? See [source code](https://github.com/microsoft/vs-threading/blob/c5c16ed36542f84bdc0e3babceb22923c6b6be01/src/Microsoft.VisualStudio.Threading/AsyncManualResetEvent.cs#L192)
Is it possible to run the tasks in parallel? I'd love to have a global `gulp.watch()` that calls watch in each folder, but because the task doesn't return/fire the callback,...
Right now, it looks like it's simply scanning 3 ports: ``` ports = [443, 6443, 8443] ``` In my case, I have the API on a random higher level IP...
### Is your feature request related to a problem? There are times where a subscription may want to subscribe to multiple topics. For instance: ``` var userId = contextAccessor.HttpContext.User.GetUserId(); return...
Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) ### What is the purpose of your *issue*? - [ ] Bug report (encountered...
**Do you want to request a *feature* or report a *bug*?** Feature Request **What is the current behavior?** Trying to install [node-serialport](https://github.com/node-serialport/node-serialport), and it recommends to install via: "npm install...
When prototyping projects, especially for testing, it would be a lot nicer if `Page` implemented an `IPage` with all of it's main methods/events. I could then mock up my own...
### Description Browser closes/crashes when attempting to download very simple file ### Complete minimal example reproducing the issue Complete means the code snippet can be copied into a unit test...
**Is your feature request related to a specific problem? Or an existing feature? Please describe.** See: https://github.com/App-vNext/Polly/issues/936 **Describe your proposed or preferred solution**: If I'm given 60 requests per minute,...
Because of the fact that you're using `import ... from ...` syntax (not commonjs), specifying the type as a module will allow it to be imported into node.js projects. Since...