Alexander Sorokin

Results 10 comments of Alexander Sorokin

+1 This is a pretty big deficiency. rspec semantics are pretty solid: you can pass an order seed, or it can pick it at random. If it picks the seed...

It's often not that easy to avoid cross-test dependencies. Sometimes due to unforeseen global interactions, sometimes out of convenience. I suspect more than 50% of projects that use mocha would...

What I am (and I think others are) asking for is the simplest of the options: - randomize the tests at the lowest level: within a single describe block; shuffle...

I'll likely clean up that code and adjust the test suite over the next few days. Is underscore too heavy of a dependency for this? I could likely use something...

I'm happy to do that, but I don't have an immediate ETA.

Here's a few thoughts: 1. npm peer dependencies might be of help here (https://blog.domenic.me/peer-dependencies/). Any library _should not_ depend on opentracing, but rather require it as a peer dependency. You...

The link to original example https://github.com/downloads/RobotWebTools/rosjs/example.tar.gz. It doesn't have a data bag with :( I'll have to generate a large point cloud to reproduce.

Thanks! I noticed pg_xlogdump, but it looks like this one has "-s" flag that would be incredibly helpful for me right now ;) I'm trying to debug why certain counters...

In https://github.com/jwhitley/requirejs-rails/blob/master/app/helpers/requirejs_helper.rb#L100 1.9.3p125 :008 > URI.parse('http://cdn.awsstuff.com').request_uri => "/" 1.9.3p125 :009 > URI.parse('https://cdn.awsstuff.com').request_uri => "/" 1.9.3p125 :010 > URI.parse('//cdn.awsstuff.com').request_uri NoMethodError: undefined method `request_uri' for # from (irb):10 I'd have to do...

any progress on this? I really like the json_builder syntax, but lack of partials is a blocker for me. I'm looking for a basic use case, where /show.json.json_builder , /edit.json.json_builder...