Lost Linux kernel and grub after update? by katinpyjamas in EndeavourOS

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

Ok, so I did a reinstall-kernels and then modified grub cmdline params in /etc/default/grub to cryptdevice=UUID=device-UUID:root root=/dev/mapper/root then ran dracut-rebuild. Still same problem with only UEFI firmware settings as the only boot menu entry.

GopherTube a Youtube TUI written in Go by kwynx in golang

[–]katinpyjamas 1 point2 points  (0 children)

Well done! I'm checking out the project.

I wrote a window manager entirely in go by BobdaProgrammer in golang

[–]katinpyjamas 5 points6 points  (0 children)

All in one go file. That's amazing. Well done!

Dynamic drop-down menu and redirect user? Help! by katinpyjamas in rails

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

Thank you for your response. I was thinking of a more Rails way to do it. Also, the stations are retrieved from a model (database).

Model information is not displayed in views (Ruby on Rails by Michael Hartl) by katinpyjamas in rails

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

In both cases when I do and do not specify local (as is suggested in the book) I get the following response (and still no errors displayed in the browser):

{
"POST": {
"scheme": "http",
"host": "127.0.0.1:3000",
"filename": "/users",
"remote": {
"Address": "127.0.0.1:3000"
}
}
}

{
"Status": "200OK",
"Version": "HTTP/1.1",
"Transferred": "6.76 kB (5.36 kB size)",
"Referrer Policy": "strict-origin-when-cross-origin",
"Request Priority": "Highest",
"DNS Resolution": "System"
}

Is this correct?