Tim Scott

Results 40 comments of Tim Scott

I am also having this problem. In my `Gemfile`: ``` ruby gem 'acts_as_archive' ``` In `config/acts_as_archive.yml`: ``` yaml Consumer: - class: Consumer::Cancelled table: cancelled_consumers ``` When I run `rake db:migrate`...

Upon further testing I can see that with the gem present, migrations are messed up. Specifically when I do something like this, for example: ``` rails g migration RemoveSoftDeleteFieldsFromConsumer cancelled...

I like @divyenduz suggestion -- allow the first arg to be an object. But given it's been years now, I guess it's not acceptable. An alternative would be to add:...

I made this error to go away by setting `format` as follow: ```js // for my banner ads format="horizontal,auto" // for my sidebar ads format="rectangle,auto" ``` Setting just `auto` or...

I'm taking over for @jcteague. Any progress on this? By the way, I can't find a way to receive data from the connected device through polling or any other means....

After some digging I have discovered that ```read``` and ```subscribe``` (and many other functions) are already implemented. They are just not documented nor used in the [sample app](https://github.com/rusel1989/react-native-bluetooth-serial/blob/master/BluetoothSerialExample/src/App.js). In regards...

@jlucier - I've got ```read``` working. Realize that ```read``` will read what's written which might not be everything you want. If you need a request-response type implementation, as I do,...

@Searingfang - Ah ha! That makes sense. Great work! I'll try that ASAP.

@waltermacambira - I would appreciate an android only fix. Thanks.