-
Updated
Aug 25, 2020 - JavaScript
education
Here are 622 public repositories matching this topic...
-
Updated
Aug 23, 2020 - JavaScript
Most appropriate sub-area of p5.js?
- Color
- Core/Environment/Rendering
- Data
- Dom
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Other (specify if possible)
Feature enhancement details:
Currently, several DOM examples are not executed in the reference. It is always helpful to have the example code exec
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Jul 29, 2019 - JavaScript
This program doesn't report an error:
type O = { x :: Number, x :: Number }
but it should. The related value has a well-formedness error:
{x : 10, x: 20}
-
Updated
Jul 17, 2019 - JavaScript
Bulma recently introduced some helpers that would be useful. For example: https://bulma.io/documentation/helpers/spacing-helpers/
Can we update Bulma to benefit of these?
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Aug 22, 2020 - JavaScript
Describe the solution you'd like
When lessons and courses are linked to, we currently use their description. This is very long and gets cut off on social media platforms like Facebook, LinkedIn, and Twitter. We should have a "summary" that describes, in 110 characters or less, what the course or lesson is about.
Describe alternatives you've considered
We already have this wired up for
-
Updated
Aug 7, 2020 - JavaScript
If a project does not have a title (is an empty string) the Project Preview item is thinner. Consider either a default display name if no title exists or an additional div in the Project Preview's label with a min-height.
Since midi import takes time, it should display a busy cursor to let the user know something is happening.
Logos and pictures could be in the settings file to make the config even easier.
For example, logo is in:
./client/head.html
<img src="/logo/openki.png" alt="Openki logo">
./imports/ui/pages/kiosk/kiosk.html
<img src="/logo/openki.png" class="kiosk-logo kiosk-logo-openki">
I'll have a look at meteor templates (not done much with meteorjs until now) and may do it.
-
Updated
Jul 27, 2020 - JavaScript
-
Updated
May 26, 2020 - JavaScript
The mark note for algiorithms often looks like this:
apply(note1);
apply(note2);
apply(note3);
...
It would be more convenient to write
apply(note1, note2, note3, ...)
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
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."


Its not a issue but its a feedback , Include one line code to deal with streaming http response