Max Liashuk

Results 117 comments of Max Liashuk

You have to check bacon docs https://github.com/baconjs/bacon.js#bacon-sequentially

@alejosv Why do you think so? We have proper data protection on the server. It's not about security but more about code reuse. We use rbac on client side in...

Hi, @aholachek Yeah, the website doesn't provide sourcemaps. I wonder whether it's possible to detect that by the util 🤔 so a proper message can be printed in the console

@kairosbusinessconsultancy There is not enough information to understand where the problem lies. Could you please provide some code/ github repo or minimal working example on codesandbox reproducing the problem?

Hey @e-tobi Thanks for your effort. I'd like to bring all the goodies of composition API to `vue-socket.io-extended`. > I tried to provide a PR, but I fail to get...

Hey, @gutisalex Could you please show me entire action? TypeScript doesn't always transpile actions the way you expect. I suppose you use arrow function which doesn't have `this`

Hi @frederic117 👋 Thanks for your issue. It's hard to figure out the issue without knowing how to reproduce it. It would be really cool if you can provide us...

Hi, @FilipeCovas Where do you call `this.$socket.$subscribe` ? Is it in mounted hook or in other place? Could you provide a bit more context? Which version of the library do...

Hi @ExQDev That issue is rather from socket.io side. There is no easy way to subscribe to all events. `vue-socket.io-extended` and `socket.io-encrypt` use two different incompatible approaches for that. Having...

Hey @eyesmarty It's been a while since you've created the issue. Unfortunately I didn't have time to respond earlier. Speaking about the issue, you might need to change the configuration...