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,337 public repositories matching this topic...
-
Updated
Mar 30, 2021 - JavaScript
Summary
I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the gatsby/examples/using-remark/ dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)
However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.
const renderAst = new rehypeReac
-
Updated
Mar 30, 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
Mar 30, 2021 - JavaScript
-
Updated
Mar 31, 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
Mar 30, 2021 - V
-
Updated
Mar 30, 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
Mar 20, 2021 - C++
Recently, we created a new lint category called a11y. This new category is meant to be generic and work for JSX and HTML at the same time.
At the moment, we ported only two rules and we should to the same for most of the a11y-jsx we currently have
-
Updated
Mar 30, 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
Mar 30, 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
Mar 29, 2021 - Go
Describe the bug
In the latest revision - b5d340abb80d7315495eaf710afe38bccf8f32c4 - the "Putting it all together" section of
Privacy policy typo
-
Updated
Mar 30, 2021 - Python
(Noticed whilst reviewing #6695)
From the docs for numba.cuda.atomic.compare_and_swap:
class compare_and_swap(ary, old, val)
Conditionally assign val to the first element of an 1D array ary if the current value matches old.
Returns the current value as if it is loaded atomically.
It seem
-
Updated
Feb 21, 2021
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 28, 2021 - Red

What example does this report relate to?
https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-nextjs
What version of Next.js are you using?
10.0.8
What version of Node.js are you using?
12.0.0
What browser are you using?
Chrome
What operating system are you using?
n/a
How are you deploying your application?
Firebase
Describe the Bug
When h