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 2,209 public repositories matching this topic...
Does Truffle support making a programming language in a new character set?
This is with reference to this question. My understanding is tha
- I am not submitting a question on how to use ANTLR; instead, go to antlr4-discussion google group or ask at stackoverflow
- I have done a search of the existing issues to make sure I'm not sending in a duplicate
I am working to develop a library for the R programming langua
The following code:
let x = /\u{ffff}/u;would yield:
WARNING - [JSC_MALFORMED_REGEXP] Malformed Regular Expression: {ffff}
from closure compiler, but it's a valid regular expression, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Character_Classes
If a few cordova android plugins have the same dependency (in example, "com.android.support:support-v4:27.+"), it gets added multiple times to the capacitor.build.gradle file, should be added only once.
-
Updated
May 3, 2020 - Java
-
Updated
Jun 8, 2020 - Java
In the Evaluation doc in wiki, it incorrectly says Maidenhead (mls) can form words. Since MLS alternates pairs of letters and pairs numerals, it could only form EL33tt haxor words, and at least for the experienced user, or with a syntax checking interface, no letter/number ambiguity.
(MLS does have seams between fields and between squares so that adjacent places may be disimilar, but even OL
Issue Type
- Bug Report
- Feature Request
- Support Question
- Doc
Description
Information
The splash screen mechanism is not well documented since the plugin is not responsible of the resource copy into platforms. I had to check the cordova prepare code in order to figure out how <splash> tag is handled while I was trying to set an android vector (or svg
Feedback from one of our users:
The "Managing ASP.NET Session State with Amazon DynamoDBManaging ASP.NET Session State with Amazon DynamoDB" topic, https://docs.aws.amazon.com/en_us/sdk-for-net/v2/developer-guide/dynamodb-session-net-sdk.html, includes information about using DynamoDB to manage session state.
However, using DynamoDB for .Net session state is pretty useless unless you can del
Hi !
#277 suggest that you can mange to connect to Active Directory and map profiles to groups using ldap-ol-with-roles. Could you provide additionnal information or update the documentation ?
Is it working at all ?
Thank you !
Hello,
as in Issue #689 described, the tags used in Text-Mode adds a line-break. Maybe it's intended behavoir. But then the documentation should be corrected
From the Documentation https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#textual-syntax:
Dear [(${customer.name})], This is the list of our products: [# th:each="prod : ${products}"] -
-
Updated
Jun 9, 2020 - Java
Hello all,
Docs -> Galen Specs Language Guide -> Spec "On" -> Instead of "20px right" must be "20px left". See file attached.
Regards,
When using an inter-document cross reference, such as this:
<<SOME_ADOC.adoc#, Some Adoc>>
The link in the preview as well as browser does not point to the .adoc file, but changes the link to point to a .html file. This file is of course not present because the html has not been generated yet, when everything is still in adoc format.
For previewing inter-document links (to .adoc files), the g
I started using spotless in a maven java project for the first time. I am getting an exception indicating that there are unused imports. I can strip down the file to be as simple as
package example;
public interface Test {
}
There are no imports at all, but still there is the removeUnusedImports error.
Full Stack trace:
[spotless-stacktrace.txt](https://github.com/diffplug/s
Links in the Instructor's 'Getting Started' page that should redirect to question cards on the Instructor's Help page do not work as expected.
- Environment:
masterbranch at commit 44e0894.
Steps to reproduce
-
Go to the
Getting Startedpage for Instructors (the link to this page can be found at the top of the Instructor's Help page); -
Try to follow any link within the
in Javascript, you can do
var img = new Image(200, 200);and in TypeScript
var img: HTMLImageElement = new Image(200, 200);due to the declaration in lib.d.ts :
declare var Image: {new(width?: number, height?: number): HTMLImageElement; };In JSweet, this is impossible, jsweet.dom.Image does not extend HTMLImageElement and jsweet.dom.G
I can't seem to find the way to contribute to a wiki on Github.
Here's some documentation on AjaxOperations I've put together.
https://gist.github.com/MarcoThePoro/f5eedcbc585fa93968e28af896034d06
Bug Report
Problem
What is expected to happen?
delete window.open will restore original window.open function on Electron platform or update documentation.
What does actually happen?
delete window.open removes any window.open implementaiton in Electron wrapper.
Information
-
Updated
Jun 13, 2020 - Java
Currently, if I use bazel intellij, with //... import, it fails. Could you provide more info on how to set it up?
-
Updated
May 16, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Jun 14, 2020 - Java
-
Updated
Oct 10, 2017 - Java
We currently refer to individual language analyzers as 'products': SonarJS, but they are not and have never been products. They are benefits delivered by SonarQube, SonarLint, and SonarCloud. Let's eliminate uses of 'SonarJS' to remove confusion. Specifically in
embedded docs & README.md. Use instead:
title "Code Quality and Security for JavaScript'
in text: 'analysis of JavaScript'
the Mark
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia

Selenium 4 brings a set of all-new features and https://www.selenium.dev/documentation/en/ needs to be updated to contain the related docs for them.
Motivation
It'd be nice to have the following new features covered in the docs:
Example
...