John Zhou

Results 7 comments of John Zhou

> multiple driver guides. > > ``` > const driver = new Driver(); > if (this.driver) { > this.driver.defineSteps([{ > element: '#a', > popover: { > title: 'title', > description:...

> > multiple driver guides. > > ``` > > const driver = new Driver(); > > if (this.driver) { > > this.driver.defineSteps([{ > > element: '#a', > > popover:...

The documentation is misleading. The library doesn't really support dynamic elements. #162

> Trying to do something similar here. I have a large form that I want to break up into chunks with an accordion-style layout. I tried to accomplish this using...

Just wanted to mention that only root can write in /run. If you want to run it as a non-root user, you need to add the entry `RuntimeDirectory=pm2` and `Environment=PM2_PID_FILE_PATH=/run/pm2/pm2.pid`....

> Thanks for reporting! > > Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by...

You're right, it was an issue with undefined typing for environment variables. To be fair, the original TypeScript error gave little indication that was the problem. I will close this.