kael
kael
The canonical URL of the [site](https://hooks-guide.netlify.app/) is [not correct](https://github.com/Raathigesh/hooks.guide/blob/a9690becdce66e0366794970117ad0dda9d8afaa/public/index.html#L17): ```xml ``` I'm using [Hypothes.is](https://hypothes.is/users/kael) to bookmark links, and the service relies on the canonical URL of the bookmarked site as...
Trying to parse a Recipe described in a JSON-LD content embedded in CDATA returns nothing. The [sample](https://www.marmiton.org/recettes/recette_ile-flottante_21741.aspx): ```xml // ``` It seems Cheerio doesn't handle that case. I'm using that...
cc @gauntface ## Type of Issue Suggestion of example for notification image with on-the-fly OffscreenCanvas generated image. ## Details.... A code sample as a starter: ```js // canvas.toDataURL() not available...
cc @gauntface ## Type of Issue > Notifications not displayed on some ASUS devices when Chrome or a PWA is closed ## Details.... With some ASUS devices, Chrome (or its...
Trying to bypass the size limit of push messages, I'm sending several push notifications that get aggregated by the browser. But sometimes, irregularly and randomly, the 2nd notification is received...
Trying to compile the _fastmail-fmwheezy29312-9325_ version, running _./configure_ fails with : ``` ./configure: line 18772: syntax error near unexpected token `newline' ./configure: line 18772: ` XO_LIB_XAPIAN(' ``` Modifying _configure_ that...
Querying the API for an URI, the API returns a `total` of 3 but with 2 annotations: ```json { "total": 3, "rows": [ { "id": "2ZlzQI_6Ee2_GiO1q_kZlw", "created": "2023-01-09T08:51:47.348734+00:00", "updated": "2023-01-09T08:51:47.348734+00:00",...
With the API, fetching groups for a `document_uri` returns my private groups when authenticated although I didn't annotate the URI. Is this a bug ? The documentation regarding [`GET /groups`](https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups/get)...
It'd be nice if HTMLRewriter supported the CSS [`:has()` pseudo-class selector](https://developer.mozilla.org/en-US/docs/Web/CSS/:has). In my case I'd like to use it for selecting elements which have a child element with specific attributes....
With a Worker, I'm using an [`URLPattern`](https://developer.mozilla.org/en-US/docs/Web/API/URLPattern/URLPattern) to extract an `arXivId` from an `URL#pathname`. The following pattern does not match with Workers but does match with Chrome: ```js const pathname...