Adelin Niculae
Adelin Niculae
Wouldn't it be the best solution to let the host choose in settings how it should be?
I get this error too! I run the server, i check stats.json to see if it works and everything works, but when I try to connect to server I get...
I solved my issue by editing uws-tracker.js . I think I was using a newer version uWebSockets that deprecated "request" parameter in "onOpen" function so I had to replace onOpen...
I need to accept the CLA in order to allow Google to use this code, but that requires me to recreate this pull request with commits that use my real...
The SDK isn't up to date with the API specification. I updated the EventTo model here https://github.com/novuhq/novu-dotnet/pull/81
I updated the type of Data to `dynamic` so that one can easily access the properties in there, but I don't know if that's a good practice. I also wrote...
I added a test for Create too. It passes but I actually don't know if it tests the right thing. The point was to test if using the `dynamic` data...
I'm giving up on it, me and a colleague spent a few hours today trying to understand how the tests work and why it doesn't update the subscriber data and...
But anyways, does the code in this PR really need tests? This is the trigger event endpoint of the SDK, should it care whether the event succeeded or not as...
I've been able to successfully use azurerm backend provider with use_azuread_auth to access (read + write) a state file from a container, without permission to listKeys on the storage account....