Arne Schauf

Results 19 comments of Arne Schauf

Tested it with Brave on the desktop and Android, works well. Nice works and super useful feature! Can't wait for it to be released :-)

> > How complicated would it be to implement a function to download the original image? If you can give me a quickstart and point me to a good entrypoint...

Any news here? It definitely seems to break on animated stickers. "HotCherry" (animated) does not work, "Blahaj" (static) is working fine. https://t.me/addstickers/HotCherry https://t.me/addstickers/Blahaj ``` dimension_1 | Jan-3-2021 16:58:21.097 +00:00 info...

I've got the same problem.

Maybe the BSL license would be a good choice to allow people using it but not selling it as SaaS (which probably is what you want). Example with good FAQ...

@samturrell probably with $set or Vue.set - described here: https://vuejs.org/guide/reactivity.html#Change-Detection-Caveats Same for arrays: https://vuejs.org/guide/list.html#Caveats

Ok, I see what you mean. The problem is the same if you use $set.

Yes, I checked it out and am currently trying around with it, but also couldn't find a solution yet.

I'm thinking about setting a 'breadcrumb' (computed?) property in the displayed component itself, but it seems like there is no link from the route to the actual component object.

Sure, I saw that, but you're still storing it in the route object (which is frozen) via the setter, not in the component object (which is not frozen). I'm more...