Johannes Przymusinski
Johannes Przymusinski
I would work on it
> The Problem I see if it becomes a ddev addon is: > Dev A activates PHPMyAdmin and commits that to the project. > Dev B pulls the projects and...
Same issues with node `v19.3.0`. I tried to install storybook with vuejs 3 in a separate repository to import components from different other packages in the same workspace. Tested with...
What have you done to get this working? I have the following NPM workspace setup for my monorepo: ``` . ./assets/apps/mc-storybook ./asstes/apps/mc-web ./assets/packages/component-library ./assets/packages/other-lib ``` where both `assets/packages/*` and `assets/apps/*`...
Since `index.js` `export default`s the Light Box component, you also could ```javascript import Lightbox from '@julian_cataldo/astro-lightbox'; ``` And since only `index.js` is marked as the `main` entry point in `package.json`...
Hey @nico-loeber, thanks for the reply :-) I get the point that its propably a bad idea to work with directories outside the project scope. I don't know how the...
Why not three names? - `shopware-project` - `shopware-extension` - `shopware-account` (Maybe with an `-cli` suffix) All of them could symlink to a `shopware-cli` or `frosh-cli` or whatever and expose their...
Yes, but also the use of the new static-data from https://github.com/FriendsOfShopware/shopware-static-data/pull/1 needs to be integrated. I already have a version for that locally, I'm currently testing.
Also, https://github.com/FriendsOfShopware/shopware-static-data/pull/2 needs to be merged for this, since the code in did not respect minified responses from the Packagist API which.
Thanks! I've run into issue when the current matrix would exceed the max amount of Matrix Runners you can start, so I started working on an option that would allow...