Daniela Baron

Results 53 comments of Daniela Baron

Was googling for what order mocha runs tests in and found this. In absence of randomization, what is the default run order? Is it always the order in which the...

I had the same problem, adding `rebase: false` to `cssmin` fixed it. Thanks @vipex for the solution!

Hi @arlenbyrd , did the issue get resolved? I'm having the same problem claiming a badge from Indiana University and couldn't find any information about this error message, googling it...

Is this still in a help wanted status? I was looking for a next issue to pick up, but then noticed there's an open PR from about a year ago:...

I had a similar problem unable to load templates from a mocha test running with karma. Adding paths to karma require config solved it. Thanks.

Is this available? I'm trying to add Karma to a very large project and experiencing very slow startup time, a couple minutes. Setting debug log level, looks like majority of...

What should happen in the following scenario? 1. User fills out new distribution form and clicks Save 2. They get navigated to the confirmation view 3. They click the "No,...

I have the overall flow working but the inventory update is not quite right. If the create and update actions were only creating/updating the distribution model, it might be more...

I may have found the issue, was even before inventory updating. There's an AR callback on the distribution model: ```ruby before_save :combine_distribution, :reset_shipping_cost ``` Which ends up calling this method...