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 5,377 public repositories matching this topic...
-
Updated
Apr 10, 2021 - JavaScript
The fix described in issue #20179 introduces a regression, especially from an accessibility perspective. When declaring an empty alt-attribute for an image using the keyword GATSBY_EMPTY_ALT in markdown ( and having set showCaptions: true in the plugin-options in gatsby-config.js, the plugin produces unwanted HTML:
<figure class="gatsby-resp-i
-
Updated
Apr 10, 2021 - TypeScript
Bug Report
Current behavior
No core-js polyfills in the final bundle.
Since babel/babel#10862 the core-js polyfill paths always have .js extension.
In shouldReplace function https://github.com/babel/babel/blob/41085248560b1403b8d0f99f108491e679531c6c/packages/babel-preset-env/src/polyfills/corejs3/entry-plugin.js#L52-L64
the module path is compared wi
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 10, 2021
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
Apr 10, 2021 - V
-
Updated
Apr 10, 2021 - Go
- It took me a while to understand this error message. I thought it meant I didn't have Node 15 locally
- It'd be great to link all error messages to markdown files in the repo so that we can expand and improve them over time
-
Updated
Apr 7, 2021 - C++
How To
Below is a list of properties missing from our current css prefix implementation.
Use ./scripts compiler-create-prefix [propertyName] (camelCase). thanks @ematipico!
This will create:
internal/compiler/transforms/compile/css-handler/prefix/prefixes/[propertyName].tsinternal/compiler/transforms/compile/test-fixtures/css-handler/prefix/[propertyName]/input.css- `webs
-
Updated
Mar 31, 2021 - Java
Hello! cc @dcodeIO
As we discussed in a few other threads, we discussed the changes in the weekly meeting: AssemblyScript/working-group#58 (comment)
I think, as we also agreed, that for a better developer experience for those first learning AssemblyScript, we should: "make --optimize alias to --optimize-performance (-O3) and then make a new flag `-
-
Updated
Apr 10, 2021 - TypeScript
### 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
-
Updated
Apr 9, 2021 - Go
As #2229 points out, we are currently missing the WebAsm target compiler for clang in C.
The great thing is that it's mostly identical to its C++ counterpart, so doing it should be a breeze!
The current C++ Clang WebAsm compilers can be found in etc/config/c++.amazon.properties
https://github.com/compiler-explorer/compiler-explorer/blob/8b3064afdc74a45121d88e02843f4b640f582f81/etc/config/
-
Updated
Apr 10, 2021 - Python
In numba/stencils/stencil.py, there are various places (like line 552, "if isinstance(kernel_size[i][0], int):") where we check for "int" in relation to neighborhoods. I ran across a case where I was creating a neighborhood tuple by extracting values from a Numpy array. This causes a problem because those Numpy values will not match in these isinstance int checks. I worked around it by conver
-
Updated
Feb 21, 2021
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 6, 2021 - Red

What example does this report relate to?
https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss-emotion
What version of Next.js are you using?
latest
What version of Node.js are you using?
latest
What browser are you using?
any
What operating system are you using?
any
How are you deploying your application?
any
Descri