Jiahao

Results 17 comments of Jiahao

Related: https://github.com/aws/aws-sdk-js/issues/3673

@luyuanky @simsir-lin 方便提供下生成出来的完整项目代码吗?可以上传到一个github repo里,然后贴个链接~

你期望的一整行,指的是这部分也要填上吗? (即semi这样,左边也填上的这种吗?)

感觉这个还是有用的~ 我目前在开发过程中检查组件,都只能在本地先 build 然后 storybook 或者 dev:site。但如果能直接用上csb,那就可以在自己的fork里触发一个PR,然后在里面直接引用变更后的组件进行查看和调试,提高了便利性。 对于最终给原repo 进行PR时可能用处不大,但对于开发过程中自己调试还是有帮助的。 @yinkaihui 要不再考虑考虑?希望能加上这个

(虽然只是学校社团做的的小工具,但是也来凑个数 哈哈) 公司或组织:[McGill Computer Taskforce](https://ctf.science.mcgill.ca/) 产品: 考试时间表查询工具 访问地址: https://myexams2.vercel.app/ 截图:

> 复现地址在这里~ `iterativelyGetKeys` 那个函数 `obj` 判断要过滤一下是 `ReactNode` 的情况。https://codepen.io/yuhan0709/pen/abVqNQY?editors=0010 @yuhan0709 试着用了下复现地址,没看到console报 `maximum call stack size exceeded` 这个错呀?我试着点击了每个选项,也没有出现这个问题,都正常log出来了: 请问是我复现方式不对吗?

> > // Need this for aws amplify to not give error...idk > // https://github.com/aws-amplify/amplify-js/issues/7499#issuecomment-804386820 > const isBrowser = () => typeof window !== 'undefined'; > const isGlobal = ()...

@ErikCH Hi Erik, thanks for posting this issue, but it seems like the aws-sdk-js team have not had any fixes or updates for a while. Maybe it is because they...

> From the message it seems you compiled the extension for arm64 while postgres is currently still x86_64, thus you can't link them. Likely, you need to supply some flags...

根据以下讨论,修改了传入的初始值带透明度这种情况下的表现。