Pavel Evstigneev

Results 37 issues of Pavel Evstigneev

I don't have credentials file, but I have bucket name, region, key and secret. How can I use that?

enhancement

When I change to database rewinder our tests become slower, because in many cases we used transaction strategy. Here is solution that worked for us: Use `DatabaseRewinder` only for capybara+js...

I found this useful patch in https://github.com/Southern/node-x509/issues/68 (i'm not an author of this changes) Thank you @stormwin

Is it possible to make helper function with multiple arguments?

I would like to do something like this: ```ace select name="a" option value="alice" selected={{.IsAlice}} Alice option value="bob" selected={{.IsBob}} Bob ``` Is it possible?

It works fine in CI: https://travis-ci.org/Paxa/slimerjs/jobs/268888244 But when I run it with docker for mac: ``` 2017-08-27T12:12:01.357Z [DEBUG] network: request ignored: http://www.tamasoft.co.jp/en/general-info/general-info.css flags:TRANSFERRING,IS_REQ, 2017-08-27T12:12:01.357Z [DEBUG] network: progress total:19901/1203896; uri: 431/19901...

we need to investigate
crash

I found 2 problems: appending content in chrome and no default formatting **No default formatting:** Source: ```html Aug 24, 2018 23:57:42 ``` Result: ```html Aug 24, 2018 23:57:42 ``` would...

```js client.query('select pg_sleep(10)', {query_timeout: 5}) .then(...) .catch(error => { e.message == 'Query read timeout' }) ``` Solve #2652

This project will benefit from signing code for mac (only downloadable file, no plans to put in app store for now): 1. Running first time without warning 2. Deliver updates...

help wanted