Christian Wahle

Results 38 comments of Christian Wahle

Tried to get a minimal diff using @ToyboxZach s PR to resolve the useTracker issues. Basically step by step merged changes that seemed significant to the solution, did not yet...

I guess it's fine if we merge this in as well. Found out that I patched this in my app manually, would like to test the complete bundle in staging...

Got a repo ready here with a minimal app and a packages file that causes this issue in my dev env. https://github.com/bratelefant/meteor-beta3-bug

Ok, finally got my meteor app to 3.0 beta! :) Followed the path suggested by @dallman2, removed a bunch of packages an readded them one-by-one, success even without specifying a...

I already commented on the PR #94 There is definitely an issue with useTracker, and @ToyboxZach 's fork solves it. I subscribe in useTracker to a pub from meteor server,...

I really can't promise that I'm capable to get this done, but I can try to filter out the changes that solve my issue. Will post my results in #94.

Yes, it's fine now, had no issue when I updated to rc10 yesterday

> @dr-dimitru Not sure I understand this correctly. Do you mean you will not change the current API, but the underlying implementation will change? > > @fracz You can always...

> @bratelefant also there's no `.insert()` on the server, uploads are meant to work from Client to Server only That is true, sorry for that confusion. However, using `.insert()` on...

Also, it would be really nice if in the `FilesCollection` the value of `config.protected` could be a function that returns a promise resolving to `true` or `false`.