hmdne

Results 58 issues of hmdne

**Describe the bug** Opal version: 1.5.1 1. binding.irb spams ANSI color escape characters - this should be investigated 2. Opal.irb (javascript API) should work with no arguments 3. binding.irb can't...

bug

This is more of a discussion I want to start, but it more fits to be an issue than discussion, because it's more related to development (also discussions don't back-notify...

async/await/promises

Some experiments on uninlining things. I'm curious about the performance benefits from that.

This is the next part of the minification/optimization series. Perhaps it will provide some nice benefits...

This fixes #2405. I would recommend some consultation before merging this.

This fixes #965 Not all tests pass yet, but I'm curious how this will impact performance.

This contains some uncontroversial parts of #2412 that we may ship last minute in v1.5. 1. It logically optimizes runtime.js, making it a little easier to 2. It reduces the...

This is an integration test. Don't merge.

Ruby has now an effort to separate a lot of its stdlib to become gems - https://stdgems.org . Many of them we can run unchanged, some we will need to...