Results 63 issues of Jason Yundt
trafficstars

## Problem I would like to use CC0 to help me dedicate some of my software to the public domain. I would like to include a copy of CC0 with...

🟩 priority: low
🚦 status: awaiting triage
✨ goal: improvement
💻 aspect: code

## Description [The proposed CC0 1.1](https://github.com/creativecommons/creativecommons.org/blob/cc0-1-1-proposed/docroot/legalcode/zero_1.1.html)’s Section 4(b) says “the present or absence of errors”. [It should say “the presence or absence of errors”.](https://creativecommons.org/legal-code-errata/) ## Reproduction 1. [Download the proposed...

🟧 priority: high
🚧 status: blocked
🛠 goal: fix
💻 aspect: code

## Description According to [the HTML Standard](https://html.spec.whatwg.org/multipage/), [the `align` attribute must not be used on `p` elements](https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features). [The proposed CC0 1.1](https://github.com/creativecommons/creativecommons.org/blob/cc0-1-1-proposed/docroot/legalcode/zero_1.1.html) uses the `align` attribute on a `p` element. ```xhtml...

🟧 priority: high
🚦 status: awaiting triage
🛠 goal: fix
💻 aspect: code

## Description According to [the HTML Standard](https://html.spec.whatwg.org/multipage/), a [`meta`](https://html.spec.whatwg.org/multipage/semantics.html#meta) element can have its [`http-equiv`](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv) attribute set to [`content-type`](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-type). In this situation, the `http-equiv` attribute is in [the Encoding declaration state](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-content-type)....

🟧 priority: high
🚧 status: blocked
🛠 goal: fix
💻 aspect: code

### Environment Both Ubuntu 18.04 packages (d1x-rebirth version 0.58.1-1build1, and d2x-rebirth version 0.58.1-1.1), and versions compiled from commit fe77949a824e23e7237fd5994a06f6ab072ee271 #### Operating System Environment * Ubuntu * [x] Ubuntu 18.04 LTS...

When you plug a Nitrokey Storage 2 into a Linux system, the kernel gives errors related to caching. #### Steps to reproduce 1. Plug in the Nitrokey Storage 2. 2....

According to the [supplied MIME type detection algorithm](https://mimesniff.spec.whatwg.org/#supplied-mime-type-detection-algorithm), >If the resource is retrieved directly from the file system, set supplied-type to the MIME type provided by the file system. This...

This commit simplfies many sentences and rewords many sentences to make them sound more natural. In some places, this commit rewords sentences to make their structure more parallel. The goal...

enhancement

See the individual commits for details.

enhancement

**Your Godot version:** v4.0.alpha.custom_build [d2a6a187f] **Issue description:** Now that godotengine/godot#63596 is merged, `change_scene` needs to be replaced with `change_scene_to_file` and `change_scene_to` needs to be replaced with `change_scene_to_packed`. **URL to the...

bug