Paul Wise
Paul Wise
The workaround for this appears to be to change `if file_id.nil?` to `if file_id_and_timestamp.nil?` in the `get_file_list_all_timestamps` function in `lib/wayback_machine_downloader.rb`. I'll submit a pull request for this. A more correct...
@Fahrenheit This issue isn't fixed yet so it shouldn't have been closed.
I made a workaround, but that hasn't yet been merged into this repo. -- bye, pabs https://bonedaddy.net/pabs3/
I think this has been fixed in commit 30475c5 and version 2.3.0, please upgrade. @hartator you might want to close this issue.
Woops, I completely missed that link, thanks. I would suggest creating a Standards section between the Welcome and Resources sections. -- bye, pabs https://wiki.debian.org/PaulWise
The change password URL spec moved to the W3C WebAppSec WG: https://w3c.github.io/webappsec-change-password-url/ https://github.com/w3c/webappsec-change-password-url -- bye, pabs https://bonedaddy.net/pabs3/
I haven't tested it indeed. I didn't consider that translate-shell itself would implement enough of HTTP in awk to be able to connect to these services, I thought that all...
That sounds like a reasonable way to go, I'll try to take a look at implementing it over the weekend. -- bye, pabs https://bonedaddy.net/pabs3/
I've dropped the problematic parts of my patch, please merge the remaining changes and I will submit a new PR for the --secure feature, once I have time to work...
Using -DNDEBUG is really a workaround though, since it just silences all the checks that cause these JSON warnings. It would be better to figure out where they are coming...