Search code examples
How to call a method from a class inside the same module...


crystal-lang

Read More
How to you convert an Int32 into a string (base 16) with a leading 0x?...


crystal-lang

Read More
Add the CRC32 checksum value of each character of a string, into an array...


crystal-lang

Read More
What's the proper way to get a local time when TZ=":/etc/localtime"?...


crystal-lang

Read More
App compilations in centos crystal obtain error...


crystal-lang

Read More
Is there a way to pipe IO?...


crystal-lang

Read More
How to detect number of CPU cores in Crystal?...


crystal-lang

Read More
Process and TCPSocket not close properly in crystal...


tcpprocesscrystal-lang

Read More
Compile time reflection over type members...


reflectioncrystal-lang

Read More
Pass dynamic types into pipeline container...


crystal-lang

Read More
How to rescue/catch an "Error writing file: Broken pipe (Errno)" exception?...


crystal-langepipe

Read More
Can Hash be sorted by keys or values?...


dictionaryhashtablecrystal-lang

Read More
How to force return value to be same type as argument value in Crystal?...


crystal-lang

Read More
type narrowing not work if type is specified?...


crystal-lang

Read More
Crystal: how to implement multiple abstract methods with one method in child?...


inheritanceabstractcrystal-lang

Read More
Seeking dynamic method dispatch via automated construction of Hash...


crystal-lang

Read More
crystal class with macro not compiling...


crystal-lang

Read More
How to generate a random number in Crystal?...


randomcrystal-lang

Read More
Reopening class and adding instance variables...


crystal-lang

Read More
Recursive type not unifying with itself...


crystal-lang

Read More
Array filtering does not change the array in Crystal...


arraysfilteringcrystal-lang

Read More
How To Parse JSON From Doubly Nested Response...


jsoncrystal-lang

Read More
Is it possible to compile a Crystal script so it can run on any Linux machine without the user havin...


linuxcompilationexecutablecrystal-lang

Read More
instance var of CategoryController must be (Array(Array(Array(Int64 | String) | Array(String))) | Ni...


crystal-langamber-framework

Read More
Calling methods dynamically (Crystal-lang)...


crystal-lang

Read More
How do I install crystal-lang on rapsberry pi?...


armraspberry-pi3crystal-lang

Read More
collection dropdown default blank value...


crystal-langamber-framework

Read More
Where to put a .dylib file that my crystal executable uses?...


macosframeworksshared-librariesdynamic-linkingcrystal-lang

Read More
I can't build static binary of crystal program under alpine edge...


crystal-lang

Read More
I can’t use mmap to share a Hash between processes...


mmapcrystal-lang

Read More
BackNext