ehmicky
ehmicky
This has been implemented! :tada: More information in [this comment](https://github.com/netlify/build/issues/1169#issuecomment-818017760). Please let us know if this works as expected.
We have added the `CYPRESS_CACHE_FOLDER` environment variable to point to `/opt/buildhome/.cypress-cache` instead. That cache directory is thrown away after the initial pre-installation (before the build starts). When this plugin's `onPreBuild`...
Hi @spamsch, Thanks for following up. This feature is in our backlog, but we have not started implementing it yet. cc @verythorough
This has been implemented! :tada: More information in [this comment](https://github.com/netlify/build/issues/1169#issuecomment-818017760). Please let us know if this works as expected.
Thanks a lot @ahejlsberg for the quick fix! :rocket:
I am running into the same issue and found a slightly simpler example. [Link to playground](https://www.typescriptlang.org/play?ssl=9&ssc=1&pln=14&pc=1#code/C4TwDgpgBASgjFAvFAPAFShAHsCA7AEwGcoAFAJwHtJzQBpCEAPgAoBKJJqAbwCgooAbTpQAlnigYAhiRHZchEgFc8AazyUA7hID8UEQC59AXSMAGXgF9evUJFgAmJKgzz8xMlRr1GrDoi4+AWExCWlZTBx3ZTUNbSg9QxNzKxsCCABjABspcmgsiGAoADc4I3gAbl507Nz8wpKHcocq3lLnYpaoAHpuqABRcipyNqdkUoqevsHh3iA). ```ts type R1 = () => { [K in T as K extends unknown...
Nice find @gibson042! Would you be interested in submitting a PR?
Good point. Not sure how @sindresorhus feels about this, but I personally try to avoid mocking whenever possible because: - It can end up creating complex test setups - It...
In the opposite direction (oe -> œ), I don't think one can replace every oe by œ in French. oe in French is pronounced as two separate vowels, whereas œ...
I agree: > I think it would be ok to replace œ by oe for the sake of this library purpose.