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 28,123 public repositories matching this topic...
-
Updated
Oct 12, 2021
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Oct 10, 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
Oct 12, 2021 - TypeScript
-
Updated
Sep 2, 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
Aug 26, 2021 - HTML
For some reason Amazon REST api's require the content-type to be set to "application/x-amz-json-1.1" instead of the standard "application/json"
Currently the content-type header is set automatically for json data overriding any headers passed in to the request.
It would be useful to first check if the header is set before overriding it:
if (!this.request.headers.set('content-type')) {
Port tests from Got
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 8, 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
I'm not sure if the way this behavior is handled is intentional or not, but in MRI Ruby a TypeError is immediately thrown when trying to call send with a nil method name.
class Foo
class << self
def method_missing(name, *args, &block)
puts "calling method missing"
super
end
end
end
Foo.send(nil)
In MRI Ruby that puts statement will neve
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 7, 2021 - TypeScript
-
Updated
Oct 10, 2021 - JavaScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
GitHub Community Twitter Spaces Game Dev
Sep 2021 - Sep 2030 • Online

30 Minutes to Merge: DevOps
October 21, 2021 • Online

GitHub South Africa Community Event
October 29, 2021 • Online
Version
v16.10.0
Platform
Linux solus 5.14.7-198.current #1 SMP PREEMPT Wed Sep 22 16:02:46 UTC 2021 x86_64 GNU/Linux
Subsystem
stream
What steps will reproduce the bug?