Oleg Podsechin
Oleg Podsechin
Comments from @alexlamsl: - [ ] extend() is unused - [ ] port and cluster vars being declared seems a bit verbose, these can just be inlined - [ ]...
- add custom attributes to all templates - add custom URI handling methods
Also, support HEAD method
The options objects is currently ignored. I can update this to work as you described next week. If you want to try it yourself: fork mongo-sync and update the constructor...
I think it should be as simple as adding the line below [here](https://github.com/olegp/mongo-sync/blob/master/lib/mongo-sync.js#L40). ``` uri_decode_auth: true, ``` Can you test and send a pull request if it works?
Wouldn't it be better to use the first argument for the db object, since it's mutually exclusive with the server, name & uri arg? So, you could call it either...
Ben, thanks for this and sorry for not getting back to you sooner, been taking some time off. I had a quick look and there are quite a few changes...
I enabled logging and found out that the problem is with [this line](https://github.com/rubycdp/ferrum/blob/main/lib/ferrum/page.rb#L369), which calls continue on an intercepted request before we call abort. As a result, when we call...