What's your favourite telegram group?
What's your favourite telegram group?
Looking for friendly telegram channels or groups that has free stuff
What's your favourite telegram group?
Looking for friendly telegram channels or groups that has free stuff
How to watch bein sports arabic for free?
cross-posted from: https://lemdro.id/post/41408908
I need to watch World cup
How to watch bein sports arabic for free?
I need to watch World cup
What are other sites that offer free instances?
cross-posted from: https://lemdro.id/post/38681402
I'm looking for sites that offer free instances of self hosted apps.
Like these:
- https://hostux.network/en/
- https://gravitywell.xyz/#services
- https://riseup.net/
- https://www.inventati.org/services/
- https://disroot.org/#services
- https://nolog.cz/en/#services
- https://www.systemli.org/en/service/
- https://www.esiliati.org/
- https://cheredeprince.net/
- https://facil.services/
- https://services.siick.fr/
- https://woodpeckersnest.space/
- https://bloat.cat/
- https://garbaye.fr/
- https://canine.tools/services
- https://www.chapril.org/-services-.html
- https://tchncs.de/en/
- https://wiki.bsd.cafe/
Why arab torrents have non or few seeders?
Beginner's rant about JS (Also needs advice)
js
gridContainer.width = width * CELL_LENGTH; // 1
gridContainer.style.width = width * CELL_LENGTH; // 2
gridContainer.style.width = width * CELL_LENGTH + "px"; // 3
I just figured out that the code in cases 1 and 2 are wrong. The problem is js doesn't complain about either of them. No errors in console. Nothing!
How should I know or figure out things like this?? When there's no error and I don't know why it doesn't working other than trying different syntax until it works!
I used console and dev tools to figure it out as well but div.width seems to just adding another property to div that's useless for browser.
However for the second case, It just refuses to assign wrong syntax value to div.style.width without any complaint
How to make browser auto reload html when changed?
In vscode, I was using live-server extension that reloads website whenever a file changes. What's the equivalent of this for people using nvim? What do you use?
How to get same experience with html, css and js as vscode in lazyvim?
Is there any tutorial for this?
Annoying missing features:
there's no auto complete for css
sometimes lsp won't get type of things that vscode would get, therefore no auto complete for its properties or methods
Thanks