-
The smallest build that can be generated using this fork is building `import 'tweetnacl'`: it returns a 0.48KB gzip / 0.42KB brotli file containing [those variable initiations](https://github.com/qgus…
-
I have used this code for my University classes for the past few years. This weekend, I have recompiled and tested Android 5.1.1 on Samsung Galaxy and iOS 10.3.3 (iPhone 6) and iOS 11.1.2 on an iPad A…
-
Here are some miscellaneous notes on cross compiling and static compilation in Julia:
* *CUDAnative* -- [CUDAnative](https://github.com/JuliaGPU/CUDAnative.jl) is the state of the art for cross com…
-
### Package
- [X] lucide
- [ ] lucide-angular
- [ ] lucide-flutter
- [ ] lucide-preact
- [ ] lucide-react
- [ ] lucide-react-native
- [ ] lucide-solid
- [ ] lucide-svelte
- [ ] lucide-vue
…
-
Many packages support both "tree shacking friendly" exports style and "legacy" exports style, like this:
```js
import { add } from 'lodash'
add(1, 2)
// 2KB
```
vs
```js
import _ from 'lod…
-
I am not good with transpilers, else I would make the pull request / feature myself.
That said, skillbooks are hardcoded in their drops. I would like to make a request for someone to make a transp…
-
Please review org.smartregister.reveal.interactor.RevealFamilyProfileInteractor#generateTasks and org.smartregister.reveal.interactor#generateTasks: https://github.com/shakings/opensrp-client-reveal. …
-
**这个功能解决了什么问题?**
我看 https://taro-ui.jd.com/#/docs/quickstart 文档里面按需引入所需组件的时候,还需要要么引入所有的样式,要么单独引入所需组件的样式,如果按需引入的组件比较多,例如十多二十个,又或者按需引入经常变化,需要同时维护js和css的引入,有些不方便。
**你期望的功能是怎样的?**
可以参考 antd ( htt…
-
Restrict imports that go inside the slice, sidestepping the public API.
> Every slice (and segment on layers that don't have slices) must contain a public API definition.
>
> Modules outside of t…
-
I'm using a custom component to render all my icons:
```vue
import { defineComponent } from 'vue'
import {
PhCaretUp as Up,
} from 'phosphor-vue'
export default defineCompone…