brightwu
brightwu
I want to define a struct both serializable by rkyv and ffi safe by abi_stable
I configured as readme. But when i copy a img from shortcut or file. The file generated in my configured path is always empty, which means when i press ctrl+alt+v,...
### Describe the bug The project is a full new project initialized by "npx storybook init", and then I add the following code: But Syntax hightlight does not work. The...
### Describe the feature Currently `swc_css_parser` supports parse css comment, but the `swc_css_codegen` does not. Support emit css comment in `swc_css_codegen`. ### Babel plugin or link to the feature description...
### What problem does this feature solve? Support vite style middleware mode. Related issues: * #1207 ### What does the proposed API look like? non
### What problem does this feature solve? 1. normalize `mode`, hide compiler mode from user side 2. make sure `mode` work the same as vite in `vite-plugin-adapter` 3. all default...
### What problem does this feature solve?  1. should only collect these info when record is true 2. rename record to `stats`, and normalize the structure of stats 3....
…ance **Description:** **BREAKING CHANGE:** **Related issue (if exists):** #1276
### What problem does this feature solve? Make `vite-plugin-vue-devtools` compatible with Farm ### What does the proposed API look like? non
### What problem does this feature solve? Configuring rust plugins and js plugins in farm.config.ts uses different methods currently, for example: ```ts import farmSassPlugin from '@farmfe/js-plugins-sass'; export default defineConfig({ plugins:...