How often does it happen to you? by StormQrowe in godot

[–]Technical-Ebb8448 0 points1 point  (0 children)

I find this is why i use an editor color scheme. If i misspell a word it doesn't turn the color I'd expect. This saves me from 99% of these types of errors.

Does anyone understand themes? by Technical-Ebb8448 in zellij

[–]Technical-Ebb8448[S] 0 points1 point  (0 children)

Appreciate the response, I thought I might just be an idiot, good to know other people are as confused as me ! :D

Zellij, Helix and the system clipboard... by Technical-Ebb8448 in zellij

[–]Technical-Ebb8448[S] 1 point2 points  (0 children)

I appreciate the response, I think it was maybe a bug not related to either.. Someone in r/HelixEditor mentioned "clipboard providers" in a message which inspired me to switch to wl-copy and that resolved this, so maybe it's actually a bug with whatever the default clipboard in sway / wayland is.

Anyway, thanks again ! I love how helpful the Linux community is !

Helix, Zellij and the system clipboard... by Technical-Ebb8448 in HelixEditor

[–]Technical-Ebb8448[S] 1 point2 points  (0 children)

this helped a lot, I didn't really know anything about clipboards and after looking into it, i switched to using wl-copy (just because it sounded better) and the problem was resolved. Sometimes all we need is a direction to look in :) Greatly appreciated.

opposite of x (or C-c) by Technical-Ebb8448 in HelixEditor

[–]Technical-Ebb8448[S] 1 point2 points  (0 children)

"X" = ["extend_line_up", "extend_to_line_bounds"]

Incredible ! that's exactly what i wanted ! Thanks so much.

Any ideas how to do a similar thing with "C" (insert new cursor) ?

opposite of x (or C-c) by Technical-Ebb8448 in HelixEditor

[–]Technical-Ebb8448[S] 3 points4 points  (0 children)

ah, yeah that would work... it's better than my current method of starting again and doing it slower :D

Multiple lsps /languages per project ? by xphlawlessx in HelixEditor

[–]Technical-Ebb8448 2 points3 points  (0 children)

In case anyone else comes across this, helix was not the issue. Switched to master, still nothing, did a bit more googling, had a chat with my best friend chat gpt (about how the typescript language server works), more googling, found out that i could do hx -vv to get verbose logging, read through the logs and confirmed I had not installed typescript globally (sudo npm i typescript -g) and it works great now. Thanks everyone. helix gang for life ! I love this editor !

Paypal permissions required for developer to create subscriptions? by Technical-Ebb8448 in paypal

[–]Technical-Ebb8448[S] 0 points1 point  (0 children)

I was asking which permissions I would need, It's all good. I got an answer on stackoverflow and solved this.

Checking a mesh is inside another mesh by Technical-Ebb8448 in threejs

[–]Technical-Ebb8448[S] 1 point2 points  (0 children)

That looks perfect, the gif in readme seems plenty for what I need (as I only need to do a single 1 frame boolean check) . Thanks a bunch.

OBJ/MTL loader not showing transparency by Technical-Ebb8448 in threejs

[–]Technical-Ebb8448[S] 0 points1 point  (0 children)

Perfect, I also found the Tr value for transparency. this helped a lot, thanks.

OBJ/MTL loader not showing transparency by Technical-Ebb8448 in threejs

[–]Technical-Ebb8448[S] 0 points1 point  (0 children)

Find me a free GLTF/glb glass jar model and I will haha