Sly Gryphon
Sly Gryphon
Thanks for changing back to C-style array -- that is a separate change (from just removing the union). I think removing the union makes a lot of sense, as it...
It doesn't look too hard. There is a bit of parsing code in dnsIP() that only has IPv4 (affects display; shouldn't affect function), but the main issue looks to be...
> Not sure how many people will run an IPv6-only network right now Telcos are starting to switch to IPv6 only for their consumer mobile networks, e.g. Telstra here in...
Check all the merged PRs and it is looking great! Tested with M5Stack Core 2, using the following PlatformIO configuration and the test app from https://github.com/sgryphon/iot-demo-build/tree/main/m5stack/m5unified_wifi_https Configuration with current Libs...
Issue can be closed. It is good to have IPv6 working!
I had to initially deploy to Heroku using the unstable version mentioned above. But then scheduling an event didn't work, so I needed the patch to fix that: https://github.com/openSUSE/osem/pull/3244 So,...
For reference, the IntelliJ rules, exported from Rider: ``` ij_markdown_force_one_space_after_blockquote_symbol = true ij_markdown_force_one_space_after_header_symbol = true ij_markdown_force_one_space_after_list_bullet = true ij_markdown_force_one_space_between_words = true ij_markdown_format_tables = true ij_markdown_insert_quote_arrows_on_wrap = true ij_markdown_keep_indents_on_empty_lines = false...
> I’ve looked into a suggestion like this previously Sorry, I did search for existing items in vscode and this repo, but not the CLI one. If you have already...
> @sgryphon Will be helpful if you provide solutions or be able to test what you propose. Happy to test out any code or see what I can do. I...
I know this has already been merged. It is still not working that well for IPv6. I tested across multiple network types: | Network | Dual-Stack | IPv6 | IPv4...