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

Use strict in much more places in corelib.

github.com/opal/opal - hmdne opened this pull request about 1 year ago
1.8.2 release was not completed

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

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

github.com/opal/opal - hmdne opened this pull request about 1 year ago
Assign correct values to underscore parameters

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

github.com/opal/opal - takaram opened this pull request about 1 year ago
Feature: mirror Opal only classes into CRuby

github.com/opal/opal - elia opened this issue about 1 year ago
CGI::Util: implement a couple additional methods

github.com/opal/opal - hmdne opened this pull request about 1 year ago
Optimize `Opal.instance_methods`

github.com/opal/opal - takaram opened this pull request about 1 year ago
Improve `Range#include?`/`member?`/`cover?`/`===`

github.com/opal/opal - takaram opened this pull request about 1 year ago
Optimize the `$prop` helper

github.com/opal/opal - elia opened this pull request about 1 year ago
Do not skip `$truthy` when lhs is self

github.com/opal/opal - takaram opened this pull request about 1 year ago
Optimize Kernel#loop

github.com/opal/opal - hmdne opened this pull request about 1 year ago
Make `Module#define_method` more compatible with CRuby

github.com/opal/opal - takaram opened this pull request about 1 year ago
Compute `$@` dynamically

github.com/opal/opal - hmdne opened this pull request about 1 year ago
Unexpected return/break should raise LocalJumpError

github.com/opal/opal - takaram opened this pull request about 1 year ago
Chore

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Use literal instead of Object.create(null) for speed

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
is it possible to require 'openssl' in opalrb?

github.com/opal/opal - MohabEG opened this issue over 1 year ago
is it possible to require 'openssl' in opalrb?

github.com/opal/opal - MohabEG opened this issue over 1 year ago
[WIP] Bridge improvements

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Fix typo in `Opal.hash_put`

github.com/opal/opal - takaram opened this pull request over 1 year ago
Use a Map instead of a POJO for the jsid_cache

github.com/opal/opal - michaeljb opened this pull request over 1 year ago
`#hash` now returns integers

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Chrome runner fix: support code that contains `</script>`

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Fix Typo in `Running tests` Section of `README.md` File

github.com/opal/opal - og-mrk opened this pull request over 1 year ago
Pass value in PromiseV2#always just like PromiseV1#always does it

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Lowercase response headers for rack 3.0 compatibility

github.com/opal/opal - wilsonsilva opened this pull request over 1 year ago
Fix "Nebulab" sponsor logo in readme

github.com/opal/opal - josephschito opened this pull request over 1 year ago
Fix `String#object_id`, `String#__id__`, `String#hash`

github.com/opal/opal - takaram opened this pull request over 1 year ago
corelib/runtime/truthy: break early if we passed a literal true

github.com/opal/opal - merceroncode opened this pull request over 1 year ago
The small symbolization

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Fix Module#clone/dup

github.com/opal/opal - takaram opened this pull request over 1 year ago
Chore

github.com/opal/opal - hmdne opened this pull request over 1 year ago
[WIP] Date DateTime Time ::parse improvements, implement Date::_parse

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Hash < `Map` V3 and support for Object kwargs

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Hash < Map V3

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Add CGI::Util#(un)escapeURIComponent

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Improve `Array.push()` performance when pushing many items

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
[WIP] [Experimental] Use null as nil

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
[WIP] [Experimental] Hash < `Map` V2

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
[WIP] [Experimental] Hash without $$smap

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Create Hash $$map on demand for speed and reduced memory usage

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
`String`: Optimize `split`, `start_with`

github.com/opal/opal - merceroncode opened this pull request over 1 year ago
[WIP] [Experimental] Bridge Hash to Map

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
[WIP] [Experimental] Use typeof instead of $has_own for Hash and speed

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
[WIP] Do not create Objects when using null as arg, instead inline {}

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Closure: Generate a JS object, not an Error

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Optimize argument slicing in runtime for performance

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Revert "Rubocop fix"

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Regexp.escape: Cast to String or drop exception.

github.com/opal/opal - hmdne opened this pull request over 1 year ago
nodejs/yaml: restore functionality

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Preliminary type inference implementation.

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Rubocop fix

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Regexp: Compile more nodes as $regexp.

github.com/opal/opal - hmdne opened this pull request over 1 year ago
yield1/yieldX: Use $$arity if available.

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Feature: Opalfile

github.com/opal/opal - hmdne opened this issue over 1 year ago
Fix String#split with limit and capturing regexp

github.com/opal/opal - takaram opened this pull request over 1 year ago
Fix switch with Object-wrapped values

github.com/opal/opal - hmdne opened this pull request over 1 year ago
ChatGPT4 experiment for Opal coding

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Bug: No backtrace on exceptions under Firefox

github.com/opal/opal - sebnozzi opened this issue over 1 year ago
[NEXT] Opal 2.0 development branch

github.com/opal/opal - hmdne opened this pull request over 1 year ago
Bridge JavaScript's Object class to Ruby's BasicObject

github.com/opal/opal - elia opened this pull request over 1 year ago
Update rubocop

github.com/opal/opal - elia opened this pull request over 1 year ago
SourceMap support for Kernel#eval

github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
Improve performance of Array#intersect? and intersection

github.com/opal/opal - takaram opened this pull request over 1 year ago
Fix Kernel#.Float with `exception:` option

github.com/opal/opal - ysakasin opened this pull request over 1 year ago
Fix Kernel#.Integer with `exception:` option

github.com/opal/opal - ysakasin opened this pull request over 1 year ago
Fix Array#sample randomness

github.com/opal/opal - takaram opened this pull request almost 2 years ago
Fix for Opal::Cache::FileCache.dir_writable?

github.com/opal/opal - dan42 opened this pull request almost 2 years ago
Fix Chrome CDP interface connection

github.com/opal/opal - bgastelo opened this pull request almost 2 years ago
Enable binmode for IO pipes

github.com/opal/opal - bgastelo opened this pull request almost 2 years ago
Fix eval with parser gem v3.2.1

github.com/opal/opal - takaram opened this pull request almost 2 years ago
[compat] Rename JS to Opal::Raw

github.com/opal/opal - hmdne opened this pull request almost 2 years ago
Bug: Cannot rescue regexp syntax error

github.com/opal/opal - takaram opened this issue almost 2 years ago
Fix link to getting started doc

github.com/opal/opal - janbiedermann opened this pull request almost 2 years ago
Disallow to define a singleton class for Number

github.com/opal/opal - takaram opened this pull request almost 2 years ago
Fix the `--debug-source-map`

github.com/opal/opal - elia opened this pull request almost 2 years ago
Fix links in docs/compiler.md

github.com/opal/opal - vzvu3k6k opened this pull request almost 2 years ago
Fix the handling of ARGV for the opal executable

github.com/opal/opal - elia opened this pull request almost 2 years ago
Feature: CLI tool --no-headless option

github.com/opal/opal - hmdne opened this issue almost 2 years ago