Ray-D-Song

Results 11 comments of Ray-D-Song

> You just described basePath 😁 https://hono.dev/api/routing#base-path Yeah, I know basePath can achieve the same thing, I just think this is a more semantically organized way.

A compromise implementation may not yield good results. If we were to introduce a user system and a subscription-based model, the only successful way would be to integrate a reader....

Another strange thing is that there currently isn't a good reader with cross-platform syncing capabilities. I have been self-hosting FreshRSS and using NetNewsWire as my reader. I have to say,...

单纯介绍某一方向技术栈或者 trending 的网络刊物实在是太多了, 但是介绍世界范围内有趣科技的简中刊物只有这一个。 我个人投反对票。

Yes, initially my goal was also to use the language detection module in vscode, but this library relies on node.js, while follow needs to run in a browser. 但为君故 ***@***.***>于2025年1月7日...

> https://www.npmjs.com/package/@vscode/vscode-languagedetection At the same time, I believe that applications providing PWA functionality should have some offline capabilities through service workers.

I implemented this feature based on llrt. If anyone needs it, you can check out this repo: https://github.com/Ray-D-Song/lexe

我比较好奇 Apple silicon 的 Safari 为什么突然强这么多...

In fact, branches based on the open source code of VSCode are not allowed to use Microsoft's plugin store, which was written in the agreement from the very beginning. Cursor...

Maybe you can checkout my project. https://github.com/Ray-D-Song/guesslang-js This is a fork of guesslang, use tensorflow.js to detect code block language. I made esm and Web Worker support for it.