Tony Grebnev

Results 7 comments of Tony Grebnev

@nickoarg what's your gcc version?

can you try to replace this line with `result.push_back(Pair("version", static_cast(pblock->nVersion)));` and paste returned block version here?

looks like a quick fix can be `result.push_back(Pair("version", strprintf("%u", pblock->nVersion)));` we need to figure out why this is happening though

I have a page with saved items. Each item can be removed from the list. The page is rendered on the server initially. And I use mutate with async function...

And I've extracted a generic hook for those saved items and hidden items with the same logic. And it's used in different places (like the page itself, widgets, and other...

Same with the default `layout.tsx` fallback file: it's not showing when searchParams are changed with `router.push` setting `export const dynamic = 'force-dynamic';` for layout or page does not fix the...

@raam86 can you provide complete usage example with routes definition and wiring it with tracing support? can't make it work with json requests as i must provide unmarshaller/marshaller for `tracedHandleWith`