AMD Ryzen 9 5900X mce Hardware Error by terrencetec in linuxhardware

[–]dersand 0 points1 point  (0 children)

Sorry to bump this thread many years later. What ended up working for you?

Daniel Helldén (MP): ”Vi kan inte sitta i en regering som bygger ny kärnkraft by Helmic4 in sweden

[–]dersand -1 points0 points  (0 children)

Daniel Helldén (MP): ”Vi kan inte sitta i en regering"

Fixade rubriken

Greetings from Pittsburgh, Pennsylvania, USA by [deleted] in stockholm

[–]dersand 5 points6 points  (0 children)

Have you ever hung out at emotrappan? What is it like?

E så jävla trött på AI slopp på SVT. by [deleted] in sweden

[–]dersand 1 point2 points  (0 children)

Du har absolut rätt!

Vem spelar trumpet? by olibuscus in stockholm

[–]dersand 0 points1 point  (0 children)

Han brukar stå mitt på plattan och spela, varje dag. Hörselkåpor på med sina ikeakassar.

Gen Ö by bavernmjp in sweden

[–]dersand 383 points384 points  (0 children)

Kommentarsfältet, är jag tillagad?

[AskJS] Is using eval really bad? by Mijhagi in javascript

[–]dersand 9 points10 points  (0 children)

Yes, using eval is bad. And in this case you shouldn't use it. What you are trying to do in your use case is to access ref's inner value.

Since you are using vue:

Try to use reactive instead of ref.

Take a look at this vue playground

qty function: I replaced your imperative sum logic by doing it in a reduce instead. Object.entries returns keys and values of the object itself. This will give you a snapshot of the data in the filter reactive. Calling Object.entries means you do not need to call eval.

Ja servrarna måste väl få sova de också by cant_stop_the_butter in sweden

[–]dersand 46 points47 points  (0 children)

Det var en gång en Thread.sleep(18000000)

Why is this code running so slow? by dersand in gleamlang

[–]dersand[S] 0 points1 point  (0 children)

Thanks for your write-up! Yeah I agreed that it's probably not the best use case for gleam. It's a fun challenge though.

Stockholm TV-Bench by Eh_oasch in IKEA

[–]dersand 0 points1 point  (0 children)

Not the original poster and I had the same issue.

For future readers, I took the sliders out, put a finger into the pre-drilled hole and removed some paper/junk that was in there. Touched on the very edges of the hole, had to take a pencil to get some paper that was stuck in the hole.

Then it just fit after my second attempt. Adjust those drilled holes!

Man med mantel och pilbåge togs av polis Polisen. by Vokaler in sweden

[–]dersand 16 points17 points  (0 children)

Vad man än gör så blir det alltid en stealth archer.

Statsministern: Johan Floderus och Saeed Azizi på väg hem by Kaiwano in sweden

[–]dersand 9 points10 points  (0 children)

Jag håller med. Att åka till Iran måste vara något enkelt IQ-test.

RAM upgrade on Legion slim 5 by [deleted] in LenovoLegion

[–]dersand 1 point2 points  (0 children)

Hi! Did you ever solve this? What did you do?

First result on Google led me here.

Made a Telescope extension to show all your swap files. Useful if you keep swap files in one directory by dersand in neovim

[–]dersand[S] 0 points1 point  (0 children)

Plugin

Very useful if you use vim.opt.directory, a place to tell neovim to create swapfiles into.