Daily Shaarli

All links of one day in a single page.

November 6, 2023

Firefox Development Is Moving From Mercurial To Git
S/I Webring - About

The idea of this webring is to allow anyone to have a cute little badge on their website that shows their relationship (whether platonic or romantic) with a certain character!

TypeScript and React: Enforcing Props for Accessibility - DEV Community

aria-label and aria-labelledby are exclusive. So they can be enforced for components in typescript:

type ToggleSwitchProps = {
  name: string;
  checked: boolean;
  handleToggle: () => void;
  size?: "sm" | "lg" | "base";
  classNames?: string;
} & ({ ariaLabel: string; ariaLabelledBy: never } | { ariaLabel: never; ariaLabelledBy: string });
Andrew M McCall - Golang, Javascript, PHP, Wordpress
Fushra Pulse · GitHub

Smoothen the fork of Firefox