imShara

Results 69 comments of imShara

@mikeu it's unclear actually. Can you provide instruction how to build this module from your fork? Is just `npm install && npm build` enough? Here is error, which breaks project...

Same here with [vite-ssr](https://github.com/frandiox/vite-ssr) plugin `tsconfig.json` ```json { "compilerOptions": { "target": "esnext", "useDefineForClassFields": true, "module": "esnext", "moduleResolution": "node", "strict": true, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true, "lib": [...

Use this instead for SSG/SSR ```js const messages = Object.fromEntries( Object.entries(import.meta.globEager("../locales/*.yaml")).map( ([key, value]) => [key.slice(11, -5), value.default] ) ); ```

@Phyks, JPlayer is dead, use simple custom wrapper over audio tag and Aurora polyfill

@Phyks, I made myown simple solution with plain js api. Actually, we don't need any frameworks to play sound.

@johnyluyte is it right example for nuxt? In your example component added locally . Look [how it made here](https://github.com/surmon-china/vue-awesome-swiper/blob/master/examples/nuxt-ssr-example/nuxt-ssr-example.vue). Global config (Vue.use(vueHeadroom, CONFIG)) not working.

It's not fails every time on same page. And it not page-related (sorry, I can't give page to brute this) But if page crashes it kills rendertron. Will dig into...

Project dead?

Confirmed. Redmi note 3 pro se, Android 6.0.1, MIUI 8.1, Antox 0.25.464 (15464). No sound from qtox to antox, but perfectly from antox to qtox. Sometimes (~1 time per minute)...