kat schrodinger
kat schrodinger
KPCKevin Powell - Community
Created by Yassssh on 11/1/2023 in #front-end
Need help with CSS Flex
https://m.youtube.com/watch?v=_2LwjfYc1x8 also you might find this helpful if you’re confused about how the others did their vars
10 replies
KPCKevin Powell - Community
Created by Yassssh on 11/1/2023 in #front-end
Need help with CSS Flex
fyi chatGPT lies a lot. It’s generally not good to use unless you have a strong enough grasp on the language to spot errors.
10 replies
KPCKevin Powell - Community
Created by kat schrodinger on 10/8/2023 in #os-and-tools
vscode ssh trouble on windows
I'm gonna trying setting up azure. hopefully this works 🤞
9 replies
KPCKevin Powell - Community
Created by kat schrodinger on 10/8/2023 in #os-and-tools
vscode ssh trouble on windows
I'm now trying with the openssh server, but I'm getting the same problem. Is the linux VM absolutely necessary? I assumed it just made things easier as the other ssh tutorials I found didn't mention it. Console info because why not:
> [path that I copied directly]
> Error connecting to agent: No such file or directory
> [redacted]
> ]0;C:\Windows\System32\cmd.exe
[12:11:51.174] ssh-add failed
[12:11:51.174] Consider setting up the ssh agent: https://aka.ms/vscode-remote/troubleshooting#_setting-up-the-ssh-agent
[12:11:52.425] "add-ssh-key" terminal command done
[12:11:52.425] Install terminal quit with output: jailshell: powershell: command not found
[12:11:52.425] Received install output: jailshell: powershell: command not found
[12:11:52.426] Failed to parse remote port from server output
[12:11:52.427] Resolver error: Error:
at g.Create [more redacted paths]
> [path that I copied directly]
> Error connecting to agent: No such file or directory
> [redacted]
> ]0;C:\Windows\System32\cmd.exe
[12:11:51.174] ssh-add failed
[12:11:51.174] Consider setting up the ssh agent: https://aka.ms/vscode-remote/troubleshooting#_setting-up-the-ssh-agent
[12:11:52.425] "add-ssh-key" terminal command done
[12:11:52.425] Install terminal quit with output: jailshell: powershell: command not found
[12:11:52.425] Received install output: jailshell: powershell: command not found
[12:11:52.426] Failed to parse remote port from server output
[12:11:52.427] Resolver error: Error:
at g.Create [more redacted paths]
9 replies
KPCKevin Powell - Community
Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
unless it's multiple svgs, in which case you could collapse them into one image in illustrator (or a similar vector editor)
11 replies
KPCKevin Powell - Community
Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
wouldn't it just be background: url(path) and then background-size:cover from that point?
11 replies
KPCKevin Powell - Community
Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
or actually you could probably export the svg directly from figma if you copy it into its own file
11 replies
KPCKevin Powell - Community
Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
this looks like an svg with a mesh gradient. you can make something like this in adobe illustrator (or another vector program) and set it as your background, which should scale appropriately because svg. Idk how good browser support is for mesh svgs tho.
11 replies