Xander Jake de los Santos

Results 7 comments of Xander Jake de los Santos

Why is it a security issue in the first place? What can you do with knowing 2 names and an `invitation id`?

This is the solution I came up with. 1. chunk `listIds` to subarrays with a length shorter than 160 (I settled with 100) 2. for each chunk, do a fetchList....

Been struggling with trying to use `UserGroups` for over a week now. I experienced this issue too. And these are my observations. After you log in, `GROUP_MEMBERSHIPS_STORAGE_KEY` is added to...

> I have met the same problem as well, my another question is how can i get my invitation from other people's userGroup You could create a model that looks...

Here's some steps to replicate: 1. `user1` creates `userGroup1`. 2. `user1` invites `user2` to `userGroup1` 3. `user2` activates `Invitation` to `userGroup1` 4. `user1` deletes `userGroup1` 5. `user1` creates `userGroup2`. 6....

hello I tried doing it on [codesandbox](https://codesandbox.io/s/gracious-elgamal-nfuzc?file=/App.svelte)... and it works fine. I think it's because I am using sapper for my project and it defaults to be compatible with ssr?...

There is no problem with your package on its own. What I'm having trouble with is adding the "[tools](https://editorjs.io/getting-started#tools-installation)" that adds more options to the editor. I will make a...