-
Updated
Sep 29, 2020 - JavaScript
Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 4,742 public repositories matching this topic...
Summary
The existing docs about adding Google analytics recommend using the gatsby-plugin-google-analytics. Under the hood, this plugin uses Google's analytics.js file.
However, Google has a guide recommending users upgrade to gtag.js instead. There
Feature Request
Is your feature request related to a problem?
Consider this (invalid) code:
12.3eIt throws this error:
Invalid number (1:0)
Describe the solution you'd like
It should throw something like
Missing exponent after 'e' in floating-point number
If you are interested in fixing this bug, you should introduce a new error
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Kotlin
What pain point are you perceiving?.
I'm reviewing Marked documentation, attempting to create a custom setup where, it transforms new lines starting with 'notice: ' into a specifically formatted DIV. By my understanding I need to first add a custom named tokenizer and then a renderer based on it? Or am I going about this the wrong way?
Describe the solution you'd like
I'd like to ea
-
Updated
Sep 29, 2020 - V
-
Updated
Aug 24, 2020 - C++
When I ran rome check I got the following output:
node_modules/deep-freeze/package.json:50:14 parse/spdxLicense ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Unknown license public
ℹ The SPDX registry is used to ensure valid and legal licenses. See https://spdx.org/licenses/ for more information.
━━━━━━━━━━━━━━━━━━━━━━━━━
☂️ Missing Tests
-
Updated
Sep 29, 2020 - Go
-
Updated
Jul 26, 2020 - Java
-
Updated
Sep 29, 2020 - Nim
-
Updated
Sep 18, 2020 - Go
Add Error Index
Currently rust provides a page that has examples for each compiler error: https://doc.rust-lang.org/error-index.html
For example,
E0107
An incorrect number of generic arguments were provided.
Erroneous code example:
-
Updated
Sep 29, 2020 - Rust
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
-
Updated
Sep 29, 2020 - Python
- I have tried using the latest released version of Numba
- I have included below a minimal working reproducer
In trying to replace numpy's setxor1d (which is unfortunately not supported by Numba), I came across an error that does occur for (integer) ndarrays but not for lists.
In my case the setxor1d can be replaced by [i for i in a if i not in b], but for the sake of testing, here i
-
Updated
May 28, 2020
-
Updated
May 29, 2020 - JavaScript
Problem
walt-cli package when linking multiple .walt files together can "wrap" the modules in a stand-alone JS module. The resulting module is too large because it serialized the dependency tree with the AST information encoded directly into the output, resulting in a massive amount of js.
Encoding the dependencies into the file is done to ensure the module can be used stand-alone in br
-
Updated
Sep 28, 2020 - Red
Bug report
The example from https://github.com/vercel/next.js/tree/canary/examples/with-route-as-modal doesn't keep scroll position when modal is opened using the dynamic routing method.
Describe the bug
I'm not sure if the dynamic routing method is supposed to work like the QueryString routing where it keeps the scrolling position of the main page. I'm not able to use the QueryString me