-
Updated
Dec 3, 2020 - JavaScript
optimization
Here are 3,561 public repositories matching this topic...
-
Updated
Nov 17, 2020
-
Updated
Nov 8, 2020
There seems to be an issue with parsing composite character sequences.
Composite character İ 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.
Example code
var bar = {
İ: "foo"
};
Compiler error
input0:2: ERROR - [JSC_PARSE_ERROR] Parse error. Ch
-
Updated
Oct 25, 2020 - Python
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Java
-
Updated
Dec 6, 2020 - C++
-
Updated
Apr 22, 2020 - HTML
-
Updated
Oct 14, 2019 - JavaScript
-
Updated
Dec 12, 2020 - Shell
-
Updated
Jul 23, 2020 - Java
-
Updated
Dec 10, 2020 - C++
-
Updated
Nov 25, 2020 - C
.three {
background-color: var(--my-var, var(--my-background, pink));
--border-color: linear-gradient(to top, var(--secondary-color), var(--used-color, white));
}-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 4, 2020 - Python
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Sep 8, 2020 - C++
-
Updated
Nov 24, 2020 - Python
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
When jimplifying com.reddit.frontpage-214190.apk(Reddit v. 2.26.2), the following exception is thrown:
Exception in thread "main" Unexpected type null
at soot.jimple.toolkits.typing.integer.ClassHierarchy.typeNode(ClassHierarchy.java:152)
at soot.jimple.toolkits.typing.integer.TypeResolver.typeVariable(TypeResolver.java:121)
at soot.jimple.toolkits.typing.integer.ConstraintCollecto
-
Updated
Sep 11, 2018 - C++
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 2, 2020
-
Updated
Dec 12, 2020 - C
Improve this page
Add a description, image, and links to the optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optimization topic, visit your repo's landing page and select "manage topics."
Currently, most of the linters we run on CI are controlled by command line arguments in https://github.com/ray-project/ray/blob/master/ci/travis/format.sh
Python supports things like
setup.cfgortox.inias a general config file for its many linters. It'd be nice to use them.#12800 is a band-aid that fixes it, partially, for
flake8specifically, but is generally the right idea. It'd b