Pavel Sharypov

Results 15 comments of Pavel Sharypov

Fixed by this: ```js const file = torrent.files[fileIndex]; // Deselect all files on initial download torrent.files.forEach(file => file.deselect()); torrent.deselect(0, torrent.pieces.length - 1, false); // Select file with provided index if...

Confirmed! In 3.0.0-beta.15 it was okey Added `link` prop as a workaround

NuxtRC12, same issue... Fixed by more explicit import ```js // ./plugins/vue-toastification.ts import Toast from "vue-toastification/dist/index.mjs"; import "vue-toastification/dist/index.css"; export default defineNuxtPlugin(nuxtApp => { nuxtApp.vueApp.use(Toast) }); ```

Hello, guys! Any updates about MKV stream support?

Confirmed! In Octane you should not use such model static methods because of memory leaks. So `multiselect` field will execute this part of code (`model::saved` event) on each model change...

Cool, thanks! Waiting for release!

Same issue, guys... **Update:** Fixed by using only `leaflet-polylinedecorator` and removing `leaflet-rotatedmarker` package from project. This package has all functionality of `rotatedmarker`

Still waiting ... @cheetamaru workaround is working, but it is a hack ...

Guys, thanks for all this hacks and modules! But what to do with this staff and why it is generated in so huge amount?

@Tristan971 Yes, i've tried your solution (`manual chunks`) but it somehow breaks SSR. My server responses becomes empty (without fetched data) and fetched only on client-side ... I have quite...