Sergkei Melingk

Results 32 comments of Sergkei Melingk

Hi @rajeshsolanki345 this library uses [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) You have to check if Smart TV browser support it, if doesn't polyfill it. P.S. Provide more info, is hard to understand you...

Hi Change: In `function psOpen(slider, param) {` `$document.on('touchend click', onBodyClick);` to `$document.on('click', onBodyClick);` In `function psClose(slider, param) {` `$document.off('touchend click', onBodyClick);` to `$document.off('click', onBodyClick);` Worked for me.

Have same issue, After calling `wrangler config` added token manually. Calling `wrangler whoami` outputs correct email and token. But when runing `wrangler dev` - shows `You have not provided your...

Hi @Z3rio This is the behaivor I expect (Vuetify 2): https://codepen.io/Froxz/pen/poKgMxg Progress Indicator is aligned at the bottom of the toolbar: ![image](https://user-images.githubusercontent.com/3294939/199418353-000606b8-5241-451d-96f7-c31d0f855b88.png) Material Guidelines: https://m3.material.io/components/progress-indicators/specs ![image](https://user-images.githubusercontent.com/3294939/199418685-9fa2be70-194c-412a-a681-f1c80f0d0464.png)

@Z3rio there is a pull request for this: [#15883](https://github.com/vuetifyjs/vuetify/pull/15883)

Hi @w99910 I don't think is related to inertia, but more how Laravel Routing is working. What is you `APP_URL` value in .env or in (config/app.php) should be: `http://my.test/app1`

Happens as well: TinyMCE: v5.10.1 ```js /list/plugin.js:165 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at each$1 (/list/plugin.js:165) at foldl (/list/plugin.js:204) at clone$1 (/list/plugin.js:803) at plugin.js:1298 at Object.map (/list/plugin.js:124)...