Taishi

Results 14 comments of Taishi

Is this related to the issue? [https://github.com/sveltejs/kit/issues/6854](https://github.com/sveltejs/kit/issues/6854) or [https://github.com/sveltejs/kit/issues/6800](https://github.com/sveltejs/kit/issues/6800) If so, the problem belongs to Sveltekit.

Please add firebase auth as well. V2 functions support firebase identity, but not a regular auth.

Same issue with `post` looking for a solution for typescript users. require is still required Works great if you put the past version. > npm install [email protected]

Can you avoid to hit the limit by changing ip address?

May I ask how to do it?? I already hit the limt and getting the following error. ``` SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse ()...

Yes I'm trying to integrate `http-proxy-agent`. I wonder if your module is cabpable for it

I'm not so familiar with proxy... I found [this google translate library](https://github.com/cjvnjde/google-translate-api-browser). So far I looped so many time, but I don't get any limiations. You want to check this...

> invoke.sh I got this error `zsh: command not found: invoke.sh`

I'm also curious! Better query will lead better AI response. I'd like to know how it works. Thanks!!

The agent seems not working. `const agent = createHttpProxyAgent('http://103.152.112.162:80');` Can you do something like this below? ``` const response = await fetch(url, { headers: { 'User-Agent': randomUserAgent, 'X-Forwarded-For': randomIpAddress }...