js

JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 25,917 public repositories matching this topic...
-
Updated
Jul 29, 2021
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Jul 29, 2021 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo
and bufferToVideo
that works pretty much like the fetchImage
and bufferToImage
functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
-
Updated
Jul 29, 2021 - TypeScript
-
Updated
May 30, 2021 - TypeScript
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner
- Source
JsPointerToString(NULL, 0, &str);
-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
May 9, 2021 - HTML
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Jun 21, 2021 - JavaScript
System information
- node version: v10.13.0
- npm or yarn version: 6.4.1
- OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
- Applicable nodegit version: v0.23.0 built from source
https://www.nodegit.org/api/tree/ has an example of how to use tree.walk()
, but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com
Describe the bug
Opal #to_json adds spaces while Ruby doesn't. That's not a big issue probably, but it is an implementation difference.
Opal version: master and probably all before
To Reproduce
$ opal-repl
>> require 'json'
=> true
>> {a: 5, b: [1,2,3]}.to_json
=> "{\"a\":5, \"b\":[1, 2, 3]}"
>>
$ pry
[1] pry(main)> require 'json'
=> true
[2]
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
May 29, 2021 - JavaScript
-
Updated
Jun 27, 2021 - JavaScript
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Jul 29, 2021 - TypeScript
-
Updated
Jul 24, 2021 - JavaScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
js13kGames competition
August - September 2021 • Online
Version
v15.8.0
Platform
Darwin Alekseys-iMac.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
Subsystem
stream
What steps will reproduce the bug?
Run the following code: