Daniel Porteous (dport)
Daniel Porteous (dport)
The user updated their report: --- i thought i had a major problem with the update , when i tried to swipe on the person doing the sign to go...
Thanks for the response, I wasn't aware of `pulumi.Unwrap`! Unfortunately, even with that, there is no typechecking between `HasuraMetadataResource` and `hasuraMetadataProvider`. Take the following: ```ts interface HasuraMetadataResourceInputs { endpoint: pulumi.Input;...
Related to https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/96 btw but not exactly the same, there are other things I want to tweak too.
The problem is you can't undo the arguments that are passed by default by passing more arguments.
I'd love to have this functionality too!
Hahah yeah I could tell from the API that customizing the connection options was not really supported. Being able to set some of those arguments would be nice indeed, consider...
I agree this would be a great feature. Unfortunately the ideal way to implement it probably implies having a server act as the authoritative source of info on the lists....
Awesome, I'll check out the prototype. The time has finally come, I need to hit an rspc server from another Rust service, so I'll let you know how I go...