The Wayback Machine - https://web.archive.org/web/20220126225129/https://github.com/topics/compiler
Skip to content
#

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 6,530 public repositories matching this topic...

next.js
JulienCorb
JulienCorb commented Jan 20, 2022

What example does this report relate to?

from-docker

What version of Next.js are you using?

latest

What version of Node.js are you using?

node:16-alpine

What browser are you using?

chrome

What operating system are you using?

macOS

How are you deploying your application?

sudo docker build -t myappname .

Describe the Bug

trace :

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
  • Updated Jan 26, 2022
  • JavaScript
svelte
mennamos
mennamos commented Jan 23, 2022

Preliminary Checks

Description

I a

dtzxporter
dtzxporter commented Oct 7, 2021

Marked version:
3.x.x

Describe the bug
A clear and concise description of what the bug is.

Right now, import {use} from "markedjs" does not work, this worked in 2.x.x.

To Reproduce
Steps to reproduce the behavior:

Install & import it.
The DefinitelyTyped definitions also mark this incorrectly as being supported still.

A workaround is importing one of the structur

assemblyscript
Nim
numba
rhjmoore
rhjmoore commented Sep 1, 2021

I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)

from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')

You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether