can_center_divs
No user record in our sample, but can_center_divs has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but can_center_divs has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Yeah, the earth has been cooling down and heating up throughout the history. Yet, the spike in Co2 levels just after the industrial revolution is unlike any spike earth has ever had naturally. The Earth has never had…
What you are saying, is just proving the point that we are NOT focusing on EQ. On the contrary, politicians and public figures are benefiting from emotional manipulation and understanding of human emotion of those who…
Doesn't it? I can't put a class name on a HTML Element and then style the said class inside the same file. It seems to me that it cares more about where you have it, than Svelte
Maybe your case is different, as your app is solving a completely different problem. We have been building a somewhat complex CMS system with Svelte the last two years and haven't had any issues, that couldn't be solved…
The important difference to note compared to React, is that Svelte doesn't virtualize the DOM. It works in the same way vanilla JS works when it comes to DOM manipulation. Even though it is compiled, you are still…
This assumes you are using SvelteKit, not vanilla Svelte
Yeah, the community always seems to figure out how to do things more effective. My girlfriend asked me if I could transcribe some audio files for her with my "programming stuff". I immediately thought of Whisper from…
Website's source code is not open source, even though you can inspect it. If you have a public repository with your code on GitHub, everyone can see the code. But they do not have the right to use the same code in a…
Hi! The website looks awesome! I have a problem with searching though. I can see the recommended songs below the search bar, but as I type to search something, it is just loading infinitely. I checked the network tab in…