Ville Saukkonen

Results 102 comments of Ville Saukkonen

Actually, it might still eventually connect. But it takes **10+minutes**: ``` 2023/12/22 10:18:12 The proxy has started successfully and is ready for new connections! 2023/12/22 10:29:25 [retracted] accepted connection from...

I'm not the only one this happens to. Also my colleague is having similar problems. We are physically quite close to the data center (definitely not 10 minutes away light...

Oh, indeed when trying out with the latest version and manually running the script the connection was instant! 🤯 This is not the case with the latest one that ships...

> Also, it makes the whole intellij freeze completely, I have to 'force quit' it and reopen to continue doing my job. This happens (or happened, not sure yet with...

No need to migrate gradually. I built a codemod for doing most of the heavy lifting for you: https://github.com/villesau/nexus-to-pothos-codemod I used it to migrate our own codebase successfully. There might...

By returning truthy value, everything works almost like expected. With falsy value url is changed. The result is that url has changed but redux is not updated. To emphasize, the...

I was on master when doing this. I'm not sure what dictates the file names? If it's gpt I guess it resorted to some template name given to it without...

@jillianwilson what happens to `testing-secrets` and `SECRET_1`? And where the `secret-1` comes from? An example in the documentation would probably help to understand this!

Yes an option would probably make sense in this case since if the connect is used for something else than the operator only, sidecar is not that good option. But...

@mattdyoung I think there should not be a legitimate reason not to produce source maps if the plugin is in use. If you don't produce source maps you should not...