Jan Brummelte
Jan Brummelte
Haven't tried the switchLink yet. Wanted to know if there are any known solutions first. Offline works already. It just stops working when there is a network mutation in the...
Not trying to rush, but do you have an ETA on this? It seems that the release was scheduled for end of May.
Thanks, seems to be working really well, this will safe me quite some time. I think this should even be the default, I can't see any reason anyone would use...
If I change one line in a long markdown text, I don't like having to redo all the line breaks. ```d2 container: { description: |md Lorem ipsum dolor sit, amet...
For me (2.0.5.106_canary_2020-05-11) it seems to also access a file in the temp directory a lot: 
@sheerlox ``` ❯ DEBUG=import-from-esm yarn semantic-release [3:40:45 PM] [semantic-release] › ℹ Running semantic-release version 22.0.8 (node:4486) [MODULE_NOT_FOUND] Error: debug tried to access supports-color (a peer dependency) but it isn't provided...
semantic release 22.0.7 works, 22.0.8 doesn't. Using yarn with ``` pnpFallbackMode: all pnpMode: loose ``` release.config.js ``` module.exports = { extends: "my-repository-with-release-config", }; ``` The package is in my package.json....
My error was with just using yarn and not in a monorepo. Maybe it is a different problem, but the logs don't say anything relevant.
I'm neither using semantic-release-monorepo, nor yarn workspaces, nor esm in the project that is not working anymore. Just yarn pnp and a shared semantic release config with common js. Maybe...
It's not really a big problem since I was only scanning one page (only front and back). I could have just used the normal "Add page scanning". Just thought I'd...