Azleal

Results 19 comments of Azleal

> +1 It's already implemented, see [here](https://book.getfoundry.sh/reference/config/testing#show_logs) for fuzz config and [here](https://book.getfoundry.sh/reference/config/inline-test-config#in-line-fuzz-configs) for fuzz inline config

I have the same issue here. any solutions?

登录之后,业务中需要拿到jwt中payload包含的用户信息。这个怎么获取呢?request中没有user这个属性。

没明白你的意思,看标题以为是要禁用上传按钮。另外你说的”只展示链接不展示md格式的图片”分别指什么。

首先这是md编辑器,你说的那个是md的语法,必须那样写。如果只是一个链接的话,预览是不会展示图片的。至于你说的不显示上传按钮,这个可以做到。 ``` import Editor, { Plugins } from 'react-markdown-editor-lite'; Editor.unuse(Plugins.Image); ```

> 20 PR: https://github.com/WTFAcademy/WTF-zk/pull/67

hi @Soberia, so are you suggesting that both `NextConfig.experimental.optimizePackageImports` and `NextConfig.experimental.turbo.treeShaking` should be disabled to avoid this issue? I configed none of these, and I'm still having this problem.