Keith

Results 20 comments of Keith

For anyone coming to GitHub issues for "cursor jumping", "text not deleting", or "unable to select" issues, we had a series of occasional, hard to reproduce issues after upgrading to...

Btw.. according to puppeteers documentation this occurs when the page is not fully loaded. Here's how I fix in my code, basically a recursive retry loop ```python async def _evaluate(page,...

@weilu - Great work. As you called out already, it would be helpful to see a breaking test here as an example. You can see the existing tests in `filter/tests`...

Having similar issue. Also tracking similar question on graphene repo: https://github.com/graphql-python/graphene/issues/1198

For those of you upgrading from version 1.1.1 to 1.2.0 please be aware that there was some breaking changes introduced (and not yet documented with how foreground notifications are handled....

@tOgg1 - Curious about your feedback on this one or if you think there's a better approach?

Was this ever resolved? Seems like discussion ended at release 91, but I don't see what the resolution is. I personally think the option of showing the nested APIs in...

I could be missing something but I believe that `pdfkit` does have an API for this. I believe the scope of work here would be to add an `attachment` type...

@diegomura - Wow, this is amazing! We will try it out in our next Sprint and let you know how it goes.

@martey - Any update to this being merged? Thanks!!!