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

Drop LLVM Apt installer script on WebAssembly CI

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Fix `UNIXSocket#receive`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Fix `SyntaxHighlighter` delimiter state

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Use official Apt respositories for LLVM CI

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Make `Makefile` work on MSYS2

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Fix libiconv build on Windows

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Make `bin/crystal` work on MSYS2

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Fix failing specs on FreeBSD

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 3 months ago
Better handle explicit chunked encoding responses

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 3 months ago
`ThreadLocalValue` is not fiber-aware

github.com/crystal-lang/crystal - straight-shoota opened this issue 3 months ago
Restrict GitHub token permissions of CI workflows

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Fix `Complex#/` edge cases

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Thread-safety for union types

github.com/crystal-lang/crystal - straight-shoota opened this issue 3 months ago
Add `Log#emit` for dynamic log level for events

github.com/crystal-lang/crystal - jgaskins opened this pull request 3 months ago
Improve man and shell completion for tools

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 3 months ago
Let crystal play server print a hyperlink.

github.com/crystal-lang/crystal - hugopl opened this pull request 3 months ago
Fix various typos

github.com/crystal-lang/crystal - kojix2 opened this pull request 3 months ago
Add `Colorize::Object#print`

github.com/crystal-lang/crystal - devnote-dev opened this issue 3 months ago
Support building from a MinGW-w64-based compiler

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Drop the static LLVM libraries on Windows CI

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Complex numbers division error

github.com/crystal-lang/crystal - SlayerShadow opened this issue 3 months ago
Update previous Crystal release 1.14.0

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Basic MinGW-w64 cross-compilation support

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Add `uri/json` to `docs_main`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Replace uses of `AliasType#types?` by `Type#lookup_name`

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Cyclic references in the type hierarchy

github.com/crystal-lang/crystal - straight-shoota opened this issue 3 months ago
Revert "Add nodoc filter to doc type methods (#14910)"

github.com/crystal-lang/crystal - straight-shoota opened this pull request 3 months ago
Add `Socket::Address.from` without `addrlen`

github.com/crystal-lang/crystal - mamantoha opened this pull request 3 months ago
Implement `codecov` format for `unreachable` tool

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 3 months ago
Illegal instruction when using libssl

github.com/crystal-lang/crystal - j-m-harris opened this issue 3 months ago
Include generics in docs

github.com/crystal-lang/crystal - spuun opened this pull request 3 months ago
Fix copy-paste-typo in spec describe

github.com/crystal-lang/crystal - spuun opened this pull request 3 months ago
Missing inherited methods sections

github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 3 months ago
Update GH Actions

github.com/crystal-lang/crystal - renovate[bot] opened this pull request 3 months ago
Fix first doc comment inside macro yield

github.com/crystal-lang/crystal - RX14 opened this pull request 3 months ago
Fix main stack top detection on musl-libc

github.com/crystal-lang/crystal - HertzDevil opened this pull request 3 months ago
Update specs to run with IPv6 support disabled

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 3 months ago
Stack size of non-main threads on POSIX

github.com/crystal-lang/crystal - HertzDevil opened this issue 3 months ago
Assume `getrandom` on Linux

github.com/crystal-lang/crystal - ysbaddaden opened this pull request 4 months ago
Add `Iterator(T).empty`

github.com/crystal-lang/crystal - spuun opened this pull request 4 months ago
Add `Iterator(T).empty`

github.com/crystal-lang/crystal - spuun opened this issue 4 months ago
Do not over-commit fiber stacks on Windows

github.com/crystal-lang/crystal - HertzDevil opened this pull request 4 months ago
Add missing return type of `LibC.VirtualQuery`

github.com/crystal-lang/crystal - HertzDevil opened this pull request 4 months ago
Fix Linux `getrandom` failure in interpreted code

github.com/crystal-lang/crystal - HertzDevil opened this pull request 4 months ago
Restrict CI runners from runs-on to 8GB

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Invalid memory access in Windows CI

github.com/crystal-lang/crystal - straight-shoota opened this issue 4 months ago
Add documentation about synchronous DNS resolution

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Cosmopolitan port

github.com/crystal-lang/crystal - fithisux opened this issue 4 months ago
Add `NamedTuple#reverse_merge`

github.com/crystal-lang/crystal - stephannv opened this issue 4 months ago
Extract `deploy_api_docs` job into its own Workflow

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Fix compiler artifact name in WindowsCI

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Error when trying to build aarch64 with LLVM 12 and below

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Add `Exception::CallStack.empty`

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

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago
Add `Char#==(other : String)`

github.com/crystal-lang/crystal - nobodywasishere opened this issue 4 months ago
Faster floating-point finiteness checks

github.com/crystal-lang/crystal - HertzDevil opened this issue 4 months ago
Merge `release/1.13`@1.13.3

github.com/crystal-lang/crystal - straight-shoota opened this pull request 4 months ago