Andrew Schmadel

Results 116 comments of Andrew Schmadel

Couldn't the same thing be achieved with a logging library that invokes a callback? ```js lazyLogger.debug(() => `The result is: ${expensiveOperation()`)); ``` This is more or less [the approach that...

> We already have the means to bring up emulators on a per-worker basis @d4vidi – I'm curious, how did you implement this?

this is the very sketchy shell script I came up with: ```sh PKG=$1 LERNA=$(yarn bin lerna) $LERNA ls -a -p --scope $PKG --include-dependencies --json \ | jq -r '.[].name |...

The offending version of `filelock` has been yanked from PyPi, so this should basically be resolved. You might need to force a reinstallation of virtualenv (or whatever depended on it).

Any reason why we can't move forward with this?