Search code examples
Hash equality in Crystal specs...


specificationscrystal-lang

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


crystal-lang

Read More
How do I parse a String to Time in Crystal Lang?...


crystal-lang

Read More
Why Crystal fails to infer type for instance variable?...


crystal-lang

Read More
How Do I Read a File in Crystal Lang?...


crystal-lang

Read More
How to just get a list of command-line arguments in Crystal lang...


command-linecrystal-lang

Read More
Crystal How to check if the block argument is given inside the function...


crystal-lang

Read More
Crystal error: undefined method 'member?' for Array...


crystal-lang

Read More
Crystal equivalent shard for "pp" (pretty printing)...


crystal-lang

Read More
How to return self in Crystal...


selfcrystal-lang

Read More
.get method for hash in Crystal language...


pythondictionaryhashcrystal-lang

Read More
Why does array "each" do not work anymore in Crystal 1.3.0? What should I use instead?...


crystal-lang

Read More
Is there a way to see what a Crystal macro expands to?...


macroscrystal-lang

Read More
Generic type convertion...


genericstypescastingtype-conversioncrystal-lang

Read More
How to get the output of Process.exec in crystal-lang?...


shellprocessexeccrystal-lang

Read More
How to manipulate binary numbers efficiently in Crystal?...


binarynumbersbitcoincrystal-lang

Read More
Crystal: How can I find the SHA256 hash of a binary value?...


crystal-lang

Read More
Install Crystal Linux Mint. Error: Could not locate compatible llvm-config...


llvmlinux-mintcrystal-lang

Read More
Is it possible to pass a Proc into a function?...


crystal-lang

Read More
How to parse an 80-bit floating point number in Crystal?...


floating-pointcrystal-lang

Read More
Depedency injection in crystal language...


dependency-injectioncrystal-lang

Read More
VS Code Highlight Text Mate Rules Priority...


visual-studio-codecrystal-lang

Read More
Why Array.to_s is not recursive?...


crystal-lang

Read More
Why can't I change the value of self on Int32...


crystal-lang

Read More
from_json doesn't work with record macro?...


crystal-lang

Read More
How to properly modify an array while iterating it...


arraysloopscrystal-lang

Read More
Crystal lang : How to indicate require path for crystal compiler...


crystal-lang

Read More
How to access global variables inside functions...


functioncrystal-lang

Read More
Crystal: detect if a dictionary insert overwrites a key, but without hashing twice...


crystal-lang

Read More
Scope variables/guards...


crystal-lang

Read More
BackNext