Sam Verschueren
Sam Verschueren
In Angular1, you would have to `$scope.$apply` when using `setTimeout`, `setInterval`, etc. This is not necessary anymore in Angular2 because the entire change detection changed. In order for easier migration...
I often get a `WriteError` but can't really find a workaround for this. I also have no clue what the error message even means. Does someone have a clue how...
It happens a lot that you start an `np` task and then you go off and do something else. Then you forget that you started the `np` task and it...
[](https://issuehunt.io/r/sindresorhus/np/issues/29) I want to write more tests but testing this library is a little bit tricky. I see two options here. 1. Mock the `execa` calls 2. Checkout `sindre-playground` and...
I'm using `ow` quite a lot in front-ends as well (mainly with [`ngx-ow`](https://github.com/SamVerschueren/ngx-ow)), think it would be nice to have some basic tests which checks that it runs correctly in...
### Describe the feature Currently, when creating an S3 origin (for let's say CloudFront), it will [always allow the origin access identity `S3:GetObject` permission on the entire bucket](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/aws-cloudfront-origins/lib/s3-origin.ts#L78-L82). I think...
I really love using `npx`, finally I don't need to install all of the modules globally anymore. One feature of `npx` is that if you run `npx` inside a directory...
## Environment details - OS: macOS Big Sur - OS version: 11.1 - node-pty version: 0.10.0 ## Issue description I'm testing some things out with `node-pty` and noticed a difference...
Hi! Thanks for this awesome package! I think I might found a small bug when using it. With the following `.gitignore` contents ``` c/* !c/bar.js ``` Running `git check-ignore -v...