Search code examples
Is there a way to get any variable from a Crystal class?...


classcrystal-lang

Read More
Is it possible to get the resolved path of a broken symbolic link?...


crystal-lang

Read More
How can I silence or prevent a "Missing hash key" error?...


crystal-lang

Read More
Union types in runtime...


typesruntimeuniontypecheckingcrystal-lang

Read More
What does Crystal::ClassDef#resolved_type cannot be nil (NilAssertionError) mean?...


macroscrystal-lang

Read More
The struct does not update the getter if it is nested in another struct...


crystal-lang

Read More
Does Crystal have attribute accessor methods like in Ruby?...


rubymethodsattributesaccessorcrystal-lang

Read More
How do I create a class instance from a string name in Crystal?...


crystal-lang

Read More
Making a blocking call asynchronous...


crystal-lang

Read More
Is there an equivalent to Pry for Crystal?...


crystal-lang

Read More
How to access the results of .match as string value in Crystal lang...


regexmatchingcrystal-lang

Read More
How to convert a String to an Integer or Float in Crystal?...


type-conversioncrystal-lang

Read More
Taking the address of a two dimensional array's element...


arrayspointersinstancecrystal-lang

Read More
Creating an two dimensional array in Crystal...


arraysinitializationcrystal-lang

Read More
Crystal lang - overriding "to string" method...


crystal-lang

Read More
Crystal does not doing auto infer type for union?...


crystal-lang

Read More
"Error: unterminated parenthesized expression" when using function of object after parenth...


syntax-errorcrystal-lang

Read More
Compilation error in PullParser method when using UInt128 field, not with UInt64, in Crystal...


jsonserializationcrystal-lang

Read More
Get classes from JSON in Crystal...


jsonserializationcrystal-lang

Read More
interfaces in Crystal...


rubycrystal-lang

Read More
Crystal language: what to use instead of runtime String::to_sym...


crystal-langstring-to-symbol

Read More
Crystal multi line comment...


commentscrystal-lang

Read More
How do I list files and directories those are not hidden in current directory using crystal language...


crystal-lang

Read More
What does the ** (Double splat) in Crystal lang do?...


crystal-lang

Read More
Why is include JSON::Serializable needed in this struct in Crystal?...


crystal-lang

Read More
Array of objects in Crystal...


crystal-lang

Read More
How to get the type of anything in Crystal?...


crystal-lang

Read More
How to execute code from a string variable in Crystal?...


evalcrystal-lang

Read More
Hash equality in Crystal specs...


specificationscrystal-lang

Read More
Why does the backspace key print ^? when calling gets() in crystal?...


crystal-lang

Read More
BackNext