Mat Kelly

Results 844 comments of Mat Kelly

With regard to use the webcitation URI-R above, the multi-second delay only seems to occur when the localstorage is very large, e.g., cnn.com was queried before-hand. Clearing the cache, loading...

This is due to mentos themselves having "TimeMaps" in the Link header. Mink associates the information in this header with the URI-M. This caching might subsequently involve navigation, so we...

Commenting out: ``` //chrome.runtime.sendMessage({ // method: 'setTimemapInStorageAndCall', tm: tm, url: document.URL //}) ``` or not executing this conditional will prevent the entry from being inserted into localStorage and thus it...

Additional caveat: selecting the URI-M entry in the options dropdown for cached TMs produces an exception, as however we are storing it in localStorage is malformed compared to how TMs...

Maybe simply change the icon to be one with "..." within the image while processing.

Branch [issue-203](https://github.com/machawk1/Mink/tree/issue-203) has been setup with hooks. A simple web page like the following will invoke a callee's functionality in Mink: ``` js var minkId = "ehlefgjpcinhloogfldmkojonnjpnloo"; chrome.runtime.sendMessage(minkId, {"test": "case!"},...

@weiglemc @phonedude Per above, web pages and other extensions can communicate to Chrome extensions (i.e., Mink) through message passing. Can you imagine some specific use cases for this?

Oddly, the count with "0" is green ![screen shot 2018-09-05 at 12 50 12 pm](https://user-images.githubusercontent.com/2514780/45108317-4928cc80-b10a-11e8-9684-5d1251831164.png) instead of red ![screen shot 2018-09-05 at 12 51 00 pm](https://user-images.githubusercontent.com/2514780/45108354-5f368d00-b10a-11e8-8edf-e576d1d7e4fb.png) ...as conventionally displayed when...

Perhaps this has to do with a URI-R specifying its own TimeGate: ``` link: ;rel="canonical", ;rel="timegate" ```

It could be that because the URI-R is specifying its own TG, which is specifying its own TM, this is superseding the logic of requesting an aggregating TM from the...