Wessel Loth
Wessel Loth
I hadn't actually heard of Susy before, but I have to say, that's really exciting. I've actually been looking for a standalone grid with lots of flexibility for a while...
Awesome! I'll check it out tomorrow and do the whole `docs` razzle dazzle. Thanks for the effort!
That sounds good, a lot like GitFlow. I work that way too at my company, so it'll be natural for me.
Has this been confirmed to work with Angular 6? When following the documentation example I get a runtime error whilst connecting to the SockJS endpoint: ``` browser-crypto.js:3 Uncaught ReferenceError: global...
Yes, I am! I am trying to use it for a prototype application where I have no control over how the backend works, but it seems it's not functioning with...
I see, it doesn't seem like an easy fix. I'm working on something of a code exercise where I have full control over the frontend, but none over the backend,...
Nothing really, it's just that the backend has already been made and SockJS was decided for the messaging protocol. If it were up to me, I'd be using standard WebSockets...
Hey all, bumping this issue thread again because we are also running into this issue. SharedMemory via RpcBuffer works fine when the host & client are console applications, but no...
Are you perhaps looking for this?: [http://socket.io/docs/rooms-and-namespaces/](http://socket.io/docs/rooms-and-namespaces/) Do I understand you correctly that you want to create a new Socket.IO connection from the clientside based on which URL the webpage...