Boris Shifrin

Results 17 issues of Boris Shifrin

I have a table with big amount of data inside. Just applied ``` @architect.install('partition', type='range', subtype='date', constraint='month', column='date_from') ``` and created triggers. But my data is still in master table....

enhancement
help wanted

Actually what difference between `extendedTimeOut` and `timeOut` ?

Impossible to use custom user model in Django 1.7 due to AppRegistryNotReady exception: ``` django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet. ```

Since in application there is no any mapping between tweepy (API)[https://github.com/tweepy/tweepy/blob/master/tweepy/api.py] methods and the twitter api paths, it's not possible use rate limit status response, where paths as keys are...

I'm looking the way to tweak tour appearing behavior. What I see now: When tour appears for first time, it always starts from left top corner of the screen and...

Is it compatible with latest version of react-hot-loader?

After recent upgrade `jest` (which uses jsdom in background) from version 21.2.0 to 22.0.6 I have started getting error: `"Error: Not implemented:" navigation` My code relies on `window.location` and I...

...which work with custom user models after minimal settings setup out of the box!

``` In [5]: from textile import textile In [7]: textile('http://en.wikipedia.org/wiki/Game_(rapper)') Out[7]: 'http://en.wikipedia.org/wiki/Game_(rapper)' ```

I'v got this error while creating new local user ``` GET /signin 200 44.507 ms - 3938 { message: 'Valid credentials are required.', code: 'security_unauthorized' } ``` And it's not...