patrick kettner

Results 29 issues of patrick kettner

Currently, `npx lighthouse --list-all-audits` returns an array of the audits in a path like form. I wanted to quickly generate a config based off of it's output. ```sh echo "modules.exports...

waiting4reviewer

## TODO BEFORE MERGE - [x] add uglification to build step (minify is a noop currently) - [x] get travis working on pull requests - [x] update travis to include...

`\A` to mean start of a string, and `\Z` to mean end of a string are taken as literal escaped capital A and escaped capital Z, rather than being transpiled...

regexp

```rb require 'opal' def foo a = true b = case a when true puts 'should show' return a end puts 'shouldnt show' end foo ``` compiles to ```js Opal.defn(Opal.Object,...

bug
language
v1.1

In every ruby engine I have been able to test in (except mruby, which doesn't allow for regex splits) ```rb 'aBa'.split(/(B)/, 2) => ["a", "B", "a"] ``` in Opal ```js...

corelib
v1.1
regexp

It would be great to have the ability to _not_ hit the wayback proxy and go directly to the live version of a site.

Would it be possible to add an option to throw the error being logged? Or change the exit code so that it doesn't return a 0 and appear successful? https://github.com/gregnb/filemanager-webpack-plugin/blob/35f62bcef3af20b4d85b53f400b097e71ddc03e2/src/actions/copy.js#L56

enhancement
nice to have