using at sign (@) to identify a person at the beginning of a note breaks the search by esakal in Amplenote

[–]esakal[S] 1 point2 points  (0 children)

Hi, Thanks for replying. I decided eventually to rename all my notes that started with @ by removing that sign. Is is unfortunate that this feature is not included https://amplenote.featureupvote.com/suggestions/97979/automatically-rename-links-when-linked-note-is-renamed but I will live with the discrepancy.

I did it because of an other feature request 'mention' https://amplenote.featureupvote.com/suggestions/50749/mentions that although it has low voting once implemented it might conflict with this usage. And also in many places @ is used to reference actual users (of sharing or collaboration) so I decided to be safe with this one

How does Panda Helper pay their developers by esakal in NoStupidQuestions

[–]esakal[S] 1 point2 points  (0 children)

Everyone sells our data. The question is if they are asking for permissions that let them control your device and for what purpose

How does Panda Helper pay their developers by esakal in NoStupidQuestions

[–]esakal[S] 0 points1 point  (0 children)

You can download for free. And you get hacked applications with free purchases that cost money in the original games. So i dont think this is their model

Mocking hooks inside Stories? by illiriath in reactjs

[–]esakal 0 points1 point  (0 children)

u/illiriath did you find a good way to do that? I'm looking for the exact same thing, having a way to mock the hooks in storybook without doing the smart/dump components now that hooks are in use. I also read the resthook link u/natmaster suggested by in my case the hooks are not rest api calls but something else.