James Dinsdale

Results 9 issues of James Dinsdale

This may or may not be possible. The `try` command needs to launch a subprocess to allow the exception to be caught, which means that modifying the global environment is...

enhancement

If we integrate [crash](https://github.com/molovo/crash) as described in #50, we could allow users to mark tests as expecting a certain exception or exit code, and mark the test as passed if...

enhancement

Could possibly use zprof to work out which lines are covered during the course of running a test, but this may be tricky. Something to look into. Will probably rely...

enhancement
future
low priority

[Screenshot on iOS](https://imgur.com/gallery/5f9eS) The PR on Github is zulu-zsh/zulu#49 That garbled code should be the list of filenames you can see about halfway down.

The CSRF token uses an ID which no longer matches that used in `NodeAdminController`, meaning that the delete function does not work for nodes within an AdminList. This PR updates...

### Describe the bug Error thrown in CLI for all commands, with message to report it here. Error below: ``` file:///Users/molovo/.files/files/.config/yarn/global/node_modules/@netlify/build/lib/plugins_core/functions/index.js:2 import { RUNTIME, zipFunctions } from '@netlify/zip-it-and-ship-it'; ^^^^^^^ SyntaxError:...

type: bug

Not sure how to do this yet, but it would be nice and would make the script a little more flexible.

enhancement
help wanted

Currently when there are a few nested calls to revolver within long running processes (such as [Zulu's](https://github.com/zulu-zsh/zulu) unit tests, using [ZUnit](https://github.com/molovo/zunit)) the number of processes spawned can cause the machine...

performance