Jim Fisher
Jim Fisher
@eric41 Unfortunately not :( Pusher needs to expose and document some APIs for this, and for similar operations which can only be done via the dashboard.
Unfortunately not. I'll create an internal ticket to track this, because the fix is to one of our systems internally. Thanks for reporting!
Another possible approach: don't use embedded resources / joins, and instead do the join client-side, like: - Every `employee` row corresponds to a React element - Each element has a...
Ok, I've discovered a reason that `useSubscriptionQuery` doesn't work for this: `delete` events don't seem to re-trigger the query. I see that the client receives the `delete` event, but it...
Or - what if I just use `Math.random().toString()` in my channel name, so it's unique every time the hook is called?
So I just discovered this issue after describing it in detail here: https://github.com/electron-userland/electron-builder/issues/4931
I don't understand why people here are describing the issue as specific to Sectigo. My certificate is also from Sectigo, but I don't think that's my issue. electron-builder sets the...
Maybe it would be possible to work around this issue if I could just pass a custom `AppxManifest.xml`. Is there any progress on https://github.com/electron-userland/electron-builder/issues/3072 ?