-
Due to changes on `client-reorder`, we got an error:
```
Cannot find module 'marko/dist/taglibs/async/client-reorder.js' from 'index.js'
```
-
Now that we have component examples in isolated URLs, courtesy of storybook, we can begin integrating Percy into our workflow.
More details to follow.
https://percy.io
-
When using jest and doing fixture snapshot tests (via `@marko/fixture-snapshots`), we are seeing new IDs generated by makeup-next-id so the tests fail noting mismatch in IDs.
Example:
```
- …
-
read:
### stochastic programming
mathematical programming book
http://web.mit.edu/15.053/www/AMP.htm
mutistage stochastic programming
https://orbi.uliege.be/bitstream/2268/80246/1/MSPchap_pre…
msz13 updated
1 month ago
-
NPM publish is failing with a higher frequency in recent weeks. To minimize this, I propose publishing a subset of packages.
## Why
NPM publishing fails intermittently due to unknown server issu…
-
### Description
I don't know if this belongs here.. but, I was just looking for a better way of using custom assets...
Currently, I'm using a hugeeeee table with external links to the assets.
```lu…
-
### Issue description or question
I happened to upgrade to vitest 2.1.4 and saw this.
```
Failed to initialize wallaby vitest.
Initialization: Wallaby is not compatible with current version of…
-
### Describe the bug
I have a few repos with a similar workspace/monorepo layout, I haven't been able to get the inline coverage reporting from VSCode working in any of them. When I run the test su…
-
## 一些好的文章
### 目的
* **记录:** 很多东西看了以后觉得好以为自己能记住,其实不然,人的记忆真的没有想象那么好。我们喜欢把它放到收藏夹里面。等到时候看了下,原来我看过这么多文章啦,再回忆一番也是一次不错的经历。
* **分享:** 人很喜欢把自己喜欢的东西分享出去,去达到他的满足欲。
### 分类
- **「框架」**(React Vue以及它的衍生…
-
### Issue description or question
Using yarn 4.4.0, I set up a repo using `yarn create vite --template react-swc-ts`, added vitest (with `"test": "vitest"` added to package.json scripts) and create…