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 629 public repositories matching this topic...
-
Updated
Dec 24, 2019 - Ruby
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:
Is your enhancement request related to a problem? Please describe.
It's really hard to type a message containing multiple sentences.
Describe the solution you'd like
The text area should expand once agent types a lengthy message
Describe alternatives you've considered
none
Additional context
none
-
Updated
Jan 28, 2020 - Ruby
With a .stylelintrc.json file with:
{
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
],
...
}
I get this error:
Error: Could not find "stylelint-config-sass-guidelines". Do you need a `configBasedir`?
at module.exports (/home/linters/app/node_modules/stylelint/lib/utils/configurationError.js:8:28)
at getModulePat
I walked through the various repos (dependabot-script, dependabot-core) for Dependabot, but haven't found any suitable documentation that covers the following stuff:
- How to run Dependabot with self-hosted GitHub, so that I could use it in the same way like I do regularly on GitHub with UI (e.g.
@OvermindDL1 says "I think all the tests should be adjusted to take the integer on the program parameters or an environment variable or something. That would both prevent such optimizations and would allow for easily CI'd consistency checks."
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
Jun 6, 2020 - Ruby
-
Updated
Jun 12, 2020 - Ruby
-
Updated
Apr 4, 2019 - Ruby
-
Updated
Jun 6, 2020 - Ruby
-
Updated
Feb 12, 2020 - Ruby
-
Updated
Feb 7, 2020 - Ruby
-
Updated
Oct 29, 2017 - Ruby
JOSM uses the "βformatter URL" property from Wikidata and OSM Wikibase in order to turn tags into clickable links.
JOSM documentation: https://josm.openstreetmap.de/wiki/Help/Action/Tag2Link
JOSM ticket: https://josm.openstreetmap.de/ticket/13901
Example P439 "German municipality key β Wikidata":
https://www.wikidata.org/wiki/Property:P439
OSM tag or key (P1282): `Key
-
Updated
Feb 23, 2020 - Ruby
What are the default values for similar/identical codes ? The values in the readme don't make sense to me, I'd have thought the threshold for identical code would have been lower than similar code.
I'm testing the js on a page generated by a rails controller.
MagicLamp loads the page (it seems, correct me if I'm wrong) into a wrapper page of its own. This seems reasonable.
However by using this technique, the stylesheets from my page are loaded after the browser declares "document ready". Whereas in normal operation, stylesheets are loaded before document ready if there is javascript
We have some custom error messages, for example here.
https://github.com/rails-girls-summer-of-code/rgsoc-teams/blob/db178cfe9d65c5c9f4c58e4bcf0d33148a221177/app/models/application_draft.rb#L141-L145
We want to move these custom error messages to the translation file en.yml. In [this commit ](rails-girls-summer-of-code/rgsoc-teams@acbd0b5
-
Updated
Jun 5, 2020 - Ruby
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Is there any documentation on how to use
less-loaderwith webpacker? I just spent the last four hours trying to figure out why my application was throwing athis[MODULE_NAME] is not a functionbecause of a dependency upgrade, and found out that it was because in my loader I was usingMiniCssExtractPlugin.loader, but webpacker was using its own internal version ofMiniCssExtractPlugin. I wo