Sébastien S.
Sébastien S.
Updated, with tests cover. `buildUrl` is simple to copy since angular 1.4, because it relays on $httpParamSerializer. Before that, it depends on too many private API, that's why it'll work...
The feature is available with Angular 1.4 and later (which implements $httpParamSerializer) It doesn't work with earlier versions, but doesn't break anything.
Hi @chieffancypants Any news about merging ?
Same problem, I currently use @dkniffin's fork. This request is ready to be merged, isn't it ?
Hi, I came across the same problem. I was not able to connect to my server from virtual machines (and I wasted so much time to realize that it came...
Nice addition. Any release planned soon? Should this cop also ignore implicit subjects? This would be useful when `is_expected` is not recommanded by `RSpec/ImplicitSubject` and no explicit subject is defined....
Got the same problem. Fixed it by calling rake tasks in a spawn process : ```ruby task :default do if ENV["APPRAISAL_INITIALIZED"] Rake::Task["spec"].invoke else # Standard & appraisal requires each a...
There could be one issue around `--group-by default`: it relies on private methods from parallel_tests : https://github.com/serpapi/turbo_tests/pull/41/files#diff-36313b614b64b302e0ceec80e7a9a2dbaea194523dc46a44b7fffda7741674a5R109
I would also suggest another PR to handle properly Fuubar #23 depending on `--pattern` and `--exclude-pattern`. It'll also required one of those private methods.