Sebastian Obentheuer

Results 12 comments of Sebastian Obentheuer

Why is this closed? I wish there was a feature like forceUpdate()

I guess this already works with ```@autoinjectable```? ``` it("autoinjectable works with additional 'unmanaged' parameters", () => { @singleton() class Foo {} @autoInjectable() class Bar { constructor(public custom: any, public foo?:...

I think inversifyJS uses the ```@unmanaged```decorator for this. Something like that would help a lot (e.g. for optional unmanaged parameters in the constructor).

To reduce traffic my app checks on startup if its data is up to date. Only if not it subscribes to collections. The problem is I don't know when ground:db...

This happens only on initial build. After a HCP it works. Maybe we need an "isLoaded" state before I add the "loaded" event? I could not find something like this.

the event is never called. please see the code below: ``` Meteor.onStartup = -> Tracker.autorun( (computation) -> if(Ground.ready()) Session.set("isLoading", true) LocalTags.addListener('loaded', -> Session.set("isLoading", false) console.log("Added LocalTags Listener") ... ```

awesome. thank you. However, IMHO a Ground.loaded() and Collection.loaded() would be a great addition.

Same problem here. Often it is like 2 of 5 documents are loaded when Meteor.onStartup is called. Is there an event when a collection is initialized?

I still cannot find any docs about what is live and basic?

@zkochan FYI I am having the same issue on Windows 11. When I type 'pnpm i' or 'pnpm store path' or 'pnpm store prune' I always get this errror (with...