JacobLinCool

Results 27 comments of JacobLinCool

Unfortunately, the `contest` extension doesn't support LeetCode CN yet. The underlying package doesn't have a direct way to get contest data from LeetCode CN API. (US and CN use a...

Maybe we can try server-side SVG rendering from eCharts, which says that it supports initial animation. https://apache.github.io/echarts-handbook/en/how-to/cross-platform/server/

It seems that the first part is working, but the conversion between mp3 and wav failed. Please try the following two things: 1. Check if ffmpeg is installed `ffmpeg -version`,...

Hello @SiZapPaaiGwat, Interesting idea. Do you mean that we should generate a parameterized query and the parameters separately so that the parameterized query can be reused without another LLM service...

Hi @johtso, Sorry for the late reply; I haven't had time to check this until now. I agree with you that this kind of management tool should be protected by...

I just added some server logs. Can you try to re-deploy and tail the logs with `wrangler pages deployment tail`? (See an example [here](https://github.com/JacobLinCool/d1-manager/blob/a809f5a5e82ba121b58187caf523c5286d0aed1d/package.json#L21-L21).) Additionally, if you have any special...

Hi @SpainTrain. > Is there a use case this separation is supporting (I am guessing maybe version selection based on [Install specified version of `cloudflared` #2](https://github.com/JacobLinCool/node-cloudflared/issues/2) No, the separation is...

I think your suggestion is clearer than the current solution. Currently, users can only [use a modifier to add a summary and description](https://github.com/JacobLinCool/hermes-mail-service/blob/cc392b2f1170294fb068179e4b28db76604c66fa/src/api/auth/POST.ts#L12), but I don't have time to implement...

So sorry I totally missed this one... Everything looks great, thanks @silvioprog

I think I can work on a PR for that.