Greg Coladarci

Results 27 comments of Greg Coladarci

Isn't this "on you" ? I.e you have to "scope" the join w/ a session ID you create; that's what we are doing, at least...

Yeah, in your `connect` function you can authenticate and also store anything else you want to identify the socket. We generate a session id client side and store this. ```...

Yes, typically the session is stored in local storage which is shared across tabs..

Sorry - we are also always publishing to an entire organization for ABSINTHE. We are doing target socket pushes ourselves using presence... So many there's a real bug?

No I was making a bad assumption - I got my signals crossed here confusing how we handle absinthe publishing versus our other publishing w/ sockets directly.

I just stumbled upon this - `@action(mode: INTERNAL)` from an `Absinthe.run` is exactly what I currently need! Anyone know if this is possible? Or if this feature request is a...

Yeah - basically, I realized that I was in a lose-lose here... the idea that you write code that uses things that look like they aren't used is terrible :)...

When I performed this upgrade: My slider also broke: No JS errors, but it appears the "thing that calculates the widths" is getting the wrong answer; too much magic for...

Heyya - I am in a similar situation on my end when it comes to migrating from a legacy system. My initial plan was: - Create `User`s w/ no passwords...

Thanks @danschultzer - I'm comfortable making this my own app's concern if you don't feel comfortable making it a general purpose rule (which I totally get given the above). Migrating...