Manuel Mausz
Manuel Mausz
That's the console client I wrote and used while developing the (first and second version of the) network protocol and implementing the server. It's quiet handy if you want fix...
Sure. Will do this. I can also try to add a test myself. "Dual certificate" in my case is having both RSA + ECDSA certificates configured at the same time....
Hi, we are seeing the same issue since quite some time. I'm not sure we are running the same configuration, however today I actually attached the debugger. ``` (gdb) bt...
> @manuelm would you be able to try out [1687085](https://github.com/proftpd/proftpd/commit/16870859b39b891b68e3708d76fa843747051409) in your environment, see if it helps clear up this issue in your environment? Yeah sure. Rolling out the patch...
Hi there. I recently build a remote control for my kid and noticed the same. Sound and color commands are unreliable and only work at about 2 out of 3...
Sure. Just make sure to send both commands with a short delay. Wasn't reliable otherwise.
@markus2330 Just pushed a few build system related fixes. But you need to fix some packages on your stable debian-stable machine as well: - Please install qtdeclarative5-dev from wheezy-backports (you...
`apt install --no-install-recommends doxygen-latex` + clang + mingw done Why do you need wine? Btw, you should change `i586-mingw32msvc-X` to `i686-w64-mingw32-X` in `Toolchain-mingw32.cmake`. Right now this won't work on unstable.
I installed `gcc-mingw-w64-i686` which is the x64 build of mingw with i686 as target. The package `mingw32-binutils` is deprecated and not available on unstable any more.
Wine installed on both containers.