Ian Pun
Ian Pun
> It should rely on the *zap.S's W calls which are higher performing than you see from other people's adapters shouldn't the warning level calls just be mapped to the...
i have something very similar, basically a single message that might require mutliple messages sent out to different topics. So, single place (ex. `change_email_request_handler` injesting from `topic.change_email_request`) that outputs to...
TODO: this doesnt work yet as theres a depedency issue with `flixkit-go`. Spoke to @bthaile and @jribbink about it
hey @sideninja I have a couple of questions: > and determine if an account is a mainnet account and if it contains the secret key do you mean that it...
having same issue as above ^
@maltekuehl were you able to figure this out? @irvinebroque do you have an example of using @opennextjs/cloudflare with prisma to get it working?
@karthikjn01 could you give me an example of how you set it up?
@karthikjn01 i just tried it using the neon drivers and got this error same issue as above. What does your package.json look like?
hi yes thank you @karthikjn01 i got it working with next-on-pages, thank you. It looks like it sstill bugged on opennext
I seem to have gotten it compiling and running with prisma pool, but ther seems to be approx 1 second overhead for each function call made, as I think the...