Excellent Khumalo

Results 8 comments of Excellent Khumalo

@filippo-veneri I just looked at the code on your PR and I couldn't help but wonder why and how it "works"? Unless I missed it, I don't see any place...

See PR #34. You may have to run `npm run prerelease` though.

I also had this requirement but couldn't wait for the native implementation. So as a workaround, I simply bound the following function and used it to open links from the...

It looks like you can get around the issue by inserting: `import "C"` to trigger `CGO`.

This is the same in our case. Also, we run the migrations and tests when the Kubernetes Pods boot up, so with this requirement, they never reach the READY state...

I am also looking for this and I've been struggling for two days now. Here's a Stackoverflow thread in case it yields any relevant results in future. [https://stackoverflow.com/questions/76997708/django-setting-up-server-sent-events-with-channels-unhandled-exception-sseco](https://stackoverflow.com/questions/76997708/django-setting-up-server-sent-events-with-channels-unhandled-exception-sseco)

I'm having a similar issue. On mine, I have multiple subdomains with corresponding OAuth applications setup on both Google and Microsoft. The domains I'm using are `localhost:3000` for dev, `testing.example.com`...