David Sulc

Results 11 issues of David Sulc

It's helpful to demonstrate that integers with leading zeroes will match, but have their leading zeroes stripped.

Prior to this fix, the column index indicated in error messages would be off for string containing UTF characters.

Using v 0.9.1, execute the following in iex: `ExternalService.start(:some_name, fuse_strategy: {:fault_injection, 0.5, 5, 1_000})` If you wait a while (1 minute?), it fails with: ``` 20:59:03.131 [error] GenServer :fuse_monitor terminating...

I'm new to using circuit breakers, etc. so perhaps there's a better way to achieve what I'm looking for: feel free to correct me. I want to process batches of...

Patch for handling `contenteditable` elements. See commit message for more info.

(Edit: filed as SugarCRM bug 43342) To reproduce: 1. Add a custom field case_number_c to opportunity (via Studio) 2. Link an opportunity to customer (make sure opportunity has a value...

SugarCRM issue

Gem is compatible with Rails 2 since https://github.com/chicks/sugarcrm/commit/83feeacacdf2a73a2052b4aa29148cdc66e04d6d (thanks @jigfox !) Currently there is no generator for Rails 2. Consider implementing it, if there is any interest.

feature

``` excelfile = File.read(File.join(File.dirname(__FILE__),"test_excel.xls")) exceldoc = SugarCRM::Document.new exceldoc.active_date = Date.today exceldoc.document_name = "test_excel.xls" exceldoc.filename = "test_excel.xls" exceldoc.revision = 0 exceldoc.uploadfile = Base64.encode64(excelfile) exceldoc.save! ``` The call is successful, but file...

SugarCRM issue

Documented at Sugar with 43341 When creating a relationship in Studio, the user can specify a label for the related modules. Currently the REST API get_module_fields doesn't return this label,...

SugarCRM issue