Frank Trampe

Results 9 comments of Frank Trampe

I'm not sure how many people whose scripts broke are going to comment, but I will say that I'm probably not the only one who has a lot of synchronous...

The title of this issue is misleading if not wrong. `get()` is still synchronous and still works properly as long as it is called after the first invocation of `init()`...

@sizzlemctwizzle, the only change necessary in my opinion is to make `GM_config.init` or some other arbitrary function return a promise that resolves when loading is complete. I actually thought that...

@blinking-led, did you file a new bug? I am having a similar problem with periodic hanging accompanied by log output as follows. ``` 18:50:18 DrawProjectSplit::scrubEdges - OCC fuse raised warning(s):...

Is there any way to determine which element is triggering those warnings?

Even in 6.0.0, I'm getting zero contours on the attached input (with no options to findContours). ![contour_test_1](https://user-images.githubusercontent.com/2512464/39877756-5d380c84-543c-11e8-848d-5a70f0f58e5b.png)

I'm also trying to find color depth. @pdr0663, did you find a work-around?

I was using [the "tunnel" tunnel library](https://github.com/koichik/node-tunnel), which supports only HTTP/1.1. The end server uses HTTP/2. The proxies support only HTTP/1.1.

Here is some abbreviated code to give an idea. If it is not enough, I can put together a test environment. ```javascript const tunnel = require("tunnel"); const http2Client = require("http2-client");...