Cloyd Lau
Cloyd Lau
**Is your feature request related to a problem? Please describe.** It's not allowed to create vite-app in existing directory: "Error: target directory is not empty. error Command failed." **Describe the...
Great project, solve the unsupported dom api perfectly. But how can I generate a coverage report?
##### Checklist - [x] 提交符合commit规范 - [x] 文档更改
Hello, I received these issues https://github.com/cloydlau/json-editor-vue/issues/11 & https://github.com/cloydlau/json-editor-vue/issues/16 recently. Which all caused by using JSON value under text mode. I'm wondering would it be a little bit weird if a...
“语言规范中对此有明确的说明:**在调用 forEach 遍历 Set 集合时,如果一个值已经被访问过了**,但该值被删除并重新添加到集合,如果此时 forEach 遍历没有结束,那么该值会重新被访问。” 规范里确实是这么说的没错: > Each value is normally visited only once. However, a value will be revisited if it is deleted after it has been...
## Package name faim ### Entire (stringified) error that I see in my browser console ``` https://bundlephobia.com/api/size?package=faim&record=true 500 (Internal Server Error) { "error": { "code": "BuildError", "message": "Failed to build...
When I run build under Node LTS, it throws 'Error: error:0308010C:digital envelope routines::unsupported' I think it's time to migrate from webpack to Vite, it reduces devDependency count from 18 to...
### Description Vue 2 had been deprecated. And the `latest` npm tag of vue is v3 from a long time ago. Maybe vuedraggable should be compliant with vue. ### Expected...
Hello Jos, I've found a small issue and I'm sending a PR for your review. Minimal reproduction for the small issue: ```html reset mode import { JSONEditor } from 'https://cdn.jsdelivr.net/npm/vanilla-jsoneditor/standalone.js'...