Matt Ma
Matt Ma
I want to create a snippets package with several nested folder structure. ``` snippets -- javascript -- my-snippet-code.cson ``` Currently it did not work, by exam the source code, it...
This is a simple feature enhancement request. First, let me explain what went wrong, then, I will let you know how I fix it. I am using bower to install...
When variable is inside single or double quotes. ``` ``` it won't be highlighted in blue, simply look like a regular text.
A while back, we have discussed on how to use the testing framework - Tab. You are not fully satisfied with it and intend to switch to Lab. I have...
### Describe the bug Use [`@yao-pkg/pkg`](https://www.npmjs.com/package/@yao-pkg/pkg) package to build a Node single executable binary via `pkg -t node22-macos-arm64 -o express-server main.js`, so that my Tauri app depends on when I...