Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

it is an old app, and we are keeping it as is, without upgrading much. Have you tried different versions of Node?

Solution - install https://github.com/cypress-io/cypress-browserify-preprocessor - add to `cypress/plugins/index.js` ```js const browserify = require('@cypress/browserify-preprocessor') module.exports = (on) => { const options = browserify.defaultOptions // print options to find babelify, it is...

well we need single command I believe, so not `wait-on` but `start-server-then-test`

because we are iterating over each folder, running "test" command. Why split it into background task, keep track of the test then kill the background task? That's what `start-server ...`...

I have no idea why this would be the case, can you try adding `wait-on` utility to see if it can check if your server is reachable? Also can you...

Hi everyone! - I am Gleb, and most people call me Gleb - Originally from tiny country Moldova, now live in Boston, US - How to write reliable, testable and...

maybe limit to Node environment

hmm, I never used checks with OO examples, need to stop blasting the context

No types for You! Sent from my iPhone > On May 13, 2020, at 15:04, Zach Bloomquist wrote: > >  > — > You are receiving this because you...

I won't look at this, but I will be open to someone opening a pull request with a fix