jsb188

Results 8 comments of jsb188

> I'll be investigating this shortly, but until a fix is implemented the workaround will be to URL encode your parameters where a parenthesis could be preset. So this means...

> @saeho Your comment does not appear related to the issue reported. This issue only relates to when one of the param contains a parenthesis in a string value. >...

gotcha. since client side is never secure anyways, I think this is fine.

one more question. how do I jumble/minify my development app/production deployment so the code and CSS cannot be human-read easily?

Not worried about leaking sensitive code. I'm more worried about people using front-end scripting to hack the web socket. I'm making a new app and it happened before in my...

Okay, this works. But what about for react native?

I am having the same issue. Here's a simpler example to help understand. ``` [/routes/should_redirect_to_hello.ts] export const handler: Handlers = { GET(_req: Request, _ctx: FreshContext) { return new Response(null, {...

Then the documentation is wrong because it clearly says "Properties for all progress components". And it has unfilledColor as one of them. I wanted unfilledColor for CircleSnail because the progress...