Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

yeah, ok. the ideal would be for calling CONNECT to be indemnipotent, so subscribes and sends could always run inside the safe context of the callback.

Well, what I ended up implementing is a buffering solution, backed by a reconnecting websocket. Not sure if it's a good idea. WDYT? ``` const socket = class Socket{ constructor(){}...

Well, this is just a suggestion. It's not a change to your code

Thanks for the reference @yeyu456

There are better ways to do this I think. I adapted some reconnection library I found in the wild that has a kind of "dying" algorithm to not keep pinging...

I ultimately got it working by implementing `shebang-loader`*and* forcing loading `mimer` v1.0.0. Sucky how hard this is. This shebang stuff could easily be separated out into separate access points. There...

I suppose the media selector for display: none !important could indicate a max width: 64em. But for larger screens you would need to define a min-width AND a max-width for...

My solution is to use `#import `on `MKTouchableManager.h` and `TickViewManager.h`. I hope the fix is deployed soon.

@Crash-- that looks ok. It's what I use as a tmp workaround after each installation

One of the main issues I have with sequelize-typescript is recursive imports. When I wanted to upgrade NextJs on my project I ran into tons of problems because recursive imports...