Baptiste Augrain

Results 847 comments of Baptiste Augrain

> Is there a deb repository so I can get updates via the package manager? There is https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo But I plan to use https://build.opensuse.org/ due to some limitation with gitlab...

> My suggestion would be to replace the extension namespace with the publisher both on the extension details page While I can understand that, `ms-python` is still the author of...

Not sure what's going on, I can't replicate the issue with the same code, still in the same session... weird! I will look if it happens again...

OK, this is weird! I'm getting the issue again...

I've tried to fix the issue by updating tauri but it didn't fix it. The process which eats the memory, is the WebKit's WebContent process launched by tauri. Now, I'm...

I think I found the issue... I've added the following code: ``` navigator.storage.estimate().then(({ usage, quota }) => { console.warn(`Database size: ${usage} bytes`); }); ``` I gave me: `Database size: 1_822_589_588...

Ok, the real issue is here: https://github.com/basharovV/musicat/blob/4b0807842fc01ffdb1e0954066c9f4ce4fd6ed0b/src/lib/views/CanvasLibraryView.svelte#L139 It loads the whole 41K songs in memory (in about 5.8s). It should load only a part of those songs (maybe 1K) and...

Not sure what's going on with that database... I've re-importing the songs in dev mode, only 250Mo. I moved the db file to the release app and: - the loading...

> * `Rule` types don't get recognized: `Property 'is' does not exist on type 'Rule'.` Yes, I don't know why the union isn't correctly detected. > * Renaming the playlist...