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,892 public repositories matching this topic...
-
Updated
Nov 12, 2020 - JavaScript
Summary
The gatsby-manifest-plugin documentation for generating icons is unclear.
icon: `src/images/favion.svg`, // This path is relative to the root of the site.
icons: [
{
src: `src/images/favicon--short.svg`,
sizes: `192x192`,
type: `image/png`,
-
Updated
Nov 12, 2020 - JavaScript
Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
- Top-level scripts
There are a bunch of scripts/tests in thescripts
folder: they can probably all be rewritten to ES modules.
We can probably add"type": "module"
to the top
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 12, 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
Nov 12, 2020 - V
-
Updated
Nov 4, 2020 - C++
-
Updated
Nov 12, 2020 - Go
☂️ Missing Tests
List of all missing tests that need to be done.
- ast-utils/removeLoc.ts
- codec-js-regexp/index.ts
- codec-source-map/ArraySet.ts @nt591
- codec-source-map/base64.ts
- codec-source-map/MappingList.ts
- codec-source-map/SourceMapConsumer.ts
- codec-source-map/SourceMapConsumerCollection.ts
- codec-source-map/SourceMapGenerator.ts
- js-ast-utils/ass
-
Updated
Jul 26, 2020 - Java
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
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
Oct 13, 2020 - Go
-
Updated
Nov 10, 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
Nov 12, 2020 - Python
PR #6447 adds a public API to get the maximum number of registers per thread (numba.cuda.Dispatcher.get_regs_per_thread()
). There are other attributes that might be nice to provide - shared memory per block, local memory per thread, const memory usage, maximum block size.
These are all available in the FuncAttr
named tuple: https://github.com/numba/numba/blob/master/numba/cuda/cudadrv/drive
-
Updated
Oct 6, 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
Bug report
Describe the bug
Source of runtime error in Safari is blank. Tried multiple Safari versions: 13.1.2, 14.0, mobile Safari.
Bug appear since version 9 of Next.js
To Reproduce
Open page with error in Safari and Chrome
Expected behavior
Error source should be visible in Safari as it visible in Chrome
Screenshots
Safari
<img width="962" alt="Screenshot