John

Results 55 comments of John

As a hack, If you only need to support windows and linux, then all the `image` needs to do is quack like one method of `PIL.Image`. On windows and linux...

For those interested, [this is the code I use](https://github.com/moses-palmer/pystray/issues/26#issuecomment-468704074) to remove the PIL dependency on windows/mac/linux note: in my app I use opencv, so it makes sense to me to...

BTW, in case it wasn't clear from my code above, if you want to remove the opencv dependency then all you need is to ship PNG files of the correct...

FWIW I think these sort of pull requests are more harmful than helpful. They make it harder for everyone that has to maintain out of tree forks for internal or...

FWIW one common application of this feature, in other systems, is sharing of GPU resources among multiple queues which perform different GPU operations

https://github.com/everydo/tusfilter is missing from the list of implementations (http://tus.io/implementations.html) It is python, but compatible with any wsgi stack.

I can't say if it is more mature, but I used it and it worked. On 19 July 2016 at 09:35, Kevin van Zonneveld [email protected] wrote: > Thanks @nzjrs https://github.com/nzjrs,...

It's worth documenting that the virtualenv support doesn't quite do what one would expect - put the app *and* dependencies into one virtualenv package. I added that feature here https://github.com/jordansissel/fpm/pull/1218

It would not be a small project.

remi should remain a python-first API / experience. So what is the minimum useful improvement here? media-queries for text-size and a grid system? perhaps that could be doable without breaking...