raghav
raghav
moderation like stuff?
you can't control public data in decentralised systems what you can do is to not to render them. ex: a post has more dislikes than likes, hide it.
hmmm, that's hard to take care of the only thing that comes in my mind is to compare the before and after coordinates to validate..
dude thats a lot of relays On Wed, Apr 27, 2022, 7:11 AM tedd pasta ***@***.***> wrote: > try the following code, i am on windows > > const Gun...
instead of this ``` javascript .once().map().once() ``` do this ``` javascript .map().once() ```
> As I understand the problem appears only for Vite build system. I faced the same in rollup
The line uses `user.grant` which is deprecated [https://github.com/amark/gun/wiki/User#usergrant-deprecated](https://github.com/amark/gun/wiki/User#usergrant-deprecated)
> I’m currently using gun-manhattan as relay. the relay is currently down. use `https://gunjs.herokuapp.com/gun` or [host ur own](https://heroku.com/deploy?template=https://github.com/amark/gun) :) Please use the community chat for theese questions :)
You using svelte?
@amark