Anatoliy Tsaryov
Anatoliy Tsaryov
Formik is abandoned, the right answer is use something else.
Something like this: ```graphql type Data { id: Int! type: String title: String description: String } type DataConnection { nodes: [Data]! totalCount: Int! ... } type Query { "Provided by...
If I make it a view, then I believe this way pagination and filtering will be applied to outer select - to the whole result set. While it should be...
> How do you intend to apply pagination to a grouped query? Apply it to groups. For example like in the query with lateral. > The entire subquery would just...
I think queries tabs should persist by default. E.g. if I do some stuff in a Query #1, close antares, and open it again, then there should be a way...
> By now query tabs are persistent (if not disabled in settings) with last query executed on it. > > What do you mean by lost work? Can you give...
> Penpot unapologetically and unconditionally supports open standards for all your design work. Our SVG and web standards approach means zero vendor lock-in and extreme interoperability. One could argue that...
@suhaotian just tried to replace ky with xior and turns out it does much better job with error reporting by default. `XiorError` has everything, ky's `HTTPError` miss important stuff (full...
@sholladay defaults are impractical, e.g. response is not even there by default, but it's the place where usually meaningfull error might be. Error reporting of a request to an HTTP...
This is an incredibly annoying problem and one of the reasons why zulip is still inferior to slack/mattermost in terms of user's everyday productivity. Also issues like this (and many...