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

Timeout in `HTTP::Server` spec with `preview_mt`

github.com/crystal-lang/crystal - straight-shoota opened this issue almost 2 years ago
Use dash in enum value names

github.com/crystal-lang/crystal - dammer opened this issue almost 2 years ago
crystal tool format on 'Range'

github.com/crystal-lang/crystal - willy610 opened this issue almost 2 years ago
add find-llvm-config for windows

github.com/crystal-lang/crystal - dsisnero opened this pull request almost 2 years ago
Meaning of "hidden files" in `Dir.glob`

github.com/crystal-lang/crystal - HertzDevil opened this issue almost 2 years ago
extra files option for crystal doc

github.com/crystal-lang/crystal - noraj opened this issue almost 2 years ago
Support LLVM 16

github.com/crystal-lang/crystal - HertzDevil opened this pull request almost 2 years ago
Remove obsolete functions from `llvm_ext.cc`

github.com/crystal-lang/crystal - HertzDevil opened this pull request almost 2 years ago
Fix `Socket#tty?` to `false` on Windows

github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request almost 2 years ago
LLVM 16 supports Crystal's DWARF5 language code

github.com/crystal-lang/crystal - HertzDevil opened this issue almost 2 years ago
`Time::Location#load` with IANA TZ string

github.com/crystal-lang/crystal - Blacksmoke16 opened this issue almost 2 years ago
Constants for host and target triples

github.com/crystal-lang/crystal - HertzDevil opened this issue almost 2 years ago
Improve `HTML.escape(string, io)` performance

github.com/crystal-lang/crystal - BlobCodes opened this pull request almost 2 years ago
Remove `not_nil!` from `Regex::MatchData` docs

github.com/crystal-lang/crystal - devnote-dev opened this issue almost 2 years ago
Add `String#match!`

github.com/crystal-lang/crystal - devnote-dev opened this issue almost 2 years ago
Regex::MatchData to string

github.com/crystal-lang/crystal - noraj opened this issue almost 2 years ago
Added `Enumerable#in_slices_of`

github.com/crystal-lang/crystal - pricelessrabbit opened this pull request almost 2 years ago
Fiber switching for WebAssembly

github.com/crystal-lang/crystal - lbguilherme opened this pull request almost 2 years ago
Network server

github.com/crystal-lang/crystal - wishdev opened this pull request almost 2 years ago
HTTP::Server vs ApplicationServer

github.com/crystal-lang/crystal - wishdev opened this issue almost 2 years ago
Http proxy

github.com/crystal-lang/crystal - wishdev opened this pull request almost 2 years ago
Usefulness of `Number.[]`

github.com/crystal-lang/crystal - straight-shoota opened this issue almost 2 years ago
Bug in atomic operations on aarch64 with multi-threading

github.com/crystal-lang/crystal - straight-shoota opened this issue almost 2 years ago
Concentrate formatter changes in next release

github.com/crystal-lang/crystal - straight-shoota opened this issue almost 2 years ago
Number#format prints incorrect value

github.com/crystal-lang/crystal - z64 opened this issue almost 2 years ago
Make linker configurable on Windows

github.com/crystal-lang/crystal - straight-shoota opened this issue almost 2 years ago
Validate `URI#path`

github.com/crystal-lang/crystal - straight-shoota opened this pull request almost 2 years ago
Missing `llvm_ext.o` in Linux release

github.com/crystal-lang/crystal - mamantoha opened this issue about 2 years ago
Compiler crash in a infinite recursion

github.com/crystal-lang/crystal - hugopl opened this issue about 2 years ago
`Array` form of `#each_slice`

github.com/crystal-lang/crystal - HertzDevil opened this issue about 2 years ago
Assorted type signatures

github.com/crystal-lang/crystal - caspiano opened this pull request about 2 years ago
Weird attribute assignment syntax

github.com/crystal-lang/crystal - FnControlOption opened this issue about 2 years ago
Type restriction against default value

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Return types of generic interface implementations

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
`URI` allows invalid path component

github.com/crystal-lang/crystal - digitalcora opened this issue about 2 years ago
PR template: adding a line about force-pushes

github.com/crystal-lang/crystal - beta-ziliani opened this pull request about 2 years ago
Fix constants starting with non-ascii uppercase letter

github.com/crystal-lang/crystal - kolesar-andras opened this pull request about 2 years ago
`Regex` match methods do not accept negative position

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Environment dependencies for stdlib specs

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Interpreter: bug with regexes

github.com/crystal-lang/crystal - hutou opened this issue about 2 years ago
Optimize `Channel.select_impl`

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Another misleading error message

github.com/crystal-lang/crystal - jwoertink opened this issue about 2 years ago
Dependency Dashboard

github.com/crystal-lang/crystal - renovate[bot] opened this issue about 2 years ago
First-class functions

github.com/crystal-lang/crystal - dmgr opened this issue about 2 years ago
Autocasting from `Bool?` to `Bool`

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Add `Channel#try_send`, a non-blocking `Channel#send`

github.com/crystal-lang/crystal - carlhoerberg opened this pull request about 2 years ago
Add `XML::Reader#finalize`

github.com/crystal-lang/crystal - straight-shoota opened this pull request about 2 years ago
Add `Enumerable(T)#to_a(& : T -> U) forall U`

github.com/crystal-lang/crystal - caspiano opened this pull request about 2 years ago
Support for libreSSL 3.5

github.com/crystal-lang/crystal - straight-shoota opened this issue about 2 years ago
Update GHA to macos-12

github.com/crystal-lang/crystal - straight-shoota opened this issue over 2 years ago
Version pinning for GHA actions

github.com/crystal-lang/crystal - straight-shoota opened this issue over 2 years ago
Inline constants in the generated code

github.com/crystal-lang/crystal - mattrberry opened this issue over 2 years ago
add group_by_with_index and split_array

github.com/crystal-lang/crystal - orangeSi opened this pull request over 2 years ago
Implement the Ryu Printf algorithm

github.com/crystal-lang/crystal - HertzDevil opened this pull request over 2 years ago
Use LibC.malloc instead of GC.malloc for LibZ allocations

github.com/crystal-lang/crystal - lbguilherme opened this pull request over 2 years ago
Calling method with `self` in `initialize`

github.com/crystal-lang/crystal - mattrberry opened this issue over 2 years ago
Some specs in interpreted mode timeout

github.com/crystal-lang/crystal - asterite opened this issue over 2 years ago
Do not use `TypeDeclaration`s on local variables

github.com/crystal-lang/crystal - HertzDevil opened this pull request over 2 years ago
Support interpreter on arm

github.com/crystal-lang/crystal - straight-shoota opened this issue over 2 years ago