Francisco A. Lozano
Francisco A. Lozano
The idea is to mimic https://github.com/kazuho/p5-Server-Starter/pull/24 The use-case is described here: http://www.slideshare.net/tokuhirom/serverstarter-meets-java Basically Java is stupid and can only inherit a specific FD (0) from parent.
I think using the io.netty.codec package is confusing... can you move it to a different package so that we can use both netty's mqtt codec and this one in parallel...
the build seemed to work: ``` rs232 scm-0 depends on lua >= 5.1,
In luarocks install, I am getting: ```console $ luarocks install --tree lua_modules https://raw.githubusercontent.com/srdgame/librs232/master/rockspecs/rs232-scm-0.rockspec Missing dependencies for rs232 scm-0: lua >= 5.1, < 5.4 (not installed) rs232 scm-0 depends on lua...
Any chance to publish updated community edition components to maven central? I cannot identify easily which maven repository is to be used for community edition. The latest artifacts do not...
I am still working to confirm it, but - is it possible that with newer gradle versions (8.9 in my case) annotations do not work? ## With 8.9: Run mikepenz/action-junit-report@v4...
### Is your feature request related to a problem? Please describe. Just an idea. I've come back to revisit SFTPGo as replacement for AWS Transfer, a great use-case given the...
### Is your feature request related to a problem? Please describe. I am continuing the evaluation of sftpgo for replacing an internal FTP server. I have identified one of the...
If I use `implementation "com.github.moquette-io:moquette-broker:${moquetteVersion}"` with jitpack, as specified in the documentation, I get 401 unauthoried from jitpack. I had to change it to `implementation "com.github.moquette-io.moquette:moquette-broker:${moquetteVersion}"` for the 401 to...