Robert Knight

Results 728 comments of Robert Knight

The `-Os` flag is used when compiling the wrapper code and linking the binaries, but Tesseract and Leptonica, which do the heavy lifting, are compiled with `-O2` (this is not...

Thank-you for the report! The `suspenseFallback` option was added in Enzyme v3.10.0 and is currently not handled at all by the Preact adapter. The `suspenseFallback` option is also only available...

> Hey any update to the issue? No. Nothing has changed since my last comment.

Thanks for the bug report. Support + tests for legacy context indeed hasn't been implemented yet, as the initial use cases were for new code using the new context API.

Thanks for the report, this does indeed look like incorrect behavior compared to the docs. It would be useful to confirm that the issue doesn't happen with the React adapter.

``` SyntaxError: Unexpected token 'export' ``` This error suggests that Jest is trying to parse an ES module as if it were a CommonJS module. It is loading the CommonJS...

> Any reason why jest would load the es module version of preact instead of cjs? Can you import functions from the `preact` package directly, as opposed to the indirect...

If someone could create a gist with the minimal set of files needed to reproduce the problem in a project, that would be helpful. I'm not currently using Jest together...

Thanks for the report. I'd be happy to accept a fix for this. I should note though that both myself and the React team no longer recommend the use of...

This line of the error message indicates there was a problem with the "Redirect URL" field: ``` web (stderr) | psycopg2.errors.CheckViolation: new row for relation "authclient" violates check constraint "ck__authclient__authz_grant_redirect_uri"...