Raphaël Vinot
Raphaël Vinot
That sounds great :) FYI, I'm working on a curriculum to teach python to kids participating to CoderDojo in Luxembourg and your plugin is the best available.
And I'm thinking about it, but find_mobs_near_player() might be interesting to print an alert message in the screen for example. It is not as useful as robot.find_mobs_nearby() but I'm sure...
Just FYI, I manually the dependencies in a fork, and afaik, it works fine: https://github.com/deanmalmgren/textract/compare/master...Rafiot:master I wouldn't necessary recommend it (which is why I didn't do a PR), as I'm...
Yeah, I couldn't really care less about python 2.7, so I'll not do anything about that personally, but if someone else wants to, feel free.
That's a very interesting point, thank you for opening the issue. For what I can tell (important to know that webdev isn't my forte), the iframe detected by Lookyloo loads...
Yep, that's all good and in line with what we discussed! Thank you for the wrap up.
TODO: Store the user preferences in the session cookie.
*Note*: getting the IP of each request should be done on splash side: https://github.com/scrapinghub/splash/issues/599 *Note2*: It seems pretty much impossible to get the IP address from the PyQt code: https://github.com/scrapinghub/splash/issues/599#issuecomment-499511306...
# Example outputs for 3rd party integrations ## Passive SSL **Query**: IP ```json { "8.8.8.8": { "certificates": [ "7359755c6df9a0abc3060bce369564c8ec4542a3", "d6ad07c6675630f57b927f66be8ce1f768f87948", "2b1cfcc7a28761057b4916c7f531efefcea0694e", "afc4b2ab726ba1be1a08a86fbde5c25bb38438c0" ], "subjects": { "d6ad07c6675630f57b927f66be8ce1f768f87948": { "values": [ "C=US,...
* tor: absolutely, the prod install that uses aquarium supports `.onion` domains, so adding a feature to force the usage of tor for a specific capture should be relatively easy....