Timid Robot Zehta

Results 57 issues of Timid Robot Zehta

added missing comma to monsters attack/weapon MonsterStats

## 1) Use IETF BCP 47 language tags instead of ISO 629-2 language codes The documentation recommends ISO 629-2 language codes: https://github.com/EthicalSource/contributor_covenant/blob/b6b84450510006e5386a3045d80142a329a76142/README.md?plain=1#L60-L61 However, I believe those are technically insufficient. Instead...

## Description The Public Domain Mark (PDM) is available at two URLs (no canonical URL): ## Reproduction 1. https://creativecommons.org/publicdomain/mark/1.0/ - βœ… **Correct** 2. https://creativecommons.org/licenses/mark/1.0/ - ❌ **Incorrect:** it is not...

server-issue
cc.engine
πŸ›  goal: fix
🏷 status: label work required

## Issue Description We need lightweight self-contained HTML error pages that use the Creative Commons brand. - should use CC [voΒ·cabΒ·uΒ·larΒ·y](https://opensource.creativecommons.org/cc-vocabulary/) - should be simple and informative - must be...

🟨 priority: medium
🌟 goal: addition
πŸ•Ή aspect: interface
πŸ’¬ talk: discussion
🏷 status: label work required

## Description Vocabulary `v2020.11.3` CSS is overly generic. It breaks basic formatting. Any HTML that is not explicitly styled (and some that is) looks terrible. Examples: ```css html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 { margin:...

🟨 priority: medium
🏁 status: ready for work
πŸ›  goal: fix
πŸ’» aspect: code
πŸ’¬ talk: discussion

The license chooser was removed due to errors and a desire to avoid duplicating work being done by other Google Summer of Code projects. Currently, the plugin only links to...

🚧 status: blocked
🧹 status: ticket work required
🏷 status: label work required

## Description python guidelines: reorganize, fix links, and update formatting Thank you @possumbilities for contributing feedback that informed these changes ## Screenshots ## new/PR ![Screenshot 2022-10-25 at 15-19-04 Python Guidelines](https://user-images.githubusercontent.com/691322/197892868-ff7a42ef-79e6-43bc-a5a3-c5b3b275db77.png)...

## Problem Our projects assume a working knowledge of multiple technologies (ex. Command Line, Docker, Git, JavaScript, Python). New contributors with less experience in any of those technologies may feel...

help wanted
🟩 priority: low
🏁 status: ready for work
🌟 goal: addition
πŸ€– aspect: dx
πŸ’¬ talk: discussion

## Fixes Fixes #418 - #418 ## Checklist - [x] My pull request has a descriptive title (not a vague title like `Update index.md`). - [x] My pull request targets...

## Description Remove hardcoded CloudFront CDN (use default Cloudflare CDN) ## Reproduction https://github.com/creativecommons/chooser/blob/80ceb9d2a36a1a1609c847c43372194c7799c255/public/index.html#L9-L10 ## Expectation 1. Update source ```diff index 6e9f3a0..ab5b1db 100644 --- public/index.html +++ public/index.html @@ -6,8 +6,8 @@...

🟧 priority: high
🏁 status: ready for work
πŸ›  goal: fix
πŸ’» aspect: code