| Nov | DEC | Jan |
| 08 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
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.
register looks like:
private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
if (annotated != null) {
guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
substitutions.put(annotated,
Read more
good first issue
native-image
Open
İ consist of the base character and combining character sequence (U+0049)(U+0307)
Using this character causing the compiler to fail with the parser error.
var bar = {
İ: "foo"
};
input0:2: ERROR - [JSC_PARSE_ERROR] Parse error. Ch
Read more
P3
good first issue
help wanted
Open
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
@capacitor/android 2.2.0
@capacitor/ios 2.2.0
[su
Read more
bug
good first issue
platform: android
Open
One user mistook the Done editing button to be equivalent to be Save all edits. The confirmation dialog warns that the edits will be lost but apparently, users just click yes without reading.
Perhaps we should rename it Discard unsaved edits?
Read more
a-UIX
good first issue
t-HTML
Open