Pablo Chiappetti

Results 9 comments of Pablo Chiappetti

I agree we need testing to start placing/accepting PRs with more confidence. I do not have much experience with testing in JS specifically, but once the initial architecture is set...

Had this same issue, turns out mac has a limited number of apps that can show up there in new models. Coming from an Intel mac this was not what...

That's a great improvement. Thank you for the quick fix!

Same here. I'm using the [bootstrap-sass package](https://github.com/englue/meteor-bootstrap3-sass)

So I found a solution. Turns out that somehow bootstrap is not initializing the dropdown. If I manually run `$('.dropdown-toggle').dropdown()` after the page loads, it works. The following patch makes...

Glad it worked for you too @mgebundy!

@mherb63 I placed it in my JS file as well, not sure why it's not working for you. Are you on latest version? I believe the `.rendered` API had some...

@shaun-sweet actually the solution you proposed does add the whole file. I agree a flag to commit or at least re-stage what was just fixed would be useful

We think there are two valid workarounds 1. Avoid using a named param as a first param in a nested route 2. Avoid using nested routes at all, and declare...