Ecosyste.ms: OpenCollective

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

Crystal Language

A language for humans and computers
Collective - Host: opensource - https://opencollective.com/crystal-lang - Website: https://crystal-lang.org/ - Code: https://github.com/crystal-lang/crystal

Add documentation tool

github.com/crystal-lang/crystal - nobodywasishere opened this pull request 7 months ago
Cache compiler results for tools

github.com/crystal-lang/crystal - nobodywasishere opened this issue 7 months ago
Drop `IO::Overlapped`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Fix `Process.run` with closed IO

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Fix `IO::FileDescriptor.new` for closed fd

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Fix create new `target_machine` for every program

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Nilable `Proc` types inside libs

github.com/crystal-lang/crystal - HertzDevil opened this issue 7 months ago
Remove unnecessary calls to `#unsafe_as(UInt64)` etc.

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Replace calls to `StaticArray(UInt8, 1)#unsafe_as(UInt8)`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Add `URI::Params::Serializable`

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 7 months ago
Remove calls to `Pointer.new(Int)`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
UTF-8 support in Windows API

github.com/crystal-lang/crystal - ysbaddaden opened this issue 7 months ago
[RFC] Add `URI::Params::Serializable`

github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 7 months ago
Optimize non-atomic memory allocation

github.com/crystal-lang/crystal - BlobCodes opened this pull request 7 months ago
Non-atomic memory is cleared twice

github.com/crystal-lang/crystal - BlobCodes opened this issue 7 months ago
Add `StringLiteral#to_utf16`

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 7 months ago
Fix: use `SOCK_CLOEXEC` with `FD_CLOEXEC` fallback

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 7 months ago
Optimize `String#to_utf16`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
UTF-16 string literals

github.com/crystal-lang/crystal - straight-shoota opened this issue 7 months ago
Remove `Pointer.new(Int)`

github.com/crystal-lang/crystal - straight-shoota opened this issue 7 months ago
`unsafe_as` should be a compiler primitive

github.com/crystal-lang/crystal - straight-shoota opened this issue 7 months ago
Drop unused methods in `IO::Evented`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Fix `IO#same_content?` accepting prefix on second stream

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Remove `OverlappedOperation#synchronous`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Rename `Crystal::Iocp` to `Crystal::IOCP`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Unify `EventLoop.create`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Add `Crystal::Tracing` for runtime tracing

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 7 months ago
OpenSSL: don't set default ECDH curve

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 7 months ago
OpenSSL: don't change default cipher suites

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 7 months ago
Hex Array Literals

github.com/crystal-lang/crystal - stellarpower opened this issue 7 months ago
Struct#pretty_print Sorts Fields by Name

github.com/crystal-lang/crystal - stellarpower opened this issue 7 months ago
Add flags missing from termios

github.com/crystal-lang/crystal - gergelyk opened this pull request 7 months ago
Update `shell.nix` to `nixpkgs-24.05` and LLVM 18

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Darwin: Only set FD_CLOEXEC when creating a socket FD

github.com/crystal-lang/crystal - carlhoerberg opened this pull request 7 months ago
Update distribution-scripts

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Update previous Crystal release 1.12.2

github.com/crystal-lang/crystal - straight-shoota opened this pull request 7 months ago
Sanitize doc generation, pt. 2

github.com/crystal-lang/crystal - nobodywasishere opened this pull request 8 months ago
Decode URI component for search functionality in docs

github.com/crystal-lang/crystal - nobodywasishere opened this pull request 8 months ago
Add `EventLoop::Socket` module

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Add changelog for 1.12.2

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Changelog for 1.12.2

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Add `EventLoop::FileDescriptor` module

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Improve API docs for `Socket#send`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Drop `Crystal::System::Socket#system_send`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Enable ameba linter

github.com/crystal-lang/crystal - Sija opened this pull request 8 months ago
Sockets are inherited by subprocesses

github.com/crystal-lang/crystal - carlhoerberg opened this issue 8 months ago
Drop unused slice parameters of `#evented_*` methods

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
`docs_main.cr` is a mess

github.com/crystal-lang/crystal - straight-shoota opened this issue 8 months ago
Add `WaitGroup` to `docs_main.cr`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Add `Crystal::System::Time.ticks`

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 8 months ago
RFC: Tracing

github.com/crystal-lang/crystal - ysbaddaden opened this issue 8 months ago
Fix using `System.retry_with_buffer` with stack buffer

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Rename `StaticArray#to_slice` to `#to_unsafe_slice`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 8 months ago
Add some missing `LLVM::Context` bindings

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 8 months ago
Refactor base64 encoding

github.com/crystal-lang/crystal - BlobCodes opened this pull request 8 months ago
formatter cause syntax error.

github.com/crystal-lang/crystal - zw963 opened this issue 8 months ago
Enable `ameba` in this repo

github.com/crystal-lang/crystal - straight-shoota opened this issue 8 months ago