JacobLinCool
JacobLinCool
Wow! That's amazing! I'll happy to review that when you are ready.
Hi @plckr, Thanks for your feedback! I agree with you that using a single wildcard route like `routes/api/[...route]` would simplify things, but it requires reimplementing the router logic in SvelteKit,...
For the second point, that's definitely my mistake regarding the misleading example code. In the earlier days before the `Endpoint` was introduced, everything needed to be exported. Then `Endpoint` was...
The encryption key of a card should be changed after every time the ownership of its has been transferred.
> Another method is changing the encryption key each round, and use SPN instead of XOR. I don't think it is necessary to re-encrypt everything in each round, since the...
Hello, I agree with you that it may be difficult to find a good font to use one the demo site which shows all the supported font. However, you can...
Hello. Which environment did you run it on? I tested it, and the code works on Node, Deno, and Bun without any problems.
Ok, please check the following: 1. It may not be possible to use it in the browser due to the CORS problem; please run it in the server environment instead....
The APIs for LeetCode and LeetCode CN were previously different, which caused the contest extension not to work for LeetCode CN. However, I haven't looked into the LeetCode CN API...
- The `requirements.txt` file has been added back, and I've relaxed the version requirement in `pyproject.toml`. - I think Hatchling is working as expected. I created a new environment and...