Patryk Zawadzki

Results 45 issues of Patryk Zawadzki

Cookie overlay is hidden but the page cannot be scrolled. https://www.adidas.com/ https://www.adidas.pl/

Hush hides the cookie prompt but JS still disables scrolling on the body element and menu links are not clickable. https://www.canyon.com/

PayPal recalculates the order total when given a list of items. Not including the shipping cost (`shipping` variable) makes PayPal omit the shipping cost completely. This results in a wrong...

You might want to put `rows` inside a `threading.local()` to play nice with multi-threaded servers.

`onChange` event is fired before pasted content becomes visible through `editor.save()`. Steps to reproduce: 1. Create an `editor.onChange` handler that prints the results of `await editor.save()` 2. Paste multiple paragraphs...

bug

⚠️ Work in progress! TODO: * [x] Turn WSGI middleware into a generator * [x] Support query batching * [ ] Add tests

help wanted
in progress

Proof of concept: missing docs, tests, and error support

Opening this as a draft to start the discussion. This gives you a set of tools to return fake (but compliant) responses for any schema and means to provide custom...

I propose that we propose a contract/interface that could be implemented over different transports to aid application authors with using pub/sub and observing changes. I imagine the common pattern would...

enhancement
decision needed

While we currently have an example in the README, it would be better to have proper docs on Read The Docs.