JacobLinCool

Results 27 comments of JacobLinCool

Displaying multiple badges is a great feature, but showing "all" badges might have some issues. For example, some users (like this one: https://leetcode.com/u/AoK_Blast/) have an excessive number of badges. I...

Hi. That's definitely a good idea. However, it will require a major refactoring of the extension system and the layout (animation) system. I am thinking about refactoring the LeetCode Stats...

@srijit2002 It appears that your proposed idea has potential, but it may require additional requests to retrieve the badge image on the server-side, as SVG images on GitHub readme can...

You can utilize external stylesheets, such as [this one on Gist](https://gist.github.com/JacobLinCool/4ba186dcd038b6d0fc4d69ab8480baba), to design your card. This approach allows you full control over the card's design. Here is the card with...

hello, can you provide the code and options you used?

Here's an old repository of mine that used a previous generation model to transcribe from a microphone that you might want to check out: https://github.com/JacobLinCool/vosk-cli/blob/main/src/microphone.ts I use https://www.npmjs.com/package/mic under the...

Hello. I have a working example with 5 second chunks of audio that you might want to take a look at. ```ts import { Whisper, manager } from "smart-whisper"; //...