Manos

Results 14 issues of Manos

I'm currently resizing JPEGs in the frontend with Pica before uploading to the server. The problem is that the resized images lose any EXIF metadata. Unfortunately I couldn't figure out...

Thanks for your library. It's very well made and the API is a beauty to use. I just wonder if there is a way to inspect at what point the...

Why are there still no instructions on how to install? Googling doesn't give much helpful info on how to go about it on Ubuntu.

At the moment pause/resume synchronisation commands affect all thread pools. Someone issuing `thpool_pause(thpool)` will cause all thread pools to pause for example even if only one thread pool is passed...

enhancement
bug

* gevent version: 21.12.0 * Python version: 3.9.9 * Operating System: Linux ### Description: I want to patch only some of the sockets, not all. Is this possible? Namely I'm...

I saw the Beta has existed for a long time now. Are there plans to release v2.0 in the near future? Or should we stick with v1?

Trying any of the examples direclty in an IPython session does not work. Namely when you do `fig.show()` nothing happens. (I've already posted this on [stackoverflow]() and the [community](https://community.plotly.com/t/plotly-express-not-working-with-ipython/62629) and...

**Describe the bug** According to the documentation we should be able to have an **array of background scripts** like below ``` pluginOptions: { browserExtension: { componentOptions: { background: { entry:...

Trying to run the annoying_message.py example with Python2.7 gives me this error: ``` manos@manos-530U3C:~/PyGaze/examples/annoying_message$ python annoying_message.py Traceback (most recent call last): File "annoying_message.py", line 18, in disp = Display() File...

Scenario ================= I have a single image that is deployed in 3 different ways: 1. Running migrations of the app 2. Deploy app1 internally on port `5000` 3. Deploy app2...