Maksim Strebkov
Maksim Strebkov
Hey! Thank you for the feedback! Having prices for Tezos tokens is definitely a great idea. We will consider adding current prices to TzKT. However, there are some doubts regarding...
@BearCooder definitely yes :) It just takes more time than we expected, because we have to spend a lot of time on constant protocol updates, which often contain breaking changes...
Hi! Yeah, that's a useful feature and we actually already have the task to collect metrics (with [app-metrics](https://www.app-metrics.io/)) in our backlog, so stay tuned ;) In the meantime, you can...
Hi, Carlo! Of course, integrating Tezod Domains has been in our plans for a long time. We by no means doubt its success and importance, but due to too often...
Of course!
Thank you for spotting and for the detailed report! We will remove duplicates and will try to avoid overlapping where it is indeed unnecessary.
Hey! Thank you for the neat explanation of the problem and for the research you have done! I'd like to correct some of your statements: ## Why it happens >...
@souljorje how would you specify this path: `?value.field.array.[*].field2=...`?
Actually, would be cool to use [proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instead, and just write it like `value.toke_id.in = [0, 1]` and then build path in proxy handler, but it's still not clear what...
Proxy is used for creating dynamic object, so that you can "access" fields that are not defined. Nesting is good because you can merge multiple parameters (paths) into a single...