Paul Canning

Results 43 issues of Paul Canning

Following the Promise example from the README, I get the error message "TypeError: parser.parseStringPromise is not a function"

I am wanting to host the editor on our internal network. How can I remove the default Pet Store API documentation when loading the editor?

As per the RSS2 spec > `` is an optional sub-element of ``. > > It's the email address of the author of the item. For newspapers and magazines syndicating...

The RSS2 feed does not have the `source` sub element - https://validator.w3.org/feed/docs/rss2.html#ltsourcegtSubelementOfLtitemgt

I have a private repo with 40+ releases, but running `gren changelog` only finds 30 releases. All releases follow the same versioning format, x.y.z

Using the example code results in errors and simply does not work. ``` const Ajv = require("ajv") const addFormats = require("ajv-formats") const ajv = new Ajv() addFormats(ajv) ``` The above...

I am testing out using the new ES Module system, along with a Lambda Layer. Here is my tsconfig file I used to compile my index.js file: ```json { "compilerOptions":...

bug
needs-triage

Assuming I am using `src('/root/*/**)` to target all sub folders in `root` and all files in each folder, to zip up, how do I output the zip, using `dest()` into...

I am trying to use `createdAt:2022-01-01*` but get a syntax error. `createdAt` is an ISO date string eg `2021-12-25T00:00:00.000Z` I also tried `createdAt:2021*` - syntax error `createdAt:"2021*"` - no syntax...

enhancement

When trying to find a string that contains hyphens (`-`), you must surround it in quotes. Without quotes, you get a syntax error. We should be allowed to escape the...