Search code examples
Crystal C bindings: return type char*...


crystal-lang

Read More
Type checking in Crystal...


crystal-lang

Read More
What's the difference between #clone and #dup...


arrayscrystal-lang

Read More
Convert hex string to int in Crystal...


crystal-lang

Read More
Make Class member attribute of type Array(T) accept 2D arrays of T...


crystal-lang

Read More
Condition over object's type...


crystal-lang

Read More
Define Class object validations...


crystal-lang

Read More
Set attribute of type "Class" to define it as Int32, String, Float64...


crystal-lang

Read More
Set both default attribute and type of attribute...


crystal-lang

Read More
What is the idiomatic way of returning optional values?...


rubycrystal-lang

Read More
Application server for Crystal web app / Kemal...


crystal-lang

Read More
Write binary data to stdout in Crystal...


crystal-lang

Read More
Crystal C bindings: argument const unsigned char **...


crystal-lang

Read More
How to parse data from POST request...


crystal-lang

Read More
How to reuse HTTP connection and share it between Sidekiq background jobs?...


ruby-on-railsruby-on-rails-4sidekiqcrystal-lang

Read More
Unable to compile after upgrade from crystal 0.19.4 to 0.20...


crystal-langkemal

Read More
Crystal method return multiple values...


crystal-lang

Read More
Is there a simple way to sort an array in Crystal?...


arrayscrystal-lang

Read More
Crystal convert string to hash from response.body...


crystal-lang

Read More
Array of Union-type of Class.class and Struct.class...


crystal-lang

Read More
Crystal with Sidekiq I've got an error. What I'm doing wrong?...


sidekiqcrystal-lang

Read More
Reopening class or struct inside macro...


crystal-lang

Read More
What object receives #puts in my Crystal programs?...


crystal-lang

Read More
Crystal function gets not waiting for user input...


crystal-lang

Read More
Read a single char from stdin without pressing enter...


crystal-lang

Read More
Sharing variables between different macros...


crystal-lang

Read More
execution of command failed with code: 1: `cc -o "/root/.cache/crystal/var-app-staging-new-http...


crystal-lang

Read More
is INSTANCE = new in class is run after compilation automatically or the first time it is accessed?...


crystal-lang

Read More
How to convert a hex string to bytes array in Crystal?...


crystal-lang

Read More
Crystal lang: understanding method return type of Void...


crystal-lang

Read More
BackNext