language
Here are 5,025 public repositories matching this topic...
-
Updated
Feb 6, 2022 - V
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Feb 7, 2022 - Ruby
I'm Writing a ThemeColor Plugin, use Visitor.
In fn:visitColor , node.parent
sometimes is null (box-shadow:0 0 0 1px #999 inset
). I can't find the parent Declaration Node of Color Node.
so I want to [less.js/lib/less/visitors/visitor.js
Visitor.prototype.visit
](https://github.com/less/less.js/blob/0e268598c8327b9e8d36d9bb2edfde95d8d787be/packages/less/src/less/visitors/visitor.js
-
Updated
Feb 6, 2022
OpenZeppelin is currently working on a base-64 library (OpenZeppelin/openzeppelin-contracts#2884) and it turns out that our optimizer is not yet good enough to get to the level of hand-optimized assembly in that case. We should add this code as a test case so that we can use it to evaluate our optimizer improvements.
In the PR and its comments you'll find versions of the
-
Updated
Dec 7, 2021
On Windows, when stack size limit is exceeded, the program ends with "Error: execution of an external program failed" with no details provided. For noobies like me, it might be helpful if the compiler gives some indication of why that is.
The simplest would be to create a warning when a single large array is defined in the code.
More advanced solution would take the combined the sizes of diffe
-
Updated
Jan 8, 2022 - Python
-
Updated
Feb 6, 2022 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Feb 7, 2022 - PHP
-
Updated
Jan 31, 2022 - C
-
Updated
Feb 6, 2022 - Red
-
Updated
Feb 5, 2022 - Haxe
-
Updated
Jan 24, 2022 - Haskell
Add Scents
-
Updated
Feb 4, 2022 - Scala
-
Updated
Sep 18, 2021 - C
i) offsetLeft / offsetRight
ii) layerX / layerY
iii) offsetX / offsetY
These three things really helps in DOM manipulation. It is very cumbersome to do things without these methods. It will bring developer happiness hopefully.
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
ES imports and exports can only be used at the top level of a module. This is illegal:
The current errors for these three statements are vague and, for JS, contain irrelevant terms:
Actual:
(1) "An import declaration can only be used in a namespace or module."
(2) "An export declaration can