Adam Brodzinski

Results 82 comments of Adam Brodzinski

Thanks for clearing up the decimal separator issue. I didn't realize this format was used so broadly across the world. > Besides this, I think that TableTool should be to...

To be honest it's been so long since i've worked on this that I can't remember. Best of luck!

Thanks! I agree that it's more terse but I would like to keep it as simple and explicit as possible for someone who's looking at it the first time. I...

@genyded agreed! I'm hoping to have some free time this weekend (like literally 2 hours lol) and I might be able to push something. I'm currently just watching the users...

> Not yet entirely clear on where subscriptions should go, The convention in React is to use a 'view controller' normally named 'container'. It's job is to gather data and...

@looshi ah good catch! you're right I ended up creating the package from those files. I should prob. also add a section on the readme to exlplain that more. I'll...

@yched yep that's one of the downsides. For most collections though won't be an issue. The alternative is to not use minimongo for that collection but that has big drawbacks....

@paulwehner I've stopped working on SSR since arunoda is working on it. I don't have time to add an immutable store for flux but I _think_ that Redux stores can...

Do you mean where to put the subscribe call or the data that gets returned in mini-mongo? I presume the former, if not let me know. I like to put...

Ah, I've been putting trackCollection a line after defining the collection so it's easy to find/notice. It can really go anywhere as long as the collection is defined, but putting...