Oleksandr Koshevierov

Results 13 comments of Oleksandr Koshevierov

I think he meant not selection, but navigation. If I have to set range like '2012-06-05' - '2012-06-08' I have to navigate monthly ~60 times on each tab untill I...

I have a similar problem with multiple users supertest: ```js process.env.NODE_ENV = 'test' require('module-alias/register') const server = require('../server') const mongoose = require('mongoose') const supertest = require('supertest') const credits = {...

@thomascayne Thanks, good job! But it looks kinda tricky. I hope this workaround will be the part of library someday.

Implemented new view mode "split" (in filemanager.config.json -> options -> filemaagerMode = 'split'). In this view mode tree view will show only folders and main view - files only. Also,...

Only folders in the tree model and only files in the main section. ![2017-02-10_103025](https://cloud.githubusercontent.com/assets/6623262/22818067/329e15fc-ef7c-11e6-89a6-69316e5e6e6d.png) listFiles works only with tree panel, but split mode includes main area

Heya, @servocoder Okay, I think I will take a look for my own connector and than join to your lazy_loading branch again.

Looks like there's a single site (Latoken) who sends header 'Content-Encoding' => 'gzip' without actually gzipping content.

Well, it will be wrong if I include catching for `latoken` only. It depends on server response with wrong headers: content is not gzipped, but response header says it is....

`rspec spec/echanges/latoken` works fine. Could it be some temporary server-side error? Is there a way to re-run Travis check? UPD: It looks like there's new response, if you remove old...