Thor Berggren

Results 11 comments of Thor Berggren

Below is my code snippet. Yes, it would probably be better to fix the problem upstream so that other dependencies benefit, but I'm not sure where/how to do that. Another...

Hi @JanLoebel , I agree, the documentation is confusing. I got `send_text_query()` to work through trial and error: ``` for event in events: print("\n* * Got an event") #if event.type...

Thanks. Yes, Sortable does seem very powerful and according to [Atmosphere](https://atmospherejs.com/?q=order%20touch), is the only Meteor ordering package that includes touch. My code is on a private dev path now, but...

I'm still learning Meteor, Meteor File Collection, and Sortable, but here's my work-in-progress for [Adding Sortable to Meteor File Collection](https://github.com/Digital-Thor/Adding-Sortable-to-Meteor-File-Collection). I've included an overview of my integration approach and progress...

Thanks for looking into this Vaughn and also notifying Richard. I tried the (monkey patch)^2 approach and of course hit the next error as you did. Recently, I encountered the...

Agreed. I give full credit to all who contribute to Open Source especially since along with the benefits of Meteor, its recent arrival has a lot of us scratching our...

Wow! Lots of progress. I was concerned about the issue with Sortable's order index using a different level than permitted by GridFS, but was hoping that once the other problems...

What a headache! But, this is really coming together. Looks like Richard is going to chase down his issues with dependent packages and, along with your PR, hopefully a lot...

Makes sense and thanks for the continued timely support. No major rush from my perspective. Ordering is critical over the long term to my use case, but in the short...

First of all, I'm a huge fan and user of deconz, so please take this all constructively! It would be great to have a parameter available for each device where...