-
### User story
For some reason, not everyone loves GUIDs. WiX has spent many years fighting them. One remains: The upgrade code. What if we generated a stable GUID for a human-readable string?
### …
-
Based on the name I would expect that `Duration#toHuman` returns strings that are optimal for human reading. But, IMHO this is not the case.
The way I see it there are three issues.
* If a `Dura…
-
Follow-on to this comment: https://github.com/SoarGroup/VisualSoar/issues/34#issuecomment-2358900377
Requirements:
* Combines .dm, .vsa and comment.dm into one file
* Fixes issues where the…
-
For years now there have been many ways to turn random strings inro human readable words and I think it would be nice. For example in python: https://pypi.org/project/bip39/
-
The ProFTPD code base (and its modules) often use `strerror(3)` for logging/reporting errors to admins/users. Unfortunately, simply logging the `strerror(3)` value for a given `errno` is not very use…
-
Any strings that are intended for consumption by mere mortals should have (most of?) the editorial comments inserted by catalogers (usually in []) removed. Title strings are particularly susceptible …
-
Having unvalidated types for `ZeroMap`s is annoying. We have `UnavalidatedTinyAsciiStr`, but for `struct TimeZoneBcp47Id(TinyAsciiStr)` we additionally need `struct UnvalidatedTimeZoneBcp47Id(Unvalida…
-
Transferring this issue from https://github.com/w3c/vc-data-integrity/issues/218:
The test vectors use human-readable strings and the i18n group requested that we express them using the appropriate…
-
Similar to #2, but for string formatting instead of string parsing.
If #2 is adopted, an API using the same microformat could be proposed.
### Advantages:
Sometimes it's necessary to obtain a…
-
Right now, rbx_types uses the Rust `String` type to represent Roblox `string` values. This works most of the time, but is actually incorrect because Roblox strings are not required to be UTF-8. So, rb…