How to create a tuple using constructor inside macro in crystal lang...
Read MoreCreating methods with a macro based on the names of an enum...
Read MoreCorrectly moving around types with JSON::PullParser...
Read MoreAre Hashes ever on the stack in Crystal lang?...
Read MoreIs it possible to extend class for limited types only?...
Read MoreHow do I call instance method from string?...
Read MoreHow do you access the return value of the route in Kemal after_all method?...
Read MoreHow to concatenate bytes in Crystal...
Read MoreHow to detect data types in Crystal if they cannot be determined at compile-time?...
Read MoreWhy NamedTuple of same types are not compatible?...
Read MoreWhy JSON::Builder not using `with obj yield` modifier?...
Read MoreCrystal how to convert Array(T) to Array(T?)...
Read MoreHow to pass method to block in Crystal...
Read MoreAny way to enable Float and Int in Crystal?...
Read MoreType-safe way to remove nulls from Array in Crystal...
Read MoreNo overload matches 'Slice(UInt8)#+' with type Slice(UInt8) when running code...
Read MoreNamed arguments shortcut for Crystal...
Read MoreOverload method with named arguments in Crystal?...
Read MoreUsing IO#pos and IO#seek with UDPSocket...
Read MoreHow to use union in "if" statement [Crystal]...
Read MoreGet string class method called on - Ruby/Crystal...
Read MoreError: undefined local variable or method 'var' for top-level...
Read MoreType refinement in Crystal from yielding blocks...
Read MoreCan modules be used as type restrictions?...
Read MoreHow to read all the items from the Channel when you don't know their actual count...
Read MoreRemoving duplicates from CSV -- performance problems...
Read More