Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Opal

Ruby 💛 JavaScript
Collective - Host: opensource - https://opencollective.com/opal - Website: https://opalrb.com - Code: https://github.com/opal/opal

Update Bun github actions, filters

github.com/opal/opal - janbiedermann opened this pull request 8 days ago
Enable Deno Github actions runs

github.com/opal/opal - janbiedermann opened this pull request 8 days ago
Enable async Opal startup and REPL, use correct REPL runner

github.com/opal/opal - janbiedermann opened this pull request 8 days ago
Unify CDP

github.com/opal/opal - janbiedermann opened this pull request 8 days ago
Fix Firefox runner

github.com/opal/opal - janbiedermann opened this pull request 15 days ago
Enable JsProcessor to process .mjs

github.com/opal/opal - janbiedermann opened this pull request 15 days ago
Remove Nashorn runner

github.com/opal/opal - janbiedermann opened this pull request 28 days ago
Fix lint after introduction of JRuby and TruffleRuby

github.com/opal/opal - hmdne opened this pull request 29 days ago
Implement Threaded Scheduler for JRuby and TruffleRuby

github.com/opal/opal - janbiedermann opened this pull request about 1 month ago
Support TruffleRuby

github.com/opal/opal - janbiedermann opened this pull request about 1 month ago
Support JRuby

github.com/opal/opal - janbiedermann opened this pull request about 1 month ago
Refreshing some npms (introduces ESLint 9)

github.com/opal/opal - janbiedermann opened this pull request about 1 month ago
Bridging `BigInt` to `Integer`

github.com/opal/opal - elia opened this pull request about 2 months ago
Remove unused Builder attributes

github.com/opal/opal - janbiedermann opened this pull request about 2 months ago
Array #compact JavaScript null and undefined too

github.com/opal/opal - janbiedermann opened this pull request 2 months ago
Let chrome runner detect Chromium on MacOS

github.com/opal/opal - janbiedermann opened this pull request 2 months ago
1.8 Backport of #2672

github.com/opal/opal - janbiedermann opened this pull request 2 months ago
Hash optimize internal each usage and improve js interoperability

github.com/opal/opal - janbiedermann opened this pull request 2 months ago
$hash_each: use iterator directly

github.com/opal/opal - janbiedermann opened this pull request 2 months ago
[stable] v1.8.3 pending tree

github.com/opal/opal - hmdne opened this pull request 2 months ago
Fix `.rubocop.yml`

github.com/opal/opal - takaram opened this pull request 3 months ago
Remove `String#untaint` from exe/opal-build

github.com/opal/opal - delonnewman opened this pull request 3 months ago
Remove $$is_array, use instanceof Array instead

github.com/opal/opal - janbiedermann opened this pull request 3 months ago
Remove $$is_hash, use instanceof Map instead

github.com/opal/opal - janbiedermann opened this pull request 3 months ago
Native/Hash - Use correct var

github.com/opal/opal - janbiedermann opened this pull request 3 months ago
Fix .JS. call with block and self

github.com/opal/opal - hmdne opened this pull request 4 months ago
resolves #2666 replace glob by picomatch

github.com/opal/opal - ggrossetie opened this pull request 4 months ago
Add File.read support to QuickJS

github.com/opal/opal - yne opened this pull request 4 months ago
Fix Array#include? to respect nil return value

github.com/opal/opal - hmdne opened this pull request 4 months ago
Bug: Array include? returns true when == returns nil

github.com/opal/opal - magnusrk-ch opened this issue 5 months ago
Builder namespace cleanup 2

github.com/opal/opal - hmdne opened this pull request 5 months ago
[WIP] Opal::RackHandler

github.com/opal/opal - janbiedermann opened this pull request 6 months ago
Update action/cache to v4

github.com/opal/opal - janbiedermann opened this pull request 6 months ago
Builder namespace cleanup

github.com/opal/opal - janbiedermann opened this pull request 6 months ago
Add base64 to gemspec, fixing Warning

github.com/opal/opal - janbiedermann opened this pull request 6 months ago
Opal::Watcher and Opal::RackHandler

github.com/opal/opal - janbiedermann opened this pull request 6 months ago
Implement --directory CLI option

github.com/opal/opal - hmdne opened this pull request 6 months ago
Support `OpenStruct#freeze`

github.com/opal/opal - takaram opened this pull request 7 months ago
Opal::Project

github.com/opal/opal - hmdne opened this pull request 7 months ago
Chore

github.com/opal/opal - hmdne opened this pull request 7 months ago
Add an option to use Prism parser

github.com/opal/opal - takaram opened this pull request 8 months ago
Fix several `%{}` which were intended to be `%x{}`

github.com/opal/opal - takaram opened this pull request 8 months ago
Improve instance variable performance

github.com/opal/opal - janbiedermann opened this pull request 9 months ago
Profiling convenience with a nice flame graph

github.com/opal/opal - janbiedermann opened this pull request 9 months ago
Initial `fork()` support for Node.js

github.com/opal/opal - janbiedermann opened this pull request 9 months ago
Speed up {Array,Hash}#hash and a couple of Hash operations

github.com/opal/opal - janbiedermann opened this pull request 9 months ago
Cleanup some warnings and deprecations

github.com/opal/opal - elia opened this pull request 9 months ago
Feature: Date and DateTime classes from Ruby

github.com/opal/opal - AndyObtiva opened this issue 10 months ago
Avoid infinite loop in test

github.com/opal/opal - takaram opened this pull request 10 months ago
Fix rubocop

github.com/opal/opal - takaram opened this pull request 10 months ago
Bug: Cannot run minitest on Ruby 3.3

github.com/opal/opal - takaram opened this issue 10 months ago
Improve CI

github.com/opal/opal - takaram opened this pull request 10 months ago
Add nodejs/tmpdir

github.com/opal/opal - janbiedermann opened this pull request 11 months ago
Run on Bun

github.com/opal/opal - janbiedermann opened this pull request 11 months ago
Make Regexp with n flag compile

github.com/opal/opal - janbiedermann opened this pull request 11 months ago
String#chars: Fix iteration over out-of-BMP characters

github.com/opal/opal - hmdne opened this pull request 11 months ago
Improve string interpolation

github.com/opal/opal - takaram opened this pull request 11 months ago
Use strict in much more places in corelib.

github.com/opal/opal - hmdne opened this pull request 11 months ago
1.8.2 release was not completed

github.com/opal/opal - chenrui333 opened this issue 11 months ago
`String#{r,l,}strip`: Make them work like in MRI

github.com/opal/opal - hmdne opened this pull request 11 months ago
More UTF-16 support; simple Regexp transpiler

github.com/opal/opal - hmdne opened this pull request 11 months ago
Assign correct values to underscore parameters

github.com/opal/opal - takaram opened this pull request 12 months ago
Support an IO argument of `Kernel.printf`

github.com/opal/opal - takaram opened this pull request 12 months ago