NothingRealHappen

Results 10 comments of NothingRealHappen

Seem like issue come from here: https://github.com/arackaf/customize-cra/blob/404854bcbe7436f5834e4c4863001610951d5c3c/src/customizers/webpack.js#L167-L169

Thanks for raise this issue, saved my life. after delete `profile` in `up.json` everything works!

FYI `tide-jsdoc-template`can insert now

Same issue here, would be great if this feature can be done.

``` // tsconfig.json skipLibCheck: true ``` This can avoid the build error but I don't think that's a solution.

But seems the discord app is down at the moment. In the meantime inswapper_128 is deleted. Seem like no easy way to try the face swap feature by now. BTW,...

感谢达峰的分享,中文社区非常需要最前沿的技术

文章整体很棒,尤其是测试针对不同层级的测试覆盖方法以及策略。不过对于 snapshot 本身不太明白加入到 precommit 之后 snapshot 是否还有价值。 > 可以通过 precommit 脚本自动执行 jest --updateSnapshot。这是我目前想到相对最好的解决方案,在你比对了差异并确认需要更新后,还是通过 WS 的 Git 插件 cmd + k 进行 commit,然后 hook 脚本就会在后台执行,既不需要切换,也不需要打断当前思路和流程。 本来 snapshot 的价值之一就是代替手工维护 expected 对象,当 snapshot...

Like @mikejar said you can use `renderForm` to render annotations, and if you want to download the modified pdf you can use: ```typescript const pdfRef = React.useRef(null); const onDocumentLoadSuccess =...