Irakli Gozalishvili
Irakli Gozalishvili
Hi Folks, We've drafted a charter for the community group, looking forward to your feedback https://via.hypothes.is/https://gozala.hashbase.io/posts/Peer-to-Peer%20Web%20Community%20group/ P.S.: Posting hypothesis link to allow inline comments / feedback. Version without third parties...
@lgrahl Thanks for the feedback. I've made update to incorporate your feedback, please let me know if that resolves your concerns or if you there's anything else.
Since submitting I discovered that I can do following: ```js const cid = await ipfs.dag.put(buffer, {onlyHash:true}) const {data} = ipfs.block.get(cid) ``` However that is awkward, and I think something like...
@vmx I have posted feedback on [new API](https://github.com/ipld/js-ipld/blob/f5fa4ceba7dc1f85ba771dce00b1679fc099d990/README.md#api) in this post https://gozala.hashbase.io/posts/Constraints%20of%20an%20API%20design/
> I need to put more though into this. But I think it would be great if we could solve this on an IPLD Format level. > > So it...
Ok ignore all that above clearly that's already being considered https://github.com/multiformats/multicodec
I did the preliminary investigation, and this seems implementable in Electron. Here is how: 1. you can listen to a 'wheel' events on webview tags, if they are prevented scroll...
I'm afraid those links don't do anything here nor on Firefox nor no Safari :(
Ok here is some edge cases that I'm unsure about: 1. Let's say you scroll while being in the "hotspot". Then any move will make header appear back ? Is...
Here's the first draft #1295 I think I need to change a implementation strategy though. Right now the header is sort of attached to the webview, so when you scroll...