Eugene

Results 47 issues of Eugene

Hi, I am making app which fetches location using ip address, I noticed that sometimes there are a lot of redirects. Most of the time there are none, but when...

## Versions OS: Ubuntu 18.04 LTS x86_64 Python: 3.6.5 firefox: 60.0.1 geckodriver 0.20.1 arsenic: 1.0.0.dev8 ## My code ```python3 from arsenic import get_session, services, browsers service = services.Geckodriver() browser =...

documentation

Most of the times screenshots of propper size are returned, but on some pages library returns smaller image: taking screenshot of http://gelbpunkt.troet.org/humanity gives https://cdn.discordapp.com/attachments/381963689470984203/451098190469398570/screenshot.png instead of full 1920x1080

Hello, is it possible to display my own ascii art in pfetch? There is a `PF_ASCII` variable, but it only lets you choose from one of predefined templates

Hello, this PR adds support for AmogOS. Rendered version: ![image](https://user-images.githubusercontent.com/22667809/148696996-1974de42-1b85-4ab9-bd20-6a65658f61ea.png) My editor also removed some trailing spaces in a few arts. I can undo that if needed.

What are the safe limits for using lib after which Google can ban ip?

enhancement

### Summary Currently `Object` class does not look like dict and different tools do not understand how to use it. My suggestion is to add `Object.to_dict` method or inherit from...

### Describe the feature request Hi, would it be possible to make battery optional? It isn't even shown by default, so it might be a good idea to make it...

feature

## What do these changes do? Make SimpleMemoryBackend store state in instance instead of class. While current behaviour matches other caches (same connection args == same cache; zero connection args...

I've found multiple problems with current pool implementation: * Pool is blocking. There is no async initialization which leads to next problems, * There is no way to set minimum...