-
Updated
Oct 3, 2021 - JavaScript
education
Here are 5,634 public repositories matching this topic...
-
Updated
Sep 22, 2021
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 2, 2021 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Oct 3, 2021 - JavaScript
Right now when upgrading to Next.js 11, there is an issue rendering the CodeMirror editor. I believe it has something to do with global CSS.
Hi
We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.
[There are several ways to con
-
Updated
Oct 2, 2021 - CSS
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Sep 11, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2021 - SCSS
bitmap/bit array
-
Updated
Sep 28, 2021 - C
-
Updated
Sep 20, 2021 - JavaScript
With the following code:
s1 = chord_degree(:i, :C3, :major, 5, invert:1)
the expected output should be (ring 52, 55, 59, 60, 62)
Whereas what SPi does (ring 52, 55, 59, 62, 60)
With this code:
s1 = chord_degree(:i, :C3, :major, 4, invert:2)
The expected output should be (ring 55, 59, 60, 64)
But when s1 = chord_degree(:i, :C3, :major, 5, invert:2)
Whereas what SPi does (ring 55, 59, 62,
-
Updated
Sep 23, 2021 - Python
-
Updated
Oct 2, 2021 - Python
-
Updated
Sep 15, 2021
-
Updated
Sep 7, 2021
-
Updated
Aug 10, 2021
-
Updated
Jun 12, 2019
We used constants.ENABLE_ACCOUNT_DELETION
and constants.ENABLE_ACCOUNT_EXPORT
while we were implementing the deletion and export features. Right now these constants are always set to true
and no longer needed, thus they can be fully removed from the codebase.
Steps to work on this issue:
- Pick one of the constants.
- Search the constant in the codebase and remove it from everywhere.
-
Updated
Jun 15, 2021
Improve this page
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the education topic, visit your repo's landing page and select "manage topics."
We updated our docs to reference GitHub Actions instead of Travis CI.
Most instances of the change were simple as we only replaced the noun; therefore nothing should've needed to change. (This is with the assumption that "GitHub Actions" should be treated as a noun and is not localized.)