Max
Max
Scratch has some unexpected behaviours designed to make anything the programmer throws at it work. Let's take the 'set costume' block as an example. Here's your implementation: https://github.com/PullJosh/scratch-js/blob/d415d1d74b0b4516bd827a87499f7b1306d595f8/scratch-js/Sprite.js#L11-L19 This would...
# Resolves Resolves #96 # Changes This pull request creates two changes - creating a CLI - modifying the defaults.json - modifying documentation The CLI works like this: - it...
This issue is migrated from discussions in Discord /cc @glynnw We're searching for the audit channel before checking if audit transparency is enabled. This has two flaws: - when the...
Per suggestion in #82, document what Commando command definitions look like; and a step-by-step guide to making a command.
I have already added these labels: - security - i18n - do not merge - urgent Do we, perhaps, want some of these? - p1 "Priority-1, important" - p2 "Priority-2,...
The FAQ is much shorter than the generating form (in particular now because of the height of the form). To ensure everyone knows the FAQ exists, perhaps it should be...
It'd be great to make sure people creative valid security.txt files. Some validation could include: - Verifying that a `:` was included in the value of the `Contact:` directive (this...
In the README.md file, the phrase "check our" was used. This is corrected to "check out" by this pull request.
When viewing the default code that the editor is initialised with for the [ES6: Use the rest operator with function parameters](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/use-the-rest-operator-with-function-parameters/), it appears to be too confusing. I'm of the...
**Describe the bug** Using `` tags to show new terminology (rather than to refer to code) has caused confusion to campers, as filed in freeCodeCamp/freeCodeCamp#17655. These tags do cause confusion....