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,501 public repositories matching this topic...
-
Updated
May 11, 2021 - JavaScript
Description
According to documentation gatsby-plugin-sitemap should only generate sitemap-index when having more entries than entryLimit option
entryLimit(number = 45000) Number of entries per sitemap file, a sitemap index and multiple sitemaps are created if you have more entries.
With re
-
Updated
May 11, 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
May 11, 2021 - JavaScript
-
Updated
May 11, 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
May 11, 2021 - Go
-
Updated
May 11, 2021 - V
- 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
May 9, 2021 - C++
How To
Below is a list of properties missing from our current css prefix implementation.
Use ./script 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 18, 2021 - Java
-
Updated
May 11, 2021 - TypeScript
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 `-
### 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
May 3, 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
May 11, 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
May 8, 2021 - JavaScript
-
Updated
May 11, 2021 - Red

What example does this report relate to?
with-sentry
What version of Next.js are you using?
10.2.0
What version of Node.js are you using?
16.1.0
What browser are you using?
Firefox
What operating system are you using?
Windows
How are you deploying your application?
next start
Describe the Bug
When resolving a nextjs page the error