Ecosyste.ms: OpenCollective

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

github.com/crystal-lang/crystal

The Crystal Programming Language
https://github.com/crystal-lang/crystal

Handle NaN comparisons in the interpreter

HertzDevil opened this pull request 10 months ago
`Enumerable(T)#to_a` regression with interface type

Blacksmoke16 opened this issue 10 months ago
Do not remove the whitespace in `foo ()` when formatting

HertzDevil opened this pull request 10 months ago
Run `primitives_spec` with the interpreter on CI

HertzDevil opened this pull request 10 months ago
Fix interpreter internal overflow for `UInt128#to_f32` and `#to_f32!`

HertzDevil opened this pull request 10 months ago
Check `UInt16#to_u8` for overflow in the interpreter

HertzDevil opened this pull request 10 months ago
Allow space in cookie value for Set-Cookie header

bararchy opened this issue 10 months ago
`String#byte_index(Regex)`

HertzDevil opened this issue 10 months ago
Add single source of UTF-8 test sequences for specs

HertzDevil opened this pull request 10 months ago
Allow `#fsync` and `#flock_*` on `IO::FileDescriptor`

HertzDevil opened this pull request 10 months ago
Move some `IO::FileDescriptor` specs to the correct file

HertzDevil opened this pull request 10 months ago
Add `Nil` return type restriction to `String::Formatter#consume_substitution`

straight-shoota opened this pull request 10 months ago
Fix `Hash.new(initial_capacity, &block)` doc to use relevant example

lachlan opened this pull request 10 months ago
Fix `Pointer#+(offset: Int64)` doc parameter name typo

lachlan opened this pull request 10 months ago
Fix `Hash#put_if_absent` putting duplicate keys

HertzDevil opened this pull request 10 months ago
Improve documentation for `at_exit` handler conditions

straight-shoota opened this pull request 10 months ago
`Hash#put_if_absent` can put duplicate keys

straight-shoota opened this issue 10 months ago
Natively support CHIPS cookies

Blacksmoke16 opened this pull request 10 months ago
Semantics of `Process.exec` on Windows

HertzDevil opened this issue 10 months ago
Implement `IO#tty?` in Win32

HertzDevil opened this pull request 10 months ago
Implement `File.readable?` and `.writable?` in Win32

HertzDevil opened this pull request 10 months ago
Remove calls to `LibC._setmode`

HertzDevil opened this pull request 10 months ago
Formatter changes semantics when call is followed by space and `()`

HertzDevil opened this issue 10 months ago
Fix `Hash#update` when default block also adds given key

HertzDevil opened this pull request 10 months ago
Distribute `shards.pdb` on Windows

HertzDevil opened this pull request 10 months ago
Use `Makefile.win` for Shards on Windows CI

HertzDevil opened this pull request 10 months ago
Implement pagination for GitHub API in `github-changelog` helper

straight-shoota opened this pull request 10 months ago
Update shards 0.18.0

straight-shoota opened this pull request 10 months ago
Improve OpenSSL module documentation

summer-alice opened this pull request 10 months ago
Make repository configurable for reusable `github-changelog`

straight-shoota opened this pull request 10 months ago
Use link refs for PR links in changelog

straight-shoota opened this pull request 10 months ago
Catching hard failures in prelude-less codegen specs

HertzDevil opened this issue 10 months ago
Fix `Milestone` JSON bindings in `github-changelog` helper

straight-shoota opened this pull request 10 months ago
Revert "Refactor win32 `File::Descriptor#unbuffered_read`, `#unbuffered_write`"

straight-shoota opened this pull request 10 months ago
Refactor `Atomic#swap` for reference-like types

HertzDevil opened this pull request 10 months ago
Allow `Atomic`s of pointer types

HertzDevil opened this pull request 10 months ago
Fix typo in Signal docs

joshrickard opened this pull request 10 months ago
Remove `spec/interpreter_std_spec.cr`

HertzDevil opened this pull request 10 months ago
Detecting `libstdc++.so` in the interpreter

HertzDevil opened this issue 10 months ago
Add `Spec::Formatter#should_print_summary?`

HertzDevil opened this pull request 10 months ago
io/console

dsisnero opened this issue 10 months ago
Use `Fiber::StackPool` in the interpreter

HertzDevil opened this pull request 10 months ago
Fix `min_by?` in IOCP event loop `#run_once`

