M.Lesin
M.Lesin
Fixing issue #11445 when autogrow input element doesn't grow during element resizing (see related issue for the example). It is fixed by conditionally adding QResizeObserver next to native input element:...
## Setup ### Versions - **Rust:** rustc 1.63.0 (4b91a6ea7 2022-08-08) - **Diesel:** 2.0.0 - **Database:** PostgreSQL 13 - **Operating System** Linux (Ubuntu 22.04) ### Feature Flags - **diesel:** postgres, uuid,...
# About Suddenly, possibly with some Firefox update, extension stopped working correctly, but from Chrome, everything works as expected. I see this behavior in Linux and OSX releases of Firefox...
I'm trying to implement query like this: ```sql SELECT * FROM my_tree mt WHERE mt."path" @> ANY ( SELECT mt2."path" FROM my_tree mt2 WHERE mt2."path"
Addresses #9 Please do not afraid lots of changes, most of them are related to formatting. I've added basic prettier settings to be sure that wouldn't happen again, if all...
It would be great to be able to pass readonly array as item's list, not only mutable one
### Which packages are impacted by your issue? @graphql-codegen/typescript-vue-urql ### Describe the bug Recent Urql major version update now have more strict type requirements for passing variable into useQuery generic....
## Description of the feature The client is authenticated using JWT, and when the exp field is specified, I want the server to close the Websocket connection when that time...