Nacho114
Nacho114
As discussed, for this it's easier (and enough) to make a file called say, `weights_arithmetic.ts`, and in there add these sorts of functions, e.g. `sum(a: Weights, b: Weights): Weights`
Yeah, short is good, and it’s also clear
To avoid things breaking it's best to be conservative for now, and just add the easier solution for validation set, and we can in a later point try to update...
data shuffling is only done locally (not between clients)
No, we pushed it further in the todo list in one of the previous friday meetings. we can work on this next.
I'm having the same issue on svelte. Tried all the suggestions but nothing worked for me.
Hey! Thanks for the quick answer :) So I followed steps 1 and 2. The main difference is that: In `src/app.d.ts` I have `import 'unplugin-icons/types/svelte';` And I added all icons...
Oh, I found the issue. I was having a side issue due to the language server similar to [this](https://github.com/sveltejs/kit/issues/10291). By updating / or installing coc-svlete (neovim plugin to get lsp...
Same issue on pop os
As a workaround the following works for me, in Startup Applications, add the following command: `flatpak run nz.mega.MEGAsync &`.