Alexey Immoreev

Results 64 comments of Alexey Immoreev

Is there a way to apply two types of rules "at least X px" and "at max X px"? I implemented that manually in my project, but that's what `xsMin`...

It happens in my project that the same query might take .5s or 10s to load depending on parameters, and the page might have multiple queries rendered on it. So...

@oberstet It seems like you're maintaining the repository The small change (removing the `join` and upgrading to the new ws version) can make users' lifes better. If that's too much...

It was, and wallet properly shows that I have ledger as an auth method.

As of my experience, in this kind of setup (just client and server) package.json is usually shared. Anyway, I believe a little extra documentation won't hurt anyone

> One thing I see missing is custom labels. At the least, you would want to to add job/service name (devconsole), environment (dev,prod..). I added them, though didn't commit at...

I'm subscribed to the repo, no need to mention me anywhere, I keep track of all the issues :)

@telezhnaya How do you like that [with a separate button](https://github.com/near/near-explorer/pull/1017)?

Do we plan to have any checks on what's in the field? Can malicious actor fill up our DB with 1048575 chars of junk?

I'm using getting / updating queries for partial keys in v9 as well. It would be awesome to have something like ```ts trpc.post.setQueries(([vars, prevData]) => { console.log(vars); // { id:...