Andrew

Results 74 comments of Andrew

Can you pipe `_out` to a BytesIO buffer?

Is pbs3 still active? The last commit was quite awhile ago and the tests look incomplete. I could mention it if it was confirmed to be maintained and there was...

Reopen if you decide to pursue this please.

Good idea @tritium21. That's an easy fix

I'm seeing a similar issue. In my case, I'm trying to listen for the `tokenRefresh` event, and I've set up my Hub listener inside a `useEffect` with an empty dependency...

I'm using Hub client side in an SPA. Here's what I noticed: the `auth` event with the `tokenRefreshed` payload is only received by Hub when I call `fetchAuthSession`. Apparently this...

> @amoffat the library will check and emit the `tokenRefresh` event only when the access token is expired and the `fetchAuthSession` API is called. In order to support your use...

Interesting, confirmed. Thanks for reporting.

Some more context: I am trying to build a library that exposes some standard functions to the javascript host. However, because the functions exported in the library cannot manipulate any...

> My initial suspicion is that the same file is read and parsed twice, with different internal names... Could it also be related to multiple entrypoints? In the first example...