Firer
Firer
Number.prototype.toString is changing a base 10 number into the chosen base/radix. https://en.wikipedia.org/wiki/Radix/ This library is turning an arbitrary string into a base 32 string. In summary, the number 14974 is...
Would something along the lines of: ``` javascript super(typeof result.message === 'function' ? result.message() : result.message); ``` be better to maintain backwards compatibility? (a little hacky nonetheless)
Perhaps tagging @mattphillips again will help? Otherwise there may be no choice but to stop using jest-chain, or fork it with the bug fix for Jest 27.
I was also having problems using shipt to deploy from Windows due to rsync. The cwRsync (free version) https://chocolatey.org/packages/rsync isn't able to interpret Windows drive paths. I have created a...
I also ran into the same issue deploying to FreeBSD. I have a workaround monkey patch in my `shipitfile.js` which seems to be working. The equivalent to `-T` on FreeBSD...
I ran into a similar issue deploying to FreeBSD and came up with a hack to work around it https://github.com/shipitjs/shipit/issues/173#issuecomment-751694482 however I'm not sure this will work for deploying to...