Asher
Asher
Ah nope I still cannot load images even with the fix for the port.
Thank you for the offer! I think I got it sorted.
Interestingly it does not happen if I forward the code-server port through SSH and access code-server that way. I guess this implicates the networking or the proxy in some way?
I really like the wording you came up with, thanks again!
I have not tried `lsp-mode` but surface level the new additions look good to me. We could also add a reference to `eglot` as an alternative which for me worked...
This is blocked on being able to actually open a link to a port. I messed up because I thought work on that was underway but it seems actually not...
Yeah I think the platform build steps (like the `x86-64 Linux build` step) are the only ones missing NPM dependency caching. We can copy a cache step from one of...
Ah somehow I missed that table! Very helpful. I suppose that means we are already maxing out our resources or that individual tests are taking a very long time. Oh...
I think you are right. Session cookies sound like what we want since their expiration appears to be controlled by the browser? My cookie persists after restarting my browser (Firefox)....
I think the "remember me" checkbox requires us to set an expiration which means we would not be able to use session cookies. Basically we can either let the user...