Orhun Parmaksız

Results 587 comments of Orhun Parmaksız

lychee is available in Arch Linux community repository: https://archlinux.org/packages/community/x86_64/lychee-link-checker/

Hey, What's the problem here? This is exactly what you will see if you run something like `ps aux | grep 'Z'`. They are zombies.

It's probably about the [TODO#2](https://github.com/orhun/zps#todos). Unfortunately it's not implemented yet.

It'd be nice to have `serde` support by now.

> No security issues, but as the status is experimental I decided to hide it for normal users as maintainers might have to explain it every time it goes bad....

I can build [my project](https://github.com/orhun/menyoki) for Musl by setting `PKG_CONFIG_ALLOW_CROSS=1` but the binary doesn't run as expected. ```sh $ target/x86_64-unknown-linux-musl/debug/menyoki bash: target/x86_64-unknown-linux-musl/debug/menyoki: No such file or directory ``` It is...

Hey, thanks for the nice words! What part is exactly bugging your eyes about responsiveness? Since we don't support mobile devices (due to the limitation of OpenMPT), it shouldn't be...

I agree with @bufgix. Have you tried to play a mod on modarchive.org?

> No, the online player on modarchive.org doesn't work in Safari either. That's why CMF's player doesn't work as well. The players are identical. > Any idea if this could...

I used `yarn` for development. So basically run `yarn` for resolving dependencies and `yarn dev` for starting the development server. Only issue is `yarn.lock` being outdated right now. (We should...