-
I would like to be able to run `npm install` for a `package.json` file in a subdirectory of a git repo.
This would be useful for projects that use releases systems (such as [nzakas/parserlib](https:/…
SLaks updated
6 years ago
-
gRPC has an error code mechanism that's independent of the CSI error code mechanism. Provide clarifying docs about error reporting expectations. Namely that CSI errors are returned with a successful/n…
-
**Version Used**:
2.9.0-beta4-63001-02
**Steps to Reproduce**:
1. Not sure about the steps to reproduce, it happens seemingly random in VSMac
**Expected Behavior**:
Thread-safety is well…
-
## Context
V1 of the eFolder API was somewhat heroically developed by @aroltsch and @mdbenjam. We got it out the door, and it works for Reader. But eFolder was originally developed from front to ba…
-
Consider an application which executes the following statements one-by-one (yes, this could be done more efficiently, but an ORM is likely to produce SQL like this):
```
BEGIN;
SELECT balance FRO…
-
With the introduction of support for `await` inside of a `finally` block, I'd like to propose the following extension to the `using` statement in C#.
### The `System.IAsyncDisposable` interface
``` c…
-
I am trying to consume Beadledom with a different APM than Stagemonitor. Currently Stagemonitor is included in the BeadledomModule [1]. Would you consider a PR that removes Stagemonitor from Beadledom…
-
We experienced an error scenario where a channel died while our application was connected, amqp-client created another channel but didn't redefine the consumers, so as the consumers continued to attem…
-
A DSC resource for modifying XML files (elements, attributes, nodes etc) would be very useful. I know [cXML](https://cxml.codeplex.com/) is available but the project is stagnant and is fairly bare bon…
-
There are two main objects that flow from the rendering request pipeline.
`request` and `response`
Some extensions expects these objects are express based instances, but this is not always true…