Benjamin Bojko

Results 39 comments of Benjamin Bojko

Thanks for looking into this, @rexxars ! With that scenario I'm seeing the same in Chrome too now, actually. It looks like what's happening in our case is that caching...

Thanks, that would be super helpful to have 🙇

@sgulseth amazing! I just tested with our script and it seems to work great 🙌 Thank you so much for reviewing this and applying a fix so quickly. We really...

@richardeakin Ah good to hear that I'm not the only one seeing this. One thing that was peculiar was that I didn't have the VS 2015 IDE installed, just the...

Both good points. I tested this with VS 2015's native toolsets and they still have the same issue, so might as well do a catch-all for MSW at this point...

Thanks for flagging @katiewhan. Did you find it causing confusion or is it also causing issues with text scaling itself? Back when we implemented this, this seemed like the best...

@pingevt we should talk about this. There's already scaffolding in place that you should be able to use: https://github.com/bluecadet/launchpad/blob/develop/packages/core/lib/command-center.js I'm unfortunately a little swamped today but perhaps we can find...

@pingevt something like this could also be an interesting alt or additional layer to add: https://www.npmjs.com/package/reconnecting-websocket

Yeah those are good points. Do keep in mind that the reconnecting websocket package is only for JS, so we won't be able to use it for C++ or C#....

We have existing C++ implementation afaik, but tbh that's pretty ancient. There also seem to be C# socket.io packages, but those haven't seen updates in a few years either. I...