Dre Westcook

Results 8 comments of Dre Westcook

closing this PR because it's messy and out of date. changing to slynk was a lot easier than i was expecting, check out my new PR here: #400

I added a little change to fix but it raises a few questions on how should we cater to this case. Should we: 1. leave as is - because if...

:+1: on this problem. I can render a PDF in 16 bit colorspace, and draw the rectangles on it, but because RGBA is only 8 bit, all drawing functions come...

cool just found your PR https://github.com/hybridgroup/gocv/pull/1008

I also had this issue, (following the same tutorial as all you) -- I had a look at what the [LEM project](https://github.com/lem-project/lem) is doing, and their code works fine. `define-color-pair`...

forgot to mention, adding in ```py def readline(self): return self.read(100) ``` fixes the crash and allows imageio to open my image, by the way.

you are using an older version of the package, installing from git fixes this. ``` pip uninstall pytest-interactive pip install git+https://github.com/goodboy/pytest-interactive ```

I had this same issue and did some digging turns out the error is on line 288 of le-store-certbot. If I comment out the following lines: ```javascript /* ............ around...