Christopher Hiller
Christopher Hiller
**Caveat**: If we're using `rimraf` (_not_ `npx rimraf`) somewhere in scripts, we should keep the dependency; otherwise, we can drop it. In `@appium/support`'s `fs` module, we have `rimraf()` and `rimrafSync()`...
Given the permissive nature of accepting capabilities, it is cumbersome to make certain assertions about the behavior of driver-specific caps. One could write an E2E test to check that _validation_...
This is handy for drivers which need to find executables in the filesystem.
Jimp will not get upgraded so we need to do this to avoid the vuln in older versions of jpeg-js. I also removed the relative deps from the monorepo root...
Today, if extensions wish to persist data across server invocations, they need to do this themselves. Maybe it'd be a good idea to have a persistence API that can be...
Run `npm run typedoc` to generate docs in `typedoc-docs` dir. I thought I'd take a few mins and set this up. It was _mostly_ straightforward, except: 1. Figuring out the...
Hi, we recently published this which you might be interested in: [angular-tags](http://decipherinc.github.io/angular-tags)
`@import` is (rightly) being treated as a special case: this statement will appear as the first line in the generated CSS file. However, if a `banner` is specified, it's inserted...
Would like to be able to revert what async-listener does. Is this feasible? Is there an easy way to do this I don't know about? Use case: unit tests. Would...
I have a network with a space in the name (`SON OF ZOLTAR`). I'm unable to connect to wifi via the console (I had to use terminal to configure it)....