Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] a955aa21dc Bump kdeldycke/workflows from 3.4.1 to 3.4.3
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](https://github.com/kdeldycke/workflows/compare/v3.4.1...v3.4.3)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 10:09:29 +04:00
Kevin Deldycke f6e294326b
Fix URL 2024-04-16 10:06:22 +04:00
Kevin Deldycke 52ea84f39e
Add falsehoods about HTML. Closes #180 2024-04-16 10:02:01 +04:00
7 changed files with 8 additions and 7 deletions

View File

@ -10,4 +10,4 @@ name: Autofix
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.4.3

View File

@ -8,4 +8,4 @@ name: Autolock
jobs:
autolock:
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.4.3

View File

@ -10,4 +10,4 @@ name: Docs
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.4.3

View File

@ -11,4 +11,4 @@ name: Label sponsors
jobs:
label-sponsors:
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.4.3

View File

@ -8,4 +8,4 @@ name: Labels
jobs:
labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.4.3

View File

@ -6,4 +6,4 @@ name: Lint
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.1
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.3

View File

@ -256,9 +256,10 @@ On character encoding, string formatting, unicode and internationalization.
## Web
- [Falsehoods about HTML](https://www.aartaka.me.eu.org/falsehoods-html) - “Web is beautiful. Web is ugly. Web is astonishing. A part of this appeal is HTML, with its historical quirks.”
- [Falsehoods about REST APIs](https://web.archive.org/web/20201112010147/http://slinkp.com/falsehoods-programmers-believe-about-apis.html) - Pitfalls to be mindful of when creating and documenting APIs.
- [URLs: It's complicated…](https://www.netmeister.org/blog/urls.html) - There's a lot of components in an URL, and all have their own logic.
- [The Hidden Complexity of Downloading Favicons, Told in 15+ Edge Cases](https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/) - Downloading that little icon you see in you browser tabs should be a simple exercise. It turned out to be a lot more complicated than you think. Be vigilant that you are not shaving a Yak.
- [The Hidden Complexity of Downloading Favicons, Told in 15+ Edge Cases](https://web.archive.org/web/20230604033340/https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/) - Downloading that little icon you see in you browser tabs should be a simple exercise. It turned out to be a lot more complicated than you think. Be vigilant that you are not shaving a Yak.
## Contributing