Alejandro Tamayo Castillo

Results 6 comments of Alejandro Tamayo Castillo

Yes, I will prepare some test. What I have found so far, is that react-redux v5 indeed returns a function... but react-redux v7 (using the same code) returns that object....

@rbuckton I think you may close this issue. reflect-metadata works as expected (sorry to bother you since the issue is from react-redux). If someone stumbles with this issue (related to...

Awesome! Your tip works like a charm. Direct importing createConnect did not work for me, but if you pass { pure: false } as fourth param in connect, it works...

I have a workaround while official support is being developed: https://github.com/aletc1/examples-odata-azure-functions, Full details in: https://www.algohace.net/posts/odata-en-azure-functions-v2 (Spanish only)

> In your service, you not only need the `enabled` and `deployment` annotations but you also need `osiris.deislabs.io/loadBalancerHostname` or Osiris won't know how to respond to messages. > I can...

This worked for me: ``` pip install ochat --index-url https://download.pytorch.org/whl/cu121 --extra-index-url https://pypi.org/simple ```