Guillaume Clochard
Guillaume Clochard
We are using fp-ts too at iAdvize: - company logo : [iadvize-logo.zip](https://github.com/gcanti/fp-ts/files/4158778/iadvize-logo.zip) - company website: https://www.iadvize.com/ - first open-source repo with fp-ts inside: https://github.com/iadvize/dataway. More to come soon!
Because of the `*` peerDependencies version field, users of `fetch-mock` can't see something is wrong when installing `[email protected]`: https://github.com/wheresrhys/fetch-mock/blob/1bdac54e1b482398cca0af9658a500de23e72367/package.json#L48-L50 Are you open to a PR updating the `node-fetch` peerDependencies version...
I'm reporting the issue also on a monorepo. `__webpack_require__.$Refresh$.register` is called on exports of `tslib`. I've extracted part of what `@vanilla-extract/integration` is passing to `eval`: ```js var _c, _c2, _c3,...
I've come up with patching `@vanilla-extract/integration` to mitigate the `$Refresh$` issue by removing the problematic lines from source ```patch diff --git a/dist/vanilla-extract-integration.cjs.dev.js b/dist/vanilla-extract-integration.cjs.dev.js index f9ece42d38952835bb6c9e3414f64807d9a3d79c..07e3d34ddb0457c057d154c7b31047f40fd119b7 100644 --- a/dist/vanilla-extract-integration.cjs.dev.js +++ b/dist/vanilla-extract-integration.cjs.dev.js...
I've made a PR #74. It's `https://inbox.google.com/?to={to}&cc={cc}&bcc={bcc}&subject={subject}&body={body}`
You can use this extension with this custom URL : `https://inbox.google.com/?to={to}&cc={cc}&bcc={bcc}&subject={subject}&body={body}` See PR #74 :)