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,391 public repositories matching this topic...
-
Updated
Apr 14, 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 14, 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 14, 2021 - JavaScript
-
Updated
Apr 14, 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 14, 2021 - V
-
Updated
Apr 14, 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]. 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- `website/src/docs
-
Updated
Apr 14, 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 14, 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 13, 2021 - Go
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
-
Updated
Apr 14, 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
Apr 10, 2021 - JavaScript
-
Updated
Apr 14, 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