Ran Buchnik

Results 39 comments of Ran Buchnik

Sorry guys, I still don't get it. After running "gulp component --name admin" in my CMD I got this in my admin.component.js: ``` javascript import template from './admin.html'; import controller...

O.K. I got it: All I needed to do is replace the templates in the admin.js file and the admin.components.js file like this: in the admin.js file switch this line:...

That solution looks neat! Thank you.

Closing this for lack of response.

Hi @galmalka21 Can you send a link to such an example?

Hi @RoniJackVituli As written on the documentation, you can set the `textPixelMode` option to true like this: ```javascript new Accessibility({ textPixelMode: true }) ```

@hmingv I have no idea. Perhaps [this](https://dev.to/hulyakarakaya/how-to-fix-regeneratorruntime-is-not-defined-doj) could help?

@hmingv @mtahirgulzar @georgescubogdan @owain-williams @noumanmoeen0 I believe I've fixed this issue on version `4.5.9`. Please give it a try if you still in search for an accessibility solution.

Thank you for the effort @hmingv! unfortunately the provided link to [codesandbox.io](https://codesandbox.io) doesn't work for me. Perhaps it's private (I'm not familiar with `codesandbox`)? Please try to install version `4.5.10`...

@hmingv I was able to access and run the `codesandbox` app. I believe I have [forked it](https://codesandbox.io/p/devbox/angry-glitter-mrp44l?file=%2Fapp.vue%3A14%2C8-16%2C8) and made a few changes. 1. Updated to version `4.5.11`. 2. Made sure...