James Hill

Results 13 comments of James Hill

`electron-userland/electron-spellchecker`, of which the maintainer of this module is a contributor, has a hard dependency on this, so - as per above - why deprecated?

@zinserjan Totally disagree. As is typically the case with .*rc files - think eslint/babel - we can specify presets to use, thereby making configuration portable across projects, and reducing the...

I'm using a separate npm module to house my test setup, which is as easy as `npm i test-setup -D`ing it. But providing defaults for mocha.opts in that project, and...

Not sure if still bugging people, but here's my approach: ``` - name: Download task definition run: | aws ecs describe-task-definition --task-definition api --query taskDefinition | jq -r 'del( .taskDefinitionArn,...

This issue is very annoying. Not only does it stop outputing screenshots for failed steps, but it also stops outputing screenshots for failed `tryTo`s. Wrapping in a `try {} catch()...

Agreed. Confusing as! Some apis accept callbacks upon completion, some take `{ onSuccess, onFailure }` objects. None use promises. No consistency at all! To grasp what's going on is requiring...

Same issue here ``` Operating System: Platform: MacOS Binaries: Node: 18 Yarn: 1.22.19 Relevant packages: next: [email protected] react: 18.2.0 react-dom: 18.2.0 ```

Will provide one this weekend if still required?

Ok guys, I've finally had time to tidy up my code and push an example. It's not production quality ;) but works out of the box, and will hopefully get...

It uses a packager under the hood, that I wrote, which basically just resolves bower package names, and endpoints. Otherwise is standard Browserify functionality. Might be worth wrapping Browserify and...