J Garcia
J Garcia
This was a long time ago now, but something like this (or equivalent change) should fix the issue IIRC: ```tsx export type CustomEventName = T; ``` I think I did...
imo this is not a solution. I encounter this error pretty often and my question is why does this happen in the first place? I have it installed globally btw
I think this could be useful. The typescript equivalent would be doing a `T extends string ? never : T` I imagine. I think your second example would look better...
@colinhacks I think the `.exclude()` that you suggest is in line with the proposal, but if the input is typed then it should be generic and operate on that type.
> A very simple and useful use case would be to authenticate/sign-in with cosmos wallets by signing a challenge, or proving account ownership Yes, that's exactly what I was using...
@ThomasDEVio I'm not familiar with the Keplr mobile interface. If my above code snippet doesn't work for you then it may not be doable
Bummer that this doesn't work. I expected something like this to be the main value proposition of codegen
@StuartAtmosi you can check [this reply](https://github.com/microsoft/playwright/pull/27985#issuecomment-1889725126) It seems like it will not get implemented any time soon
Can we bring back this discussion? I think it's enough for it to accept primitives that we know can be converted to strings, and also any object that implements the...
I was able to build syntaxes on Windows but on MacOS it doesn't even start the build process, I see nothing in the console