-
There are a few places where D3 is [used but not needed](https://github.com/Esri/cedar/blob/837bf81af6fdb1ccba41fa740383992a83864a67/src/cedar.js#L995). Need to make sure we only use d3 where we need …
-
In the attached bundleAnalyze.png I can see the bundle contains both V2 and V4 modules could it be possible to only use V2 or V4. I do not know if this is possible maybe they depend on each other.
It…
-
Hi,
Would you be open to a PR that migrates this package to the ESM syntax, so that this module may be tree-shakable in other packages that depend on it?
I would be willing to make the change m…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
I'm trying to get scikit-learn to run b…
-
### What problem does this feature solve?
Vue compiler prefixes all identifiers used in template syntax with `this` or `_ctx` except these:
[https://github.com/vuejs/vue-next/blob/master/packages/…
-
### Rollup Version
v3.23.0
### Operating System (or Browser)
Windows
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://github.com/faniell/repro-rollup-css-importin…
-
**Question / Bug**
Is the `isMobilePhone` function intended to only validate mobile phone numbers or should it actually also be possible for landlines? If yes, I would rewrite this as a bug, since so…
-
Hi, thanks for your greate work.
I'm a typescript user and use webpack to bundle my project files.
The webpack@2 has the Tree Shaking features which can reduce the size of files.
Since this feature…
-
Right now if you want to use one method of the library you have to pay the bundle size cost of them all. If you want to use sort you must also include filter. If you want to just insert item into DB y…
-
### 概念
* Rxjs:Reactive Extention Js,一个JS事件库,使用Observable进行异步事件管理
* Operator: 采用函数式编程风格的纯函数, 使用像map, filter, concat, flatMap等操作符处理集合
* 基于观察者模式 + 迭代器模式的函数响应式编程
观察者模式:生产者(Publisher)发布数据推送给 订阅者(Obse…