Oliver Joseph Ash

Results 267 comments of Oliver Joseph Ash

> If you have experience with Chrome Extensions feel free to help: I don't have that much experience with running content and background scripts. I have written a few, as...

I am also looking for `express-resource` integration with `express-namespace`. @supr, line 64 has probably changed since you fixed it!

For the graphs, I noticed that Brotli is the default size type. We don't currently use Brotli so we would like the graphs to default to using gzip instead. Is...

Related to this: I would love to see support for passing a custom quality level to Brotli. (We use the maximum quality level—11.) Do you think we could support something...

Agreed with @paulirish that a status is probably sufficient, but if you did want to have a dedicated page, you could use the checks API inside of the action.

Can you input a source map to browserify?

Workaround: ``` ts type ObjectWithStrings = Record declare const requireObjectStrings: (object: ObjectWithStrings) => void; interface MyInterface { foo: string; } declare const myInterface: MyInterface; // No error, good :-) requireObjectStrings(myInterface)...

My use case: I have a global file, `project-name.sublime-project`, which lives in each of my Git directories but I do not commit it to the repo. It is in that...

I just ran into this again. Here is what I think is a good real world use case. I have set my global EditorConfig (`~/.editorconfig`) to trim trailing whitespace from...