-
Hey hey, came across Respond Framework and think it sounds really interesting. I wanted to see if you all needed help working on the docs.
I originally dug through the initial design docs, kinda s…
-
### Untitled Main Prize
### Prize Bounty
5000 DAI, 3000 DAI, 2000 DAI, 1000 DAI, 1000 DAI + NFT Loot / Goodies
### Challenge Description
Build the coolest thing with NFTs that you can think o…
-
- Copy Complete 21:38:09
21:38:19
[TS Error] Cannot find module 'react' o…
-
First advantage is target to browser is native for user than target to js version. Don't need to know what each browser support.
Second is ts can transpilate more effective. Some browser can have par…
-
Here are a [few simple examples](https://gist.github.com/liamcurry/5175c5b5559fdc126c6f) and their generated file sizes:
| Filename | Source | Generated | Minified | Minified + Gzipped (Level 9) |
| …
-
### Bug description
The npm warnings indicate deprecated dependencies and suggest upgrading to newer versions. Specifically, core-js@2.6.12 is flagged as no longer maintained and not recommended du…
-
I feel like I should know this but I cannot, despite trying everything I can think of, update the JS dependencies in my existing usage of this Docker environment.
I only have a basic understanding …
-
We are using the `preBuild` option in our monorepo but after updating to vercel@33.3.0 it no longer works, when trying to do the deploy we get the following error:
```
[debug] [2024-01-26T09:52:00.5…
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…
-
插件化思维可以用来做技术工具,前端框架,或者做项目,一个合格的技术规划者应当拥有插件化思维。
可惜这方面文章比较少,除了零星的设计模式启发之外,很少能看到介绍如何做插件化的文章。笔者在经历许多项目的洗礼后,尝试总结一下,帮助大家养成插件化思维。