Kashyap

Results 5 comments of Kashyap

hmm ... in addition to the environment variable, it also requires someone on mac to have gcc cross compiler. Eventually, we should replace the whole thing under boot with some...

I have validated #4 locally so it points to the possibility of idle timeout of websocket in Azure WebApps

Some documentation points to a 230 second timeout for websockets 1. https://docs.microsoft.com/en-us/answers/questions/758823/httptrigger-response-timeout.html 2. https://docs.microsoft.com/en-us/answers/questions/649953/app-service-websocket-timeout.html

One possible workaround in this situation is to update the client code to send periodic "event" activities. The sample code below shows how one could get a handle to the...

I chanced upon this project today - I've been on the look out for a simple lisp implementation and NaN boxing is really cool. I was going to reach out...