Andrew Bradley

Results 546 comments of Andrew Bradley
trafficstars

A user would intuitively expect docker cp's `--archive` flag to enable something similar to Unix's `cp -a` but, in fact, it *disables* a behavior of `cp -a`. What is the...

/remove-lifecycle stale

/remove-lifecycle stale

/remove-lifecycle stale

@vors, no I'm not sure, except it seems like somewhere we're accidentally putting a nonsense entry into the database. Maybe we're passing an incomplete object to the `$mapper` somewhere? Like,...

Now that I think about it for a few more minutes, I suspect that's the problem. I suspect that somewhere we're calling `Add-ZWeight` or `$service.add()` with a null `$path`. We...

I created this to expose functionality as a library for programmatic usage. Not thoroughly tested, YMMV. https://github.com/cspotcode/v8-compile-cache-lib https://www.npmjs.com/package/v8-compile-cache-lib The changes are minimal so we could definitely merge them back into...

It turns out that the tests do not actually pass on the newest node versions.

@SnarkBoojum `ts-node` recently switched to [`@cspotcode/source-map-support`](https://npm.im/@cspotcode/source-map-support), so this problem might be solved.

This is because ng-ckeditor does not support angular expressions in the ckeditor attribute. It is assuming that the ckeditor attribute contains the name of a property on the $scope object....