Mel Massadian

Results 465 comments of Mel Massadian

For completeness here is my version: ```typescript import type { Action } from "svelte/action"; interface Attributes { "on:long"?: (event: CustomEvent) => void; "on:long_released"?: (event: CustomEvent) => void; } export const...

Finally! Very nice. Did you test it?

> when a wallet would disconnect the teia app wouldn't know how to deal with it Is it a known issue I'm not aware of? 😅 --- I think adapting...

> so, this update is probably a no-go Yep I think too unless there is a real reason to. Once it's "stable" or not beta we can try again, I'm...

Yeah 😅 I'm also willing to help of cleaning up our vite config since I introduced a bunch of hacks we might not need anymore

Thanks, almost good for me, besides the comment I just made I have a few questions: - Why not use ioveska for `.mono`? - I didn't follow the discussions that...

Regarding the metadata, it follows typedart logic (minus the on chain text) so it's actually fine!

When checking the generated previews I get weird results: https://cache.teia.rocks/ipfs/QmYdXkZM2nCX38gwrdsD21VG1Vq2P4eur1DgDMu3aLocWZ https://cache.teia.rocks/ipfs/QmXnZrk9u4KUR9bWNem4oQQS6VpuCuS2FXFDosRqExAeww Another thing is that it's currently not handling single long lines and I'm not sure what we want to...

Thanks Ziroh There is one edge case that i think needs testing (cc @merchantcoppola) very long text (for the css thing that you just added)

The last commit should fix the issue, I want to refactor the logic a bit, it's simpler to do it now since it involves a few files. I should have...