Results 64 issues of Jason Yundt

I can see that there are several small triangles that exist: $ chars 'DOWN-POINTING TRIANGLE' U+0001F783, 🞃 0x0001F783, \0373603, UTF-8: f0 9f 9e 83, UTF-16BE: d83ddf83 Width: 1, prints as...

It would be nice if `chars` supported `--help` and `--version`. Most other command-line applications support those options, and when I first tried `chars`, I expected them to work.

Before this change, there was multiple different bug reporting guides. This change removes the guide that was in the docs and replaces it with a note that says to follow...

enhancement
needs work

**Reasons for making this change:** This repo says that [its “license” is CC0](https://github.com/github/gitignore#license). CC0 is a public domain dedication, not a license. I use CC0 on some of my work,...

discussion wanted

When playing Half-Life in Xash3D, several textures have noticeable artifacts from dithering. Take a look at alien1, the skybox used in c4a1b: This is what it looks like in Xash3D,...

[This PR](https://github.com/spdx/spdx-spec/pull/567) removed the following text from [`chapters/document-creation-information.md`](https://github.com/spdx/spdx-spec/blob/development/v2.2.2/chapters/document-creation-information.md): >By using this document, or any portion hereof, you hereby agree that any copyright rights (as determined by your jurisdiction) in any...

**Is your feature request related to a problem? Please describe.** I’m currently working on a patchset that will make [Git’s test suite](https://git.kernel.org/pub/scm/git/git.git/tree/t/README) check [GitWeb](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb)’s HTML and CSS for validity. The...

When a byte order mark is used, `.css` files often fail to validate. More specifically, there’s limitations as to which [tokens](https://www.w3.org/TR/css-syntax-3/#tokenization) the file can start with. For example, if the...

CSS

Consider this [this example](https://github.com/fsfe/reuse-tool/files/7488242/Incorrect.use.of.LicenseInfoInFile.zip): ``` Incorrect use of LicenseInfoInFile ├── ColemanCount.png ├── ColemanCount.png.license └── LICENSES └── GPL-2.0-only.txt ``` Running `reuse spdx` from that directory gives me: ``` reuse.project - WARNING...

## Description According to [Legal Code Defined](https://creativecommons.org/legal-code-defined/), >As the only legally-operative layer, the legal code is the primary layer of the CC licenses. It consists of the text of the...

🟩 priority: low
🏁 status: ready for work
🛠 goal: fix
💻 aspect: code
🔒 staff only