Martin Giger

Results 88 issues of Martin Giger

Support fetching the chatlog from clips. This probably involves getting the VOD ID for the clip and the start offset. Or maybe there's a dedicated chat replay API.

enhancement

Use the minimum VOD age to detect that. So the command either requires a VOD ID or an absolute time plus a channel.

A rule can now suggest fixes, instead of providing one absolutely correct fix.

enhancement

Array.from etc. are probably slower. Need to investigate.

enhancement

- `indexOf`/`lastIndexOf` with a literal param - `slice`/`splice` with literal params - `map`, `filter`, `sort` and `reduce` without references to something in the outer scope or some global like Date.now()...

enhancement

Yeah, let's avoid doing the proposed solution in https://itnext.io/heres-why-mapping-a-constructed-array-doesn-t-work-in-javascript-f1195138615a and use filling instead.

enhancement

Ensure methods are called on arrays, though that may be quite complicated, especially with method return values. Maybe change the certainness? Such a change should also add an option to...

bug

It would be nice if devDependencies could be ignored, without having to manually specify them in the Gruntfile. I know that this can be done by reading the bower.json and...

### Is this a feature request or a bug? Bug ### What is the current behavior? * Run web-ext with `-f flatpak:org.mozilla.firefox` and a relative profile directory like `-p ./tmp-profile`...