Henri Dickson

Results 21 issues of Henri Dickson

would be great to have hyperscript on [CDNJS](https://github.com/cdnjs/packages/blob/master/CONTRIBUTING.md#creating-a-new-library-on-cdnjs), and htmx seems already there.

``` var cookies = document.cookie .split(';') .filter(function (cookie) { return cookie.indexOf(name + "=") === 0; })[0]; ``` code works when cookie is `csrftoken=xyz; abc=def` but fails on `abc=def; csrftoken=xyz`

Thanks for the great work on picocss and exciting v2. ## Describe the issue it seems the [hover-activated dropdown menu in v1](https://picocss.com/docs/dropdowns.html) is gone in v2 ### Current Behavior only...

v2

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: ubuntu 20.04 - Python...

:microbe: bug
:mag: linter

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: e.g. ubuntu macOS 13.4...

:steam_locomotive: enhancement
:mag: linter

fix exception when content type in header is sth like `application/activity+json;`

instead of physically deleting a deleted identity, a more common and better practice is to return 410 Gone with type = Tombstone

when fetching remote actor or status, content type must be one of: - "application/ld+json" - "application/activity+json" I did not apply this check to: - nodeinfo - web finger because I...