Nathan Shaaban

Results 82 comments of Nathan Shaaban

@mendess your PR at https://github.com/1c3t3a/rust-socketio/pull/463 looks good, would be easier to get the small change into rust_socketio than make another rust socket.io client.

> > suggestion: add tests so the feature continues to be tested and working > > I could not figure out how to run the `test-all` recipe of the makefile,...

Tested with notepad as well, same problem. Seems to be an issue with wine hyperland entirely unrelated to logos. Reproduction: - ran `oudedtai --wine notepad` - Typed some text -...

Linking for future: https://github.com/FaithLife-Community/OuDedetai/issues/193

In this case what was the source file for the OD binary? That it was originally launched from? Was it that same path?

Yup. Good chance, however that seems like a reasonable thing for a Linux user to do, I'd prefer to support that case if possible. We can use Path.readlink() to resolve...

If we wanted a cross-distro solution flatpak/snap are more well traveled (and actually known). Regardless of our container solution, we'd still want wine as binaries we build

Could you upload your support zip file to our telegram/matrix group or here so we can investigate further? I'm curious if Logos is using your dedicated GPU or not (the...

Doesn't look like it's using your integrated graphics not your GTX 1650. You may need to change your default video card. I'm not an expert when it comes to dedicated...

Doesn't the command --wine do this? We might need to add the double dash convention to parse the string we're sending to wine properly https://ruheni.dev/writing/double-dash-delimiter/