Tommy
Tommy
Watchify seems to make a minor update when browserify upgrades. So we might solve this by setting the dependency of watchify with a tilde. What do you think?
In addition to what @markwhitfeld is asking, I think it would also be great to have a way to report the output differently in case of "failures". For example, the...
I think an approval from anyone with write access to the repo is good enough, indeed :) If we really want to be extra picky, we can disallow the comment...
I'll try to make a repro of this, because this is happening in our monorepo at work.
Exactly, we have this setting enabled at the moment. I'll be able to try on Tuesday with the option set to false instead to see if it makes a difference
> Have you tried to remove your lockfile and node_modules, then to generate again and commit it? Unfortunately this doesn't fix the issue. The only way to fix it seems...
Can we reopen the issue? I believe it's still a good thing to keep the parenthesis when 2 operators have the same precedence. These kind of things might not be...
> still removes the selection visually But that was also the case in the previous version? It's not easy to keep the selection visually because it's the same document. You...
I'm having the same issue. For some reasons, I don't see the cookie in my browser so the next time I refresh the page, my session is lost.
I made a few more tests, and it seems it was because cors wasn't properly set. Thanks!