Max Barrass
Max Barrass
> https://github.com/vuetifyjs/vuetify/blob/a582eea2df1e5747096c98d58b8b19a930f221f2/packages/vuetify/test/index.ts#L111 Thank you I've added that to by beforeAll. And now new error. ``` [Vuetify] Could not find defaults instance ``` It never ends :( Ive looked for a...
Ok thank you, for your help @KaelWD got it working. I used this thread as a guide https://github.com/vuetifyjs/vuetify/issues/13936 as well. ``` import { describe, it, expect } from "vitest" import...
> @wildone could you describe more in detail what the purpose of this change would be? Maybe attach a link to the Docker docs on it? Is that ok?
+1 it's 2021 running this in a container so no need to worry about old-school stuff.
@tedyoung ive released it here https://github.com/aem-design/cloning and https://search.maven.org/artifact/design.aem/cloning/1.11.1/bundle
This has started happening to me in Github Actions after upgrade to latest on all packages. electron-builder: v23.6.0 node: v18.3.0 npm: v8.11.0 ``` execute command command='C:\hostedtoolcache\windows\node\18.3.0\x64\node.exe' 'C:\hostedtoolcache\windows\node\18.3.0\x64\node_modules\npm\bin\npx-cli.js' rebuild --verbose [email protected]...
@PureTryOut thank you!
I get error like this: ```Identifier com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.PageImageThumbnail cannot be correctly instantiated by the Use API``` Try accessing image dialog direclty like this http://localhost:4502/mnt/override/apps/core/wcm/components/image/v3/image/_cq_dialog.html/content//image/jcr:content/root//image?resourceType= You should see why the model fails...
@tzachov do you have anyone who has same issue?