The Wayback Machine - https://web.archive.org/web/20191004140715/https://github.com/topics/javascript
Skip to content
javascript logo

JavaScript

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 127,775 public repositories matching this topic...

bootstrap
erayerdin
erayerdin commented Sep 13, 2019

What Happens

Oddly, Google, in my area, still indexes 4.0 version of the docs while the current version is 4.3. So the search redirects to https://getbootstrap.com/docs/4.0.

When I open up the docs from the search, naturally it says:

There's a newer version of Bootstrap 4!

When I click on that, it redirects to home page rather than the same page of the component.

What I Exp

electron
three.js
donmccurdy
donmccurdy commented Sep 27, 2019

The deprecated decodeDracoFile method should be removed and replaced with a parse method similar to other loaders. Currently decodeDracoFile does not propagate errors, and should do so. So probably a signature like:

dracoLoader.parse( arrayBuffer, /* options, maybe? */, onLoad, onError );
material-ui
yanokenken
yanokenken commented Sep 11, 2019

If you follow the readme procedure, the following error will occur in the first npm install express.

saveError ENOENT: no such file or directory, open '/xxx/xxx/package.json'

As you know, the cause is package.json does not exist.
Other users seem to have a similar error, so it seems better to add npm init to the readme.
Or I thought it would be nice to bring a link `Please follow

storybook
sabrinaluo
sabrinaluo commented Jun 5, 2019

Do you want to request a feature or report a bug?
feature request

What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd

Learn about javascript

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.