Derek Zhou
Derek Zhou
@tshaddix looks like this is still an unresolved issue and a pretty major one given that multiple browsers are moving from persistent to event based extensions. I'm doing research on...
@tshaddix everything seems to work as long as the initial service working is active. however, once the service worker is terminated or idle, restarting the service worker does not automatically...
+1 for this. I assumed that ``` pluralize.plural('IP') //=> "IPS" pluralize.addPluralRule(/IP$/, 'IPs') pluralize.plural('IP') //=> "IPs" // DOES NOT WORK LIKE THIS ``` would work, but it still outputs 'IPS'.
@jhen0409 I am trying to do this also. Can you please provide an example? I tried this, but it is not working: ``` chrome.browserAction.onClicked.addListener((tab) => { chrome.tabs.executeScript(tab.id, { code: fetchRes,...
@SmboBeast Any luck on finding out what this is? I think I'm getting the same thing. I think if you scroll close to the beginning of a batch, you mess...
@emilkowalski please review and merge
@emilkowalski lmk if i need to do anything else. please publish 1.1.3 so the new fixes/changes are deployed