Vladyslav Dalechyn
Vladyslav Dalechyn
I also have the same problem. I am trying to use Scene's state, but it's not possible because it's typed as an `object`. See the typing: ```ts export interface SceneContext...
Can't see how the patch is complex. Works with 4.9.2 ``` diff --git a/src/scenes/context.ts b/src/scenes/context.ts index 9addfc88148a85f4378b610681233d61390af6ca..af999d85b242ac94370a2f5f325c157caaa8e3bf 100644 --- a/src/scenes/context.ts +++ b/src/scenes/context.ts @@ -8,38 +8,40 @@ const debug = d('telegraf:scenes:context')...
Copy over the file for your needs, and change `address(uint256(x))` to `address(uint160(uint256(x))`.
@nickbytes why is this pr closed? can we get the torus back?
> Example of `ClientProviders.tsx`: > > ```ts > "use client"; > > import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; > import { ReactQueryStreamedHydration } from "@tanstack/react-query-next-experimental"; > import { ReactNode...
@KATT, `noCache` middleware is not implemented as discussed in #5455, and I also don't know how to deal with other places where `generateCacheTag` is used as such don't have access...
@juliusmarminge, ci fails as webpack cannot import `node:crypto`. also found this thing: https://nextjs.org/docs/messages/node-module-in-edge-runtime, that might indicate that it would not be possible to use `node:crypto` in edge environment. UPD: it...
@juliusmarminge i need some guidance here, i'm not sure wether I'm on the right or wrong direction. Starting to have a real type battle here.