Ryan

Results 4 comments of Ryan

To avoid any bad surprises, I believe the `openPopp()` is only available inside of a user triggered event handler as [explained here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions). Also MDN documentation seems to have very good...

@nibble0101 I was wrong on my last statement. After doing some research it appears that Chrome's action.openPopup() is supposed to be more relaxed about user actions than Mozilla's browserAction.open(). Currently...

Je commence Function binding 💃

Having the same issue here, for example: ```ts import { InputType, Field } from '@nestjs/graphql'; import { createUnionType } from '@nestjs/graphql'; const StringOrArrayOfStringType = createUnionType({ name: 'StringOrArrayOfString', types: () =>...