Jan Hendrik Mangold

Results 30 comments of Jan Hendrik Mangold

That was just a typo in my example. I just tried again and the Button component still does not update the text

That is indeed odd. I am using sveltestrap in a Meteor project, maybe that's where this behavior is introduced. If this works with "naked" svelte I believe the issue should...

Hello @bestguy, this might need to be investigated by the guy who created the svelte integration with Meteor, I believe.

Well, it seems to be tied to the VUE lifecycle hooks. I was able to cut down on the number by no longer using dynamic layouts ``` ``` but it...

@red-meadow thanks for responding, and point me to #49 (again). I am working around it by using Tracker.autorun and Meteor.subscribe for now

The other issue I noticed with this package is that subscriptions with limit and skip just grow the collection on the client. If I subscribe to a publication with 1000...

Yes, it works correctly with Meteor.subscribe. When I use ``` meteor:{ $subscribe:{ publication(){ return [ {}, {skip: this.skip, limit: this.limit} ] } } ``` where skip and limit are defined...

Yes, it is possible. I wrote a meteor module [cropuploader](https://github.com/jamgold/cropuploader) that does that.

Totally interested

Hello Ryan yes, I am interested. Is there anywhere I can see your UI? Go ahead and create a pull request.