Roberto Wesley Overdijk

Results 208 comments of Roberto Wesley Overdijk
trafficstars

Leaving this here in case it ever gets supported. Looks pretty cool so far :)

:+1: I'm currently fighting this myself as well. There are no animations happening.

Any new info on securing specific subscriptions? In my case I want to only allow the user to subscribe to their own data (based on an owner field).

👍 examples would be cool. I think it's a shame that it took six months to add a label, and that now, four months later, there's still no resolution.

Good day! I love the idea behind this repo and I would like to use it as part of stix-swagger for testing. The challenge is that stix uses 3.0 so...

Cool, good to know. I'll definitely be working on the swagger stuff but I have no timeline yet (hectic, you get it).

@IjzerenHein Ah, I see. I actually meant the other way around. The user's location is a point, and I want to check inside of which boxes it belongs. So the...

@IjzerenHein I tend to do that, sorry. Pseudo code: ```ts const someCollection = new Collection('some'); // Called from anywhere. Not necessarily a component. someCollection.observe(() => { // Stuff changed. //...

@IjzerenHein Another project, another example. I have to preload images when they get updated in a dashboard. So, while I do want to use collections to display data, I also...

I'm not trying to rush you. No hurry :) I know what it's like. Besides, I have a workaround, even if it's a bit lengthy.