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 678 public repositories matching this topic...
When the users change their Facebook password, the page access token gets invalidated. To overcome this, ask the user to reauthorize the Facebook connection
Acceptance Criteria
- Run a cronjob every day to find the invalid token, mark the integration as invalid/needs-reauthorization
- If the flag is set, show a message in the frontend to reauthorize
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Sep 12, 2020 - Ruby
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especia
-
Updated
Sep 9, 2020 - Ruby
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Sep 11, 2020 - Ruby
-
Updated
Sep 7, 2020 - Ruby
-
Updated
Feb 12, 2020 - Ruby
-
Updated
Feb 7, 2020 - Ruby
-
Updated
Oct 29, 2017 - Ruby
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Jul 25, 2020 - Ruby
-
Updated
Aug 19, 2020 - Ruby
-
Updated
May 31, 2020 - Ruby
-
Updated
May 18, 2020 - Ruby
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se