Shlomo
Shlomo
The scaffolding file covers a new project, but does not cover my case, that I initially wrote the project in js, then decided to switch to ts, and followed the...
It should also be added that if you use bex mode, the `@types/chrome` package must also be installed? and add these lines to `background.ts` file: https://github.com/ShlomoCode/quasar/blob/48d092ed69ce03268d30eec27ef7b9ebf584fc00/app-vite/templates/bex/ts/manifest-v2/background.ts#L16-L27
@yusufkandemir can you take a look?
I notice now that the [linting support instructions](https://quasar.dev/quasar-cli-vite/supporting-ts#linting-setup) are only suitable for the case of designing using prettieer and not eslint `standard`/`Airbnb` How is it right to do it? You...
@hack003 It's built into the subsystem settings, but it's not a bad idea at all.
@voletro Is there anything new about it? Deployment using Harko would be a great thing !
> VLC added it, the patch doesn't seems to be overkill to add > > [code.videolan.org/videolan/vlc/-/merge_requests/786/diffs?commit_id=744248f5ee6e2ffa205e2282036f9450025bc80f](https://code.videolan.org/videolan/vlc/-/merge_requests/786/diffs?commit_id=744248f5ee6e2ffa205e2282036f9450025bc80f) VLC does not support Spatial Audio
**mpv now supports spatial audio!** https://github.com/mpv-player/mpv/issues/9252#issuecomment-2030475194
It is now included in official mpv version - https://github.com/mpv-player/mpv/releases/tag/v0.38.0 @low-batt do you know when there will be an iina version that includes the latest mpv version?
Is it possible to build locally with mpv v0.38.0 using the download_libs.sh script? or only by [building mpv manually](https://github.com/iina/iina#building-mpv-manually)