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
github.com/opal/opal - hmdne opened this pull request about 1 year ago
Bug: Bad behaviour with combination of: StringScanner#scan, multiline regexp, multiple lines
github.com/opal/opal - hmdne opened this issue about 1 year ago
github.com/opal/opal - hmdne opened this issue about 1 year ago
Bug: `Hash#compare_by_identity` does not work with string keys
github.com/opal/opal - takaram opened this issue about 1 year ago
github.com/opal/opal - takaram opened this issue about 1 year ago
1.8.2 release was not completed
github.com/opal/opal - chenrui333 opened this issue about 1 year ago
github.com/opal/opal - chenrui333 opened this issue about 1 year ago
Compat regression fix: `Hash#to_n` should return a JS object
github.com/opal/opal - hmdne opened this pull request about 1 year ago
github.com/opal/opal - hmdne opened this pull request 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
github.com/opal/opal - hmdne opened this pull request about 1 year ago
Bug: String#strip differs in handling the NBSP character
github.com/opal/opal - hmdne opened this issue about 1 year ago
github.com/opal/opal - hmdne opened this issue about 1 year ago
More UTF-16 support; simple Regexp transpiler
github.com/opal/opal - hmdne opened this pull request about 1 year ago
github.com/opal/opal - hmdne opened this pull request about 1 year ago
Fix a performance regression introduced by freezing support.
github.com/opal/opal - hmdne opened this pull request about 1 year ago
github.com/opal/opal - hmdne opened this pull request about 1 year ago
Bug: define_method -> block -> return -- unexpected return
github.com/opal/opal - hmdne opened this issue about 1 year ago
github.com/opal/opal - hmdne opened this issue about 1 year ago
Move YAML from `nodejs/yaml` into `yaml` so that it can be used outside Node
github.com/opal/opal - hmdne opened this pull request about 1 year ago
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
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
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
github.com/opal/opal - elia opened this issue about 1 year ago
`Hash#clone` must freeze clone if original is frozen, but `Hash#dup` must not
github.com/opal/opal - janbiedermann opened this pull request about 1 year ago
github.com/opal/opal - janbiedermann opened this pull request about 1 year ago
Array methods should handle elements inserted during the iteration
github.com/opal/opal - takaram opened this pull request about 1 year ago
github.com/opal/opal - takaram opened this pull request about 1 year ago
CGI::Util: implement a couple additional methods
github.com/opal/opal - hmdne opened this pull request about 1 year ago
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
github.com/opal/opal - takaram opened this pull request about 1 year ago
Bug: `def` + `define_method` + `return` cause `LocalJumpError`
github.com/opal/opal - hmdne opened this issue about 1 year ago
github.com/opal/opal - hmdne opened this issue about 1 year ago
Improve `Range#include?`/`member?`/`cover?`/`===`
github.com/opal/opal - takaram opened this pull request about 1 year ago
github.com/opal/opal - takaram 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
github.com/opal/opal - takaram opened this pull request about 1 year ago
Ensure that the Opal objects are correctly represented in Web Consoles.
github.com/opal/opal - hmdne opened this pull request about 1 year ago
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
github.com/opal/opal - takaram 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
github.com/opal/opal - takaram opened this pull request about 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
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
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
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
github.com/opal/opal - janbiedermann 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
github.com/opal/opal - michaeljb opened this pull request over 1 year ago
Bug: jsid_cache breaks for `"toString"`, and I suspect other methods of JS Object
github.com/opal/opal - michaeljb opened this issue over 1 year ago
github.com/opal/opal - michaeljb opened this issue 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
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
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
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
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
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
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
github.com/opal/opal - merceroncode opened this pull request over 1 year ago
Bug: Methods defined by `Module#define_method` with UnboundMethod do not accept a block
github.com/opal/opal - takaram opened this issue over 1 year ago
github.com/opal/opal - takaram opened this issue over 1 year ago
Hash#rehash - optimize for the common case, no hash collision, avoid calling $slice
github.com/opal/opal - janbiedermann opened this pull request over 1 year ago
github.com/opal/opal - janbiedermann 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
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
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
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
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
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
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
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
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
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
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
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
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
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
github.com/opal/opal - hmdne opened this pull request over 1 year ago
iclass: Propagate removal of method from including/prepending modules.
github.com/opal/opal - hmdne opened this pull request over 1 year ago
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
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
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
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
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
github.com/opal/opal - hmdne opened this pull request over 1 year ago
Bridging: call original constructor for subclasses of level larger than 1
github.com/opal/opal - hmdne opened this pull request over 1 year ago
github.com/opal/opal - hmdne opened this pull request 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
github.com/opal/opal - takaram opened this pull request over 1 year ago
[compat] Add an option to enable x-string compilation to JS
github.com/opal/opal - hmdne opened this pull request over 1 year ago
github.com/opal/opal - hmdne 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
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
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
github.com/opal/opal - sebnozzi opened this issue over 1 year ago
Bug: Minus signs of number literals missing (e.g. -1 => 1) if comment contains umlaut (e.g. "ΓΌ")
github.com/opal/opal - sebnozzi opened this issue over 1 year ago
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
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
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
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
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
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
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
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
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
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
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
github.com/opal/opal - takaram opened this pull request almost 2 years ago
don't use javascript block.length to determine number of arguments in block definition
github.com/opal/opal - catmando opened this issue almost 2 years ago
github.com/opal/opal - catmando opened this issue almost 2 years ago
[compat] Rename JS to Opal::Raw
github.com/opal/opal - hmdne opened this pull request almost 2 years ago
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
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
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
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
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
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
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
github.com/opal/opal - hmdne opened this issue almost 2 years ago