Matthias Hryniszak

Results 17 issues of Matthias Hryniszak

- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...

I have a bunch of crossfire receivers and I recently bought the Jumper T18 with 5in1 transmitter. It would be absolutely awesome to use the Crossfire receivers with the 300mW...

hardware request

Hi, sometimes the content returned is a constant true/false. Since there is no way to set the content type for TextResource I've created the "toBoolean" method on JSONResource that simply...

### Versions - originjs: 1.1.6 - node: 18.4.0 ### Reproduction 1. https://github.com/padcom/vite-module-federation-example 2. cd library 3. npm start (this will start the development server for the library) 4. cd ../host...

When playing around with layers I found that when I hide the Container layer it can't be made visible again. Steps to reproduce: 1. Navigate to http://grapesjs.com/demo-mjml.html 2. Open Layer...

bug

Error while creating KVM-based machine using docker-machine 0.6.0 $ docker-machine create --driver kvm -v node01 dial tcp: missing address Using v0.6.0 for both kvm plugin and docker-machine on Linux Mint...

This PR introduces a new configuration option for the `PageManager`: ``` pageManager: { activePage: 'initial-page-id-goes-here', pages: [ /*...*/ ], }, ``` It is useful when you want to start editing...

``` There are types at './node_modules/vite-plugin-eslint/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vite-plugin-eslint' library may need to update its package.json or typings.ts(7016) ``` I'll...

Please see issue #71 for details.

### What problem does this feature solve? When using `provide` multiple times in the component tree, the closes parent provides the value injected with `inject`. This means that if we...

enhancement