TheSnoozer

Results 129 comments of TheSnoozer

The following should work: ``` alias rustscan='docker run -it --rm --volume $PWD:/out --user "$(id -u):$(id -g)" --name rustscan rustscan/rustscan:2.0.0' rustscan -a www.a.com -- -T4 - -sV -oX /out/a.com.xml ```

can you provide a book-id where the issue can be observed?

Mhh both epub / XHTML looks good on my side. Could also also provide a screenshot or page number? Perhaps could you delete the entire downloaded content (including the epub)...

Interesting. Do you use the latest version? Sadly on my end I can't reproduce the situation and don't have a display issue within the XHTML-Files and also the epub looks...

Hi, I would also be happy to help out....

For comparison what those repos include: https://github.com/lorenzodifuccia/safaribooks/compare/master...tpiechaczek:master https://github.com/lorenzodifuccia/safaribooks/compare/master...elrob:master https://github.com/lorenzodifuccia/safaribooks/compare/master...zqlu:master See also https://github.com/TheSnoozer/safaribooks or https://github.com/lorenzodifuccia/safaribooks/compare/master...TheSnoozer:master As a side-note the youtube-downlader also seems to support Oreilly (https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/safari.py)

Hello, I'm not related to this project and thus not familiar with the code base. By a very brief look it seems that this flatten plugin only respects properties set...

The start.py (that starts the minecraft client) accepts the following parameters: ``` --username USERNAME --password PASSWORD --server SERVER ``` the purpose of each parameter should be self explanatory.

If I remember correctly the server will send the player an [Entity Velocity](https://wiki.vg/Protocol#Entity_Velocity) packet with a negative Z value if it floats. The negative Z essentially should tell the client...

Ahh thanks for pointing that out. You seem to be correct and the Velocity is only being sent when the player gets pushed by an external force. I actually looked...