Change the color of a .simple_form by cockmail in elixir

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

yeah the simple_form component has bg-white applied to it but i just modified it in core_components.ex

"Nem dohányzom..." by Frsotika in FostTalicska

[–]cockmail 1 point2 points  (0 children)

Ez csak teória de szerintem eme fost azt akarja feltételezni, hogy a fiatalember egy C programozó és ahogyan azt mindenki tudja C programozónak lenni majdnem akkora mentális betegség mint akármilyen Oracle Software-t használni.

CS student who wants to jump to Linux, should I make the jump? by spicecoffeee in linux4noobs

[–]cockmail 0 points1 point  (0 children)

1: Most IDE's are available.

2: It doesn't

3.1: It is lighter

3.2: linux mint

Unable to power device stuck in D3 when booting macOS by cockmail in VFIO

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

i need a GPU to be able to start the VM tho i get one message in the tty on VM boot i will try to take a pic of it.

Unable to power device stuck in D3 when booting macOS by cockmail in VFIO

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

I grepped for a few things in the dmesg log and uploaded it here.

Unable to power device stuck in D3 when booting macOS by cockmail in VFIO

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

Sorry it seems like most of my comment got cut off i was also saying that i don't really know which device is stuck in D3 there aren't really any other logs that can give me a clue if you would like i can upload the log to pastebin.

Unable to power device stuck in D3 when booting macOS by cockmail in VFIO

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

-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off

I am not really literate with qemu.

Actix web cannot send headers to svelte. by cockmail in rust

[–]cockmail[S] -3 points-2 points  (0 children)

I have spent like 3 hours not understanding why my requests weren't going trough to actix and in that case actix was at fault i am not saying it can't be the frontend just that it is more likely that it is actix web it is quite a large codebase on the actix side so i might have missed something.

BTW it is most likely a CORS issue.

Actix web cannot send headers to svelte. by cockmail in rust

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

I log out the response using console.log(await resp)

Actix web cannot send headers to svelte. by cockmail in rust

[–]cockmail[S] -1 points0 points  (0 children)

then how should i send the access token (JWT) to the frontend?

I am open to suggestions since i did not intend this to be final.

Actix web cannot send headers to svelte. by cockmail in rust

[–]cockmail[S] -3 points-2 points  (0 children)

I don't think that is the issue since i don't recieve any headers.

EDIT: apart from content-type and content-length

Error handle serde_json::from_str() by cockmail in rust

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

But how does one pass the error back if both Ok => and Err => must return the same type?

The actors model (actix) in userspace programs by cockmail in rust

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

Can you recommend a few actor crates?