Jeremy Iglehart

Results 16 comments of Jeremy Iglehart

I think this should be split into two different issues. I am also getting the error on line 40 where for some reason `m` is returning undefined.

@gith-account Thank you so much for your post - you helped me get to where I needed to be. I can see that this doesn't really address the issue you're...

I FINALLY FOUND THE ANSWER FOR MY PROBLEM!!!! For some reason my bluetooth wasn't automatically connecting. Now it's working. All I have to do is run: ```bash sudo nano /etc/pulse/system.pa...

Okay, figured it out (I think) std:accounts-ui just doesn't maintain any kind of state. If react decides to re-render the form **for any reason** it totally kills ``. I'm not...

Okay - no, something is really wrong here. Because if you force the state to be in sign-up mode the form doesn't respond to show that you're logged in when...

Thanks to [Sean (arist0tl3)](https://github.com/arist0tl3) and his [comment](https://forums.meteor.com/t/draftjs-vaporizes-std-accounts-ui-form-a-weird-bug-need-help-from-react-folks/33464/13?u=autoschematic) and his [fork](https://github.com/arist0tl3/DraftJSMeteor) It's interesting what he did there. Basically, I was calling `` from within the same "component" where the DraftJS ``...

I like the idea of updating - this sounds like the right idea @gravitycode

I'd love to have this too!

So, I've got mine working (just as of a couple hours ago) with a progress bar and everything. I was able to read your documentation and figure it out without...

I was reading [issue 493](https://github.com/CollectionFS/Meteor-CollectionFS/issues/493) and tried everything listed under [comment 168935352](https://github.com/CollectionFS/Meteor-CollectionFS/issues/493#issuecomment-168935352). I tried doing the following, and got the following output: ``` $ meteor create cfstest Created a new...