Christian Kokott

Results 12 comments of Christian Kokott

Have the same problem. Managed to work around it by starting a coroutine & waiting one frame before calling StopDiscovery: ``` private void OnServerFound(ServerResponse response) { Debug.Log("Found server @" +...

Update: Found this repo https://github.com/martinbenson/deep-photo-styletransfer that has a docker image that includes a Torch configuration that works.

+1 Would love to see Literal handling as well. `RuntimeError: Type not yet supported: typing.Literal`

Yes the function is installed & I can see it under this path. I do have the rest of TwinCAT installed under E:\TwinCAT (not sure if that would make a...

Hey! I had to move on for now and use the original Beckhoff httpClient. I hope I'll get around to it towards the end of this project. Should I get...

Is this getting in any time soon? Or is there an alternative way to change CORS settings on the server?

What is still left to do for this to get merged?

Maybe even allow arbitrary types, so that you can just: ``` action = Parameter( "action", help="The action you want to perform.", type=Literal["traffic", "labeling"] default="traffic" ) ``` If you make Parameter...

Created a PR on beanies side to actually support the documented functionality: https://github.com/BeanieODM/beanie/pull/960

@logancyang Just to let you know: This is confusing as the error happens when you add a new anthropic model and hit verify (where you cannot control the max tokens...