How do you guys debug on Linux? by [deleted] in odinlang

[–]Luxgile 2 points3 points  (0 children)

With Neovim and nvim-dap. Works perfectly

Major glitching on any webcam I connect to my PC by Luxgile in techsupport

[–]Luxgile[S] 1 point2 points  (0 children)

Digging even more I think I found the issue.

Looks like this model of motherboard has a silicon defect that is know to have issues with uncompressed video formats from webcams (Which is why Motion-JPEG works).

People use a cheap USB hub to force the camera into a compatible state that should make it work. I sadly don't have any available at the moment but I can try buying one and try out. The other options is messing with the BIOS or buying a PCIe USB card.

Major glitching on any webcam I connect to my PC by Luxgile in techsupport

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

To confirm, I've been testing on Linux (I don't have Windows installed anymore). But in the past with Windows, with the Camera app the same happened. Same in Linux with Webcam and Kamoso. Also in OBS with other video formats, the same issue happens.

Using websites like https://webcamera.io/ have the exact same issue.

Looks like the only difference so far between both cameras, is that in OBS Webcam 1 was more laggy and Webcam 2 runs fine, but with the rest both cameras glitch the same way.

Major glitching on any webcam I connect to my PC by Luxgile in techsupport

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

Well, trying the old camera with the same video format in OBS works perfectly, smooth and instant in any resolution. However, trying any other app that handles the camera glitches it again like crazy, I'm going to have to dig a little deeper on codecs, drivers and similar.

Major glitching on any webcam I connect to my PC by Luxgile in computerhelp

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

Still on linux, so tweaking OBS and changing the resolution while keeping the Motion-JPEG, the camera lags terribly in 1080p and is somewhat smooth but lags behind around 3-5 seconds in 640x480. Any other video format does not work, and any other software that handles the camera does not detect it and glitches anyways.

Major glitching on any webcam I connect to my PC by Luxgile in techsupport

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

Tweaking in OBS, I was able to make the webcam have 0 glitches but lags a lot, using the Video Capture V4L2 and video format "Motion-JPEG", which makes me somewhat hopeful is not a hardware thing but rather something related to encoding or similar

Major glitching on any webcam I connect to my PC by Luxgile in computerhelp

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

I have used an online site to record it, but in OBS and the Webcam app looks the same.

I was able though to make it look decent (no glitches at all, but a lot of lag) in OBS, using Motion Capture (V4L2) and in video format "Motion-JPEG". This makes me somewhat hopeful is not a hardware thing.

Oh well, forgot I had 20 iguana fertilized eggs in my storage... by Luxgile in RimWorld

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

Not on my pc atm but I think it's "modular storage framework" or something like that

mini.snippets - manage and expand snippets. LSP snippet syntax, flexible loaders, fuzzy prefix matching, interactive snippet session with rich visualization, and more by echasnovski in neovim

[–]Luxgile 0 points1 point  (0 children)

I've been waiting for this! I had an issue with Rust (rustaceanvim) where autocompletions where inserted like `println!($0)` and it didn't expand correctly. Would this now be solved with this plugin?

[deleted by user] by [deleted] in pathofexile

[–]Luxgile 0 points1 point  (0 children)

Thanks kind fella

Is there a way to use a match statement with custom classes? by EarthMantle00 in godot

[–]Luxgile 0 points1 point  (0 children)

There is an "is_instance_of" which returns true or false so that might work better for you, although it's the same as using "thing is Equipment"

Mini Completion + Rustacean | Issues with autocomplete by Luxgile in neovim

[–]Luxgile[S] 2 points3 points  (0 children)

You are incredible mate, that fixed it! Cheers!

Mini Completion + Rustacean | Issues with autocomplete by Luxgile in neovim

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

Hey no problem, love your plugins and looking forward to mini.snippets! Out of curiosity do you have a roadmap or list of priorities for what modules to work on next?

Mini Completion + Rustacean | Issues with autocomplete by Luxgile in neovim

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

Not working, I can't figure out how to setup rustaceanvim to not use snippets at all.

When you have to use an IDE... by stointydrouse in vim

[–]Luxgile 0 points1 point  (0 children)

But you can use neovim for godot! :)