lchrennew
lchrennew
**Package name** es-fetch-api **Alternative to** axios, ky **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable...
Hi, I want to securing my APIs which are accessed cross domain, so my expected behavior is(e.g.`GET http://my.api/users/me` from `http://my.web/`): open http://my.web -(fetch API)-> `OPTION http://my.api/users/me` -> `HTTP 200` ->...
## 📝 Provide an introduction on How to build from source using Vite.js instead of Webpack. _My code, which build editor from source, has been migrated to Vue 3+ and...
**您想申请的是需求还是问题?** 需求 **目前的情况是什么?** 使用Vite时必须要这样写: ``` import * as butterfly from 'butterfly-dag' const Canvas = butterfly.default.Canvas ``` **预期的结果是什么?** 使用Vite时也可以 import {Canvas} from 'butterfly-dag' **哪个butterfly版本在哪个浏览器/操作系统发生的错误?** Vite **请重现步骤,如果可以的话,请提供一个最小的演示案例。**
@luin Is it possible to run multiple blocking xreadgroup in same time with single client instance? 是否能够使用单个client实例同时执行多个阻塞xreadgroup
**Describe the bug** MultiDrag plugin with `avoidImplicitDeselect` can easily breaks group rule when selection is cross-lists. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://jsbin.com/qabatit/1/edit?html,css,js,output 2. Hold `alt`...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Allow to trim invisible charactors...
I came across this problem when I use scrolly in my vue app. The same problem to : https://github.com/yansern/vue-scrolly/issues/9#issue-479494233
Expect: The css selector does match '.ant-space-item:empty'. Actual: It's '.ant-space-space-item:empty' This PR fixes this issue.