Ľubomír Jesze

Results 6 issues of Ľubomír Jesze

## Checklist * [x] I made something good today 💐. * [x] I put links in the correct format: ``[Tool](link) — description.`` * [x] My description starts with the lower-case...

## Proposed changes Extract serializing messages for ClusterHop to serializer and add conditional implementation when process is managed by pm2 so messages can be handled by message bus in PM2...

## Why this feature is required (specific use-cases will be appreciated)? I would like to use websocket connection to emit event and get the result of it - it is...

## Proposed changes Add event acking functionality for events (request - response flow). For details see feature request discussion https://github.com/adonisjs/adonis-websocket/issues/61. Changes are dependent on `adonis-websocket-packet` changes (new packet types and...

## Proposed changes When I was playing with the cluster to implement PM2 support I realized that when using `Socket.emitTo` method, payload is sent to specified socket ids on current...

### Fix for bun path detection Related discussion here: https://github.com/mikro-orm/mikro-orm/discussions/5496 In [this commit](https://github.com/mikro-orm/mikro-orm/commit/271ff7dfe95ded8f2821b7a97a10ddfe409b1513) you changed the condition because of coverage. This is incorrect because it guards against going out of...