xialvjun
xialvjun
@TrySound you are talking about `Instance` component? But to write a Component Class, I need to go out of JSX, write the class, then use it in JSX. With `Instance`...
But in some cases, we do really need mutable instance which won't cause a update when changing its state. Well, without `Instance`, how to make a `Multi Ref Component`
Code in https://github.com/renatorib/react-powerplug/issues/126#issuecomment-406535377 showed the case. Copy it here: ```jsx const list = [xxxx]; const to_render = ins.audios = {}}> {ins => {list.map(item => ins.audios[item.id] = ele} /> ins.audios[item.id].play()}>play )}...
Well, it's a debate between two API offering philosophy: `I offer these apis because I can` and `I offer these apis because you just need them`. In fact, I don't...
So, custom box-shadow is impossible? I tried `Bxsh(3px,3px,red) Bxsh(0,0,3px,3px,red) Bxsh(0,0,3px,3px,#f00) Bxsh(3px,3px,#f00) Bxsh(#f00,3px,3px)` and replaced the value comma to space, neither works in https://pankajparashar-zz.github.io/atomizer-web/ ...
@thierryk But I installed `[email protected]` in my machine and test it, it still recognize none of those too.
Just an advice: maybe we can use sqlite or moreover we can use a git like sql databse like https://github.com/dolthub/dolt
> if you have peers on your local network and all have multicast peer discovery enabled the peers with connect to each other and traffic will not use public peers....
另外 不知道能不能把 download 里的记录给删掉
# 关于下载记录 我已经使用了“本地程序”,所以暂时不在意了。但仍然觉得把主文件的记录也去掉更合适,毕竟要看裁剪的页面,直接去历史里看更方便。 # 关于重复裁剪的提醒 我描述下我希望的整体的使用场景和流程吧,你看下觉得合不合适: 我浏览 A 页面,觉得内容比较好,要收藏下来,于是裁剪。之后我浏览裁剪历史里的 A 页面,可以在上面做笔记(可以是未来的功能),会直接保存.。 很久以后,我再次浏览到 A 页面(此时我已经完全忘记 A 页面了,我不记得以前是否看过它,不记得有没有给它做笔记),此时如果有个东西能提醒我“你以前收藏过它,并做过一些笔记”,那显然是更好的(所以我觉得这里显眼一点完全是应该的)。 就算不考虑未来可能有的笔记功能,提醒我“你以前收藏过它”也能让我的大脑回想起过去的记忆,接着之前的理解继续去思考这个网页的内容。 然后已经裁剪过的网页,该插件的图表颜色变蓝(chrome 的收藏夹五角星就是变蓝),再次点击,就弹出下拉框,里面可以直接 “查看历史”,“覆盖裁剪”(覆盖裁剪需要用户手动把之前的笔记拷贝过来,因为网页内容可能发生变化,想自动匹配感觉应该比较难),“新的裁剪”。 至于怎么判断是曾经裁剪过的网页,我觉得 url 完全相同才算,至于 pathname 相同,但 search,hash 不同这种,我们也不该算相同的网页。但是在用户点击插件按钮弹出的下拉框里,可以提醒曾经裁剪过相同 domain,pathname 的页面。也就是 url...