Zihua Li
Zihua Li
Would be great to have an option for returning a string when the number is a 64bit integer which node/v8 doesn't support. Related issue: #14 felixge's node-mysql provides `bigNumberStrings` option...
Thanks for the great library! I'd like to integrate this library in [Quill](https://github.com/quilljs/quill) but the usage is to scroll a range into view. I think it makes sense to support...
### Clear and concise description of the problem Hi, I'm the maintainer of Quill. Thanks for making such a great Vue binding for Quill. We are currently actively maintaining Quill...
# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem Safari doesn't allow loading https content when the host location is http....
### Describe the bug Hi 👋 I'm the maintainer of Quill and we are currently working actively for Quill 2.0. Given PrimeNG is still using Quill 1.3, I'm wondering if...
Something like [Batch HTTP Link](https://www.apollographql.com/docs/react/api/link/apollo-link-batch-http/#options), but instead of batching multiple queries into a single HTTP request, we should be able to consolidate them into one larger query. ## Example ```jsx...
It's common to enforce camelCase for all local class names when using CSS modules, while ignoring global class names, since we don't have control over third-party libraries. A detailed discussion...
Bay 2.0
## 目标 1. 满足企业级应用开发; 2. First-class support for TypeScript; 3. 自由灵活,可以支持多种范式,如 DDD; 4. 不造轮子! ## Sample ```javascript import {controller, httpPost, Controller, requestBody, requestParam, httpGet} from 'bay' import {inject} from 'inversify'...
Jest seems to be more popular than mocha and the API is nicer to work with.