Stuart Knightley
Stuart Knightley
Here's a pretty straightforward repro gist https://gist.github.com/Stuk/4e1c11e867c720608a1c7bee129654ca. Specifically in the output the following incorrect line appears: ```js return __default.createElement("div", null, hour, ":", minute, ":", second); ```
I think the best approach is to represent the initial initialization state as a promise. The API would look something like: ```ts const client = new GoTrueClient(options); // any time...
Yeah, a cleanroom re-implementation would be ideal, but obviously a lot of work. I think the easiest thing to do would be to add the PATENTS file from the React...
Thanks for the PR! Would you mind adding a test?
Thanks for the PR! Does this only work for `gbk` encoding, or also others? And a few thoughts/comments: 1. Could you merge `main` and fix the linting errors 2. Could...
@mgechev as the author of the PR that went into 3.3.0 could you chime in here?
Could you link to a page or code that reproduces this issue, or record the issue with https://www.replay.io/ and share the recording?
Was this working for you before? I'm not sure what would be happening here as the test suite is passing correctly, and runs in (headless) Chrome https://github.com/Stuk/jszip/runs/7641865226?check_suite_focus=true#step:7:203
Thanks for filing this issue. The reason Node typings are included are because the inputs and outputs can take Node's `ReadableStream` and `Buffer`. I can't see a way to provide...
@blackshadev just wondering, do you define the type of `require` yourself in your project, instead of using Node's require? The error you posted seems to indicate that `require` is being...