Michał Cichoń

Results 177 comments of Michał Cichoń

Please checkout if latest release resolve your problem: [2022.04.16](https://github.com/thedmd/pianobar-windows/releases/tag/2022.04.16)

Thanks. I need to investigate this some day. By the nature of the issue it is not easy to reproduce issues. Project is synced with base project every few years....

In this port I'm using WinHTTP as a backend and it does not support SOCKS at all. WinINet does support SOCKS4, but not SOCKS5. So in terms of native API's...

Settings parser is indeed crude. This is how original pianobar handle its configuration, in very strict way. Glad you found a solution.

To issue a PR you can subbmit a change on your repo, preferably on dedicated branch. After you push that branch to your repo github will propose you at the...

I saw your PR to build repo. I'm using git submodules here to link to this one. Repository you want to commit to is in `pianobar/src` directory. Please let me...

P1: You don't have any guarantee about what `jid` you will get. That imply the only sensible thing is to set all user pointers to same value. It is like...