Shyam Chen

Results 92 comments of Shyam Chen

@Dr-XYZ 你是用這個辭典嗎? 1. [教育辭典](https://dict.concised.moe.edu.tw/search.jsp?md=2) 2. [歷史語言辭典](https://dict.revised.moe.edu.tw/search.jsp?md=2) --- @Dr-XYZ - ram_and_cache - 你怎麼不直接註明多了一個字:空間區域性"性" -> 空間區域性

@Dr-XYZ 在這本書是 "队列尾部" 列列尾部 -> 佇列尾部,指演算法的 Queue

也許可以遷移至 [VitePress](https://vitepress.dev/),我自己是使用它,但此書需要安裝不少 `vitepress-plugin-*` 和 `markdown-it-*` 的 Plugin,不過 VitePress 是 Node.js 社群的項目。 - [vitepress-plugin-tabs](https://www.npmjs.com/package/vitepress-plugin-tabs) - [vitepress-plugin-comment-with-giscus](https://www.npmjs.com/package/vitepress-plugin-comment-with-giscus) - [markdown-it-katex](https://www.npmjs.com/package/markdown-it-katex)

I make a new one. https://github.com/Vanilla-IceCream/Library-Boilerplate

時好時壞,要慢慢地敲打就可以了

Do you think to rename the default export from the Vue plugin? In Vue 3, it's mostly done using ``. ```vue // import { IMaskComponent } from 'vue-imask'; // renamed...

duplicate of #54

TehShrike's solution worked for me. ```html import { createEventDispatcher } from 'svelte'; import { get_current_component } from 'svelte/internal'; const svelteDispatch = createEventDispatcher(); const component = get_current_component(); const dispatch = (name,...

Use [@nitedani/vite-plugin-angular](https://github.com/nitedani/vite-plugin-angular)

I think it's because Vite is primarily focused on frontend development. However, I wish Vite could support `node:worker_threads`, as I use Vite not only for frontend development but also for...