John Doherty

Results 17 issues of John Doherty

Any plans to make this to work cross-platform _(Mac, Windows, Linux)_?

enhancement
help wanted

Hey everyone. I'm trying to understand which methods trigger the execution of the request based on the examples: Calling `.end()` makes sense: ```js describe('POST /users', function() { it('responds with json',...

I've made a start, just need help porting [shippable.yml](https://github.com/john-doherty/selenium-cucumber-js/blob/master/shippable.yml) to [.github/workflows/ci.yml](https://github.com/john-doherty/selenium-cucumber-js/blob/master/.github/workflows/ci.yml)

help wanted

Adding `selenium-cucumber-js` to a project is a bit of a hassle as you have to create the dependant folders. It would be far cleaner to execute two commands and have...

help wanted

Hello. Is anyone able to tell me how you would use this with the `cordova-plugin-camera` plugin to move the temp file to a permanent location?

* Merged previous iOS storyboard support, but disabled legacy image generation when in storyboard mode * Added --use-storyboard-singular=true switch to generate a singular storyboard image which reduces the overall app...

It would be great if you could add support for creating/overwriting the `DOKKU_SCALE` file ```yml - uses: idoberko2/dokku-deploy-github-action@v1 with: ssh-private-key: ${{ secrets.DOKKU_SSH }} dokku-host: 'myapi.com' app-name: 'api' dokku-scale: 'web=2' ```...

I'm trying to use: ``` router.ws(new RegExp('^/([0-9]{6})$'), function (ws, req) { // do stuff }); ``` But it's throwing an error on line 18 of websocket-url.js because it's always assuming...

enhancement
tricky problem