Garrett Hardin

Results 16 comments of Garrett Hardin

Also looking at this. You can catch the error by using the `Web3ReactProvider` and the `useWeb3React()` hook. So it would look something like this: ```typescript const { error } =...

I am also having an issue with this method using MM v9.7.1. Not sure if its related but I think it has to do with `eth_sign` vs `signTypedData_v4`. The former...

> Since there is no advanced documentation yet, does anybody have a hint regarding the types of the parameters of the mentioned functions in the meantime? > > * where()...

Fix is merged here. Docs need to be updated to reflect https://github.com/nrwl/nx/pull/17266#issuecomment-1565406622

My workaround for this was to convert my schema to JsonSchema and fill in any missing types with 'type: string' I feel like this would be something easy to add...

> Cons: > > * It doesn't make a lot of sense for adopters to implement their own fee structures / payment gates I disagree with this statement. I think...

I updated the types slightly to account for the different `mode`s of date, bigint, etc. Still possibly incomplete ```typescript export type GetSchemaForType = TColumn["dataType"] extends infer TDataType ? TColumn["columnType"] extends...

> ## Approach 2. Smart contract > I describe here a generic approach that generalizes @KPrasch's message above, but that could be used in different ways: > > 1. Initiator...

Been running into this alot lately. Very inconvenient when trying to integrate with drizzle

> Here's the scenario I'm scared about: > > 1. Pass an instruction to a LLM (for structured outputs etc) via JSON schema, telling it it can return `null`. >...