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,872 public repositories matching this topic...
-
Updated
Aug 14, 2021 - JavaScript
Describe the bug
If HTMLElement is used in an event handler, for example:
<button on:click={e => { if (e.target instanceof HTMLElement) { } }}>Click me</button>
It produces the following unexpected warning:
'HTMLElement' is not defined. Consider adding a <script> block with 'export let HTMLElement' to de
💻
- Would you like to work on a fix?
How are you using Babel?
@babel/cli
Input code
new class extends class {} {
constructor() {
super();
return 3;
}
}
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Aug 15, 2021 - Kotlin
-
Updated
Aug 14, 2021 - Go
Describe the bug
I'm using rollup to bundle dependencies (for a Svelte framework web app) but having trouble importing and using markedjs. It appears the library was recently ported to ESM modules, but I don't see any documentation on how to use as such. The standard syntax to import ES6 modules give me errors:
import { marked } from 'marked.esm';
returns
(!) Unresolved dependencies
-
Updated
Aug 15, 2021 - V
-
Updated
Aug 9, 2021 - C++
-
Updated
Aug 15, 2021 - TypeScript
Currently this works:
const obj = {
foo: (...) => {...}
} as SomeClass
but this doesn't:
const obj = {
foo(...) {...}
} as SomeClass
-
Updated
Aug 12, 2021 - 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
-
Updated
Aug 14, 2021 - Go
e.g. https://godbolt.org/g/Ce6Mhe from Christian Mazakas on slack
-
Updated
Aug 15, 2021 - Python
The Github issue tracker URL in error messages should be updated to use issue templates
Originally posted by @esc in numba/numba#7223 (comment)
-
Updated
Feb 21, 2021
-
Updated
Aug 12, 2021 - Python
-
Updated
May 8, 2021 - JavaScript
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.17.3
What browser are you using?
Chrome
What operating system are you using?
Ubuntu
How are you deploying your application?
next
Describe the Bug
The error file path is very long and is overflowing.
![Screenshot from 2021-07-05 14-29-42](https://user-images.githubuserconten