Yash Singh

Results 62 comments of Yash Singh

Do you mean allowing a .nvmrc, like this?: ``` “some comment” node ``` The reason that this shouldn’t be added is because it removes support for aliases with double quotes...

Yes, because it doesn’t allow anything other than symbols, strings, and numbers.

Revised the type to support newer non PropertyKey case

Getting this problem too when trying to use `@typescript-eslint/utils` in rules.

I am getting an `npm audit` report: # npm audit report marked 1.1.1 - 1.2.9 Severity: moderate Regular Expression Denial of Service - https://npmjs.com/advisories/1623 fix available via `npm audit fix...

Another thing to note before merging this: > No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every...

@tombh Check this StackOverFlow Answer out: https://stackoverflow.com/a/10464073/13514657 Maybe we can apply it in the Web Extension.

Never mind, I forgot that `Browsh` uses `Firefox`. The `StackOverFlow` answer only is for `Chrome`. To get it working on `Firefox` we need to apply the following CSS: ```css body...

Hey there, I recently added in this feature inside a new project I created: `zoom.js`. Here is the [link](https://github.com/Yash-Singh1/zoom.js) if you want to look at it. If you would like...

@heywoodlh For some reason this isn't in the documentation yet. You can run something like: ```bash browsh https://google.com https://google.com ``` To open two tabs of `google.com`. Note that the way...