Seirdy

Results 83 issues of Seirdy

**Which version are you referring to** 3.2rc3, Using "OpenSSL 3.1.1 30 May 2023 (Library: OpenSSL 3.1.1 30 May 2023)" [~94 ciphers] **Describe your feature request (if it's a technical feature)**...

Switch to the more featureful, API-compatible regex module. This module is recommended for more advanced regular expressions in Python's own documentation: https://docs.python.org/3/library/re.html Regex patterns can now use features such as...

Proxying remote images (IndieWeb u-photos) will reduce DNS lookups and avoid any CORS issues. With server-side caching, it could also reduce unnecessary traffic to servers of participating members. In the...

I'd like to join this webring. My site is built by a static site generator. During each build, my SSG pipeline will fetch the next/prev webring links from the config.yaml...

I should be able to get my static site to extract prev/next links from this repo's config.yaml at build-time and rebuild regularly. I do something like this for the GEORGE...

Like [checksec](https://github.com/slimm609/checksec.sh), being able to detect RPATH and RUNPATH would be helpful; hardened binaries should exclude this information.

enhancement
good first issue

I noticed that the [Comparison of ways to use vocabulary in content](https://github.com/w3c/adapt/wiki/Comparison-of-ways-to-use-vocabulary-in-content) page on the personalization-semantics wiki didn't mention Microformats. Microformats add semantic meaning to individual HTML elements; this is...

css-validator will mark any instance of the `contain-intrinsic-size` property as a failure. Related: [commit 3591111](https://github.com/w3c/css-validator/commit/3591111aab91501123d79a46f2b1704ba4b0d430). Will update with a test-case soon.

The `@supports` at-rule now supports the `selector()` function [as of CSS conditionals level 4](https://www.w3.org/TR/css-conditional-4/#at-supports-ext). Safari, Chromium, Edge, and Firefox have shipped support. The CSS validator and Nu validator fail to...

It should be possibe to describe many things with time zones: - Schedules for things such as broadcasts (already implemented) - The time-zone for a `Person`'s own schedule, as it...