Orhun Parmaksız

Results 814 comments of Orhun Parmaksız

From the abstraction standpoint, I think it would be more appropriate to have `trait`s that define the required functions to implement a similar `struct`. For example, ```rs pub trait Shooter...

> I just checked that sdl2 is only used for gamepad controlling - maybe it's easier to replace it with `gilrs` in [fishsticks](https://github.com/PotatoTech/fishsticks) and FishFight. We could do this: ```toml...

Definitely interesting... 🤔 Maybe it is worth reporting to upstream? Either way, if it's not supported then it is not supported. 🤷🏼

It looks like the menu items are gone. I assume nothing happens when you click on the area, right?

> If you use the Archlinux `spotify-tui` PKGBUILD, here is a patch for the PKGBUILD which should work if you dump the two patches above in the same directory: I...

Sorry for _really_ late reply. Yes, I'm planning to support multiple video formats including mkv but I don't have the time to implement them yet.

Hey! Hopefully I'll be able to [implement](https://github.com/orhun/menyoki/blob/master/IMPLEMENTATION.md) **menyoki** for Wayland _soon_. Although it looks like there are some obstacles which I stumbled upon while checking out the similar projects: https://github.com/phw/peek#why-no-native-wayland-support...

This is a static-linking problem which is probably caused by the cross-compilation of [x11-rs](https://github.com/erlepereira/x11-rs). I'll investigate this and try a different approach. (docker, maybe?)

https://github.com/atanunq/viuer/pull/40 will fix this.