runtime
Here are 584 public repositories matching this topic...
-
Updated
May 14, 2020
Fail to run examples by (node >=v8.5.0), so please try napa examples by (node <= v8.4.0) before fix
A few times it did work without error....
I got these errors in both the pi and fibonacci examples....
System:
Mac 10.11.6
NodeJS v8.7.0
NPM v5.5.1
 to either a file on disk or to stdout. ts-node's API allows passing a reportDiagnostic function that is called for all ts-node diagnostics, allowing even more customizable reporting. This should match the UX of TypeScript's own DiagnosticReporter hooks.
This will enable end-users to se
The history configuration was refactored in pry/pry@e5556a2
This makes most (if not all) of the Wiki page on history configuration out of date. Unfortunately, I don't have time right now to go through and figure out how all the options have changed, but perhaps someone more well-versed in the
-
Updated
Jan 4, 2020 - Objective-C
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called [Base9](https://github.com/b9org/
🚀 Feature request
Current Behavior
flow(
SomeIOType.decode,
... etc
)
Accessing .decode of a type by passing it, causes lint warning:
warning Avoid referencing unbound methods which may cause unintentional scoping of this @typescript-eslint/unbound-method
However the function is specifically bound: this.decode = this.decode.bind(this);
Desi
-
Updated
Apr 29, 2020 - C++
-
Updated
May 15, 2020 - C
Do you think it's necessary at this stage?
-
Updated
Apr 25, 2020 - C
-
Updated
Jan 18, 2019 - C++
Error messages should contain the key that is invalid.
I have programs like this. They have many properties so the default error messages are not as helpful as they could be.
const Config = rt.Record({
domain: rt.String,
// many more properties
})
export default function platform(cfg: rt.Static<typeof Config>) {
Config.check(cfg)
return JSON.stringify(cfg)
}Vali
-
Updated
Apr 13, 2020 - Swift
-
Updated
May 12, 2020 - Java
The Java NIO API provides useful standard open options[1] for file operations. At the moment Ringo only supports READ, WRITE, APPEND. Ringo could also provide shortcuts / options for CREATE, CREATE_NEW, DELETE_ON_CLOSE, SPARSE, TRUNCATE_EXISTING.
[1] http://docs.oracle.com/javase/7/docs/api/java/nio/file/StandardOpenOption.html
-
Updated
Mar 25, 2019 - Objective-C
-
Updated
May 13, 2020 - C++
Improve this page
Add a description, image, and links to the runtime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the runtime topic, visit your repo's landing page and select "manage topics."

What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Reproduces all the time.
What is the expected behavior?
Should not cause an