Bruno Babic

Results 3 issues of Bruno Babic

traced it to the following code in the `Block.shake` function, on line 500: ``` javascript if (this.bcr.width === this.width && this.bcr.height === this.height) { return; // nothing to do, no...

bug

In short: I've converted some of the more used filesystem functions to use sync methods. getPlatformConfig setPlatformConfig getPlatformRootDir getPlatformExtensionsDir loadExtensionJson addToExtensionsJs cache getValue, setValue clearTokens authorizeRequests setHostEnvName parseCredentials getLinkedDirectories setLinkedDirectories...