straight-shoota opened this pull request 10 months ago
Add compiler support for AVR architecture (Arduino)

ysbaddaden opened this pull request 10 months ago
Automatically detect MSVC tools on Windows interpreter

HertzDevil opened this pull request 10 months ago
Add `IO::FileDescriptor::Handle`

straight-shoota opened this pull request 10 months ago
Introduce platform-specific `FileDescriptor::Handle`

straight-shoota opened this issue 10 months ago
Refactor win32 `File::Descriptor#unbuffered_read`, `#unbuffered_write`

straight-shoota opened this pull request 10 months ago
Add `pending_interpreted`

HertzDevil opened this pull request 10 months ago
Fix requires for `time/time_spec.cr` and `time/format_spec.cr`

HertzDevil opened this pull request 10 months ago
Refactor `Socket#system_receive` to return `Address`

straight-shoota opened this pull request 10 months ago
Refactor `#system_connect` without yield

straight-shoota opened this pull request 10 months ago
Add type restrictions to `#unbuffered_*` implementations

straight-shoota opened this pull request 10 months ago
Ensure all constants only have one initializer in the interpreter

HertzDevil opened this pull request 10 months ago
Refactor and add comments to IOCP `#run_once`

straight-shoota opened this pull request 10 months ago
Refactor expectations with `SpecChannelStatus` to be explicit

straight-shoota opened this pull request 10 months ago
Return type of `unbuffered_read`/`unbuffered_write`

straight-shoota opened this issue 10 months ago
Config requirements for LLVM bindings

straight-shoota opened this issue 10 months ago
Update cachix/install-nix-action action to v26

renovate[bot] opened this pull request 10 months ago
OpenSSL errors that don't involve `ERR_get_error`

HertzDevil opened this issue 10 months ago
Update vendored dependencies

straight-shoota opened this pull request 10 months ago
Deprecate timeout setters with `Number` arguments

straight-shoota opened this pull request 10 months ago
Refactor `HTTP::Client` timeout ivars to `Time::Span`

straight-shoota opened this pull request 10 months ago
Symbol casting to Enums does not work in subclass initializers

petr-fischer opened this issue 10 months ago
chore: fix some comments

avoidaway opened this pull request 10 months ago
Standardizing the type for timeout values

straight-shoota opened this issue 11 months ago
Move timeout properties to `Socket` and `IO::FileDescriptor`

straight-shoota opened this pull request 11 months ago
Optimize JSON parsing a bit

asterite opened this pull request 11 months ago
Add `shard.yml`

straight-shoota opened this pull request 11 months ago
Passing `Proc`s with non-default calling conventions across libs

HertzDevil opened this issue 11 months ago
Manage compiler dependencies with `shards`

straight-shoota opened this issue 11 months ago
Proposal: Utility method for string truncation

straight-shoota opened this issue 11 months ago
Unwinding is slow on WSL

devnote-dev opened this issue 11 months ago
Skip building `llvm_ext.cc` on LLVM 18 or above

HertzDevil opened this pull request 11 months ago
Is an html strip-tags method a worth stdlib addition?

robacarp opened this issue 11 months ago
Update Windows library versions

HertzDevil opened this pull request 11 months ago
Fix formatter on call without parentheses followed by doc comment

straight-shoota opened this pull request 11 months ago
Add `Lexer#wants_def_or_macro_name`

straight-shoota opened this pull request 11 months ago
Fix: Add `SA_RESTART` flag to sigaction syscall

ysbaddaden opened this pull request 11 months ago
Regression: Interrupted system call in CI

straight-shoota opened this issue 11 months ago
Huge `JSON::ParseException`

philipp-kempgen opened this issue 11 months ago
Fix formatter for white space in `a.[b]` syntax

straight-shoota opened this pull request 11 months ago
Fix: `Crystal::RWLock` should be a struct

ysbaddaden opened this pull request 11 months ago
Interpreter hits Invalid memory access (after Error: BUG: no target defs)

philipp-classen opened this issue 11 months ago
x86-64 Solaris / illumos support

HertzDevil opened this pull request 11 months ago
Add `Token::Kind#unary_operator?`

straight-shoota opened this pull request 11 months ago
Allow `--single-module` and `--threads` for `eval` and `spec`

HertzDevil opened this pull request 11 months ago