Lukas Mertens
Lukas Mertens
@albanm My main issue is currently that I get ``` Failed to resolve dependency: ajv/dist/2019.js, present in 'optimizeDeps.include' Failed to resolve dependency: ajv-formats, present in 'optimizeDeps.include' Failed to resolve dependency:...
@albanm exactly, this solved the issue for me using webpack as well, but then I switched to vite. Somehow this issue changed topics, I should have opened a new one,...
As this was also discussed in this issue: If someone else is struggling with the mix of commonjs/esm, read my comment here: https://github.com/json-layout/json-layout/issues/1#issuecomment-1959262852
@jonaslagoni I see that you introduced the v3 support. Does it make any sense what I am suggesting or am I missing something?
@derberg Yeah, I am using the old one. I didn't see it in any documentation that a new one exists and I was building my template based on https://github.com/asyncapi/dotnet-nats-template/tree/master I...
@corbinu I think it would be nice to add some docs / an example on how to use the new flat config. You should probably adopt the README a bit
Until this is merged, I created a fork with this fix: https://github.com/lukas-mertens/cordova-plugin-ionic-keyboard You can use it by using `ionic cordova plugin add https://github.com/lukas-mertens/cordova-plugin-ionic-keyboard.git --save` to add the plugin. Please be...
@derberg Any progress on this? I would like to start using AsyncAPI and it feels like it would be best to start with the new spec version right away, but...
```json "dependencies": { "node-ipc": "npm@achrinza/node-ipc@9" } ``` should be ```json "dependencies": { "node-ipc": "npm:@achrinza/node-ipc@9" } ```
I just opened this github project to create exactly this issue. It would be great if this was implemented!