Joshua Thomas

Results 15 comments of Joshua Thomas

I created a file named `noson` in `/etc/ufw/applications.d` with the following: ```ini [noson] title=noson Sonos controller app description=controls Sonos devices on the same network ports=80,443,445,1400,3400,3445,3400,3401,3405,4070,4444/tcp|136,137,138,139,1900,1901,2869,10243,10280,10281,10282,10283,10284,5353,6969/udp|35382 ``` Then loaded it into...

hi @bacnt2412, thank you for sharing this use case. Is it that you would like to be able to associate a remote proxy to the simple socks server for upstream...

I’ve been reviewing the RFC and researching more about chaining proxy requests over socks. I think what might help you is something like the proxychains utility (). To effectively specify...

Hi @lollita, at this point browser support for socks5 is not great. I think Edge and Chrome don’t support past socks4, and Firefox now supports socks5, but I’m not sure...

@macdja38 - thank you for this issue report! I did something similar to this for a `stdlib` hosted micro service (), but I didn't use JSON as the format. The...

@Piterden - thank you for sharing! It looks like you're saving each move into a table and then restoring the board by re-applying each move individually. This is effectively what...

Should we keep this issue open, or does the FEN load address this need?

@joeymalvinni and @lukasm0 in `v1.1.0` I just modified the module export syntax which appears to resolve this issue in my local testing. I modified the readme.md as well to denote...

@SamTwining thank you for your checking on this... I ended up adding an `examples` folder with a file named `usage.go`. I performed an npm link to create the chess module...