InfinityLoop
InfinityLoop
Hi, @DivadNojnarg , Have you considered adding an event handler at the maximize button so that we could observer it if maximize is clicked and using resize() function provided by...
@Nathaniel-Wu 已经发出邀请为项目的合作者了,应该可以直接编辑这个PR了 在 40726ca 中已经将函数移动到功能分类文件中了,如果可以的话现在几个问题需要帮忙解决一下: 1. 在 https://www.psnine.com/psngame/15120/comment 中,控制台出现了无法解析的日期(?): > not parsed: 评分 8 2. 点击评论分数分布时,分数筛选不正确。 3. 似乎和`filteredCriticPost`, `filterUserPost()`耦合了,不太好拆。如果有时间的话能帮忙下`filterUserPost()`的拆分那就最好了。 4. 整块函数体太大了,希望能把里面的小函数移动到函数体外面,加点注释方便阅读。参考:src/components/TrophyPieChart/index.js 开发方法: 1. npm i 2. npm run dev 参考:https://github.com/SettingDust/webpack-userscript-template
@qqsearch いつも TCC-GUI のご利用ありがどうございます。 現状はそのような機能は提供されていませんが、 コーディングしなくても Excel のフィルター機能を使えば異なるCutoffを設定して遺伝子を選べ出すことができると思います。 もしこの機能は本当に必要であれば、必要の理由を教えていただければ実装の検討もできます。 よろしくお願い致します。
Thank you for using TCC-GUI. According to the screenshot, you don't have any replicate of each group. So the calculation will not perform well (sorry for the poor design of...
Thanks for the feature request, the answer to this issue will be the same as https://github.com/swsoyee/TCC-GUI/issues/56#issuecomment-929339344 .
## Bug 打开 https://psnine.com/set/gene 的时候会自动跳转为 https://psnine.com/set/gene?ob=date ,和本次PR无关所以可以另起PR修正 ## 冲突 虽然没有详细看代码,但是变更了编辑器后之前追加对实时字数统计和实时预览似乎不顶用了,可能还需要稍微调整一下。至于CSS宽度的调节可以之后再看