Results 91 issues of Clar Fon

Right now, syntax errors are just given a line followed by "syntax error," which makes debugging stuff pretty difficult. Would be nice if it also clarified where on the line...

Would be nice to have. Envisioning this as something like a `-u` flag where the host is recognised as a directory, and the ports are recognised as files in that...

enhancement

There's a lovely project by Myndex here that aims to address a lot of problems with WCAG contrast: https://github.com/Myndex/SAPC-APCA They also have a Bridge-PCA algorithm that will satisfy the requirements...

I've been trying to export most of my dotfile-type configs to system packages I can install. A lot of programs offer the option for both a system and a user...

feature-request
good first issue

Because hexyl truncates repeating sections, it would be nice to be able to have hexyl quickly skip over these sections instead of scanning them byte-by-byte.

Somewhere along the line, the plus in the `file://` URL is converted to a space, causing a crash by a `NoSuchFileException`. I found this while writing a minecraft mod; I...

bug
dependency resolution

The official spec doesn't allow for binary, octal, or hexadecimal floats, although there isn't a particular reason why it couldn't. They work exactly the same as decimal floats, just with...

It'd be useful if `unic` had an API that converted bidirectionally between unsigned integers and various scripts. For example, here are a few representations of the number twelve: * `12`...

C: ucd
feature

Essentially, something like: ``` const MULTIPLY_DOT: char = named_char!("dot operator"); ``` I've found that in some cases where I've wanted to use less-known unicode characters, that I've resorted to just...

C: ucd
feature

See unicode-rs/unicode-normalization#20 for rationale, and https://unicode.org/reports/tr15/#UAX15-D4 for a description of the algorithm. This would allow us to do no-allocation normalisation, making all of the normal forms available on `no_std`.

feature