Jonathan Chan

Results 49 issues of Jonathan Chan

I get this first time I run migrations. It works 2nd time though. ``` /home/jchan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query': Mysql2::Error: BLOB/TEXT column 'name' used in key specification without a key length (Sequel::DatabaseError) from...

Default Arguments are failing when there are more than one for a single command: ``` require 'boson/runner' require 'sidekiq' class TestBoson < Boson::Runner def three_default_arguments ( param1= 1, param2= 2,...

You may benefit from using `@DataProvider` for your tests. I believe it would save you lots of lines of code and allow you to make new scenarios by just adding...

The resulting boot usb drive would not work for me on my computer that would only allow boot from uefi. It failed to read the MBR style partitions. Anyone have...

question

## Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest...

**Describe the solution you'd like** Besides running an event and resetting the model, it would be useful to be able to execute an event and see the resulting state without...

**Is your feature request related to a problem? Please describe.** aasm provides very nice rspec matchers such as: `expect(job).to transition_from(:sleeping).to(:running).on_event(:run)`. However, to my knowledge, none of those rspec matchers provide...

The inline documentation of `expose` (https://github.com/intridea/grape-entity/blob/master/lib/grape_entity/entity.rb#L126) documents the different options available to be passed to `expose`. The `:with` option is missing in this documentation to expose embedded arrays.

As far as I can tell, there is no ability to register Qupzila as a default browser in OSX. It would be great is Qupzilla can be registered as the...

Mac

Please see #918. Fixes missing documentation for achieving non-blocking client streaming.