SerKo

Results 26 issues of SerKo

### Describe the feature ### Feature Request: Add a `--mode` option to the `nuxt build` CLI that automatically overrides the `vite.mode` setting. This will allow the following command to be...

3.x
workaround available
pending triage

Fix #87 This PR adds support for escaping dots in keys when using the `flat.funflatten`. Please see test unit inside `unflatten.test.ts` for more details of handling escaped cases. ## Need...

### Is your feature request related to a problem? Please describe. Yes In Nuxt Content, I'm trying to add a Vue component with props in YAML format, but I'm encountering...

enhancement

### UnoCSS version from 0.61.7 to latest (0.62.2) ### Describe the bug If I load a custom SVG for an `i-custom-arrow` icon with this preset config: ```ts presetIcons({ collections: {...

This PR allows users to pass the following state to `useBodyScrollLock` to optionally lock scrolling and pointer events: ```ts interface UseBodyScrollLockState { scroll?: boolean pointerEvents?: boolean } ``` This change...

### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...

documentation

### Rollup Version 4.30.1 ### Operating System (or Browser) macOS 15 ### Node Version (if applicable) _No response_ ### Description I am encountering an issue where Rollup’s default tree-shaking does...

t¹ 🐞 bug
t⁸ ⋅ triage

Related #626 Fixed #1105, #499 Since the default `fence` rule callback has a `env` param, I think it would be better if it can pass to the `options.highlight` as well...

### Acknowledgements - [x] I read the documentation and searched existing issues to avoid duplicates - [x] I understand this is a **bug tracker** and anything other than a proven...

bug
pending triage