Borek Bernard
Borek Bernard
@dsnid3r Hi Dustin, we don't actively work on VersionPress at the moment, see #1481, but if you want to work out exactly how Multisite would work or possibly even implement...
Thanks for creating this issue. It crossed my mind several times recently as well, here are my current thoughts: - I'm much more open to publishing to the WordPress plugin...
This, and I don't think it's an April Fools' 😄 [Source](https://wordpress.org/news/2019/04/minimum-php-version-update/).
Another use case where this would be useful are WordPress plugins (and Drupal modules and other CMS's equivalents as well). There are more and more WP plugins that need a...
The workspace feature didn't help in my case. I have tests that contain JSX and are written in TypeScript, and here are two "manual" examples of how to possibly run...
@arcanis thanks for the explanation. I get what you're saying but it still feels strange that `resolutions` vs. `yarn set resolution` lead to two different end states of our source...
Oh, so the two are two different things? Even though the `--save` is currently not implemented, its docs say this: > If you wish to make the enforced resolution persist...
Does `npm pack` suffer from the same issue or do they avoid it somehow? (I don't have a good way to test it right now, sorry.)
The `backend` + `frontend` + `common` scenario is a good one, we have something similar and it took me a while to realize that we sort of want **two _sets_...
@arcanis I'm reading your [Yarn 2.1 blog post](https://dev.to/arcanis/yarn-2-1-git-workspaces-focused-installs-loose-mode-live-playground-4kfc) and there's a [section on Focused Workspaces](https://dev.to/arcanis/yarn-2-1-git-workspaces-focused-installs-loose-mode-live-playground-4kfc#focused-workspaces) there. I don't have experience with this from either 2.x or 1.x Yarn but is...