Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in crystal-lang

Calling methods dynamically (Crystal-lang)

crystal-lang

Type alias and Hash as method parameter

crystal-lang type-alias

Is it possible to beautify the output of :to_json (in Crystal's standard lib)?

json crystal-lang

Crystal: Ensure return value is not Nil

crystal-lang

Write binary data to stdout in Crystal

crystal-lang

Crystal no overload matches 'Array(Type)#[]' with type (Int32 | Nil)

crystal-lang

Parse complex YAML-structure with YAML.mapping

Bootstrapping from nothing

How to configure JSON.mapping for Array of Array of Strings to become a Hash?

crystal-lang

What object receives #puts in my Crystal programs?

crystal-lang

Are magic constants documented? (eg __FILE__, __DIR__, etc)

crystal-lang

Does `File.info(string)/File::Info.new(string)` resolve symbolic links?

crystal-lang

Implementing Lazy Enumerator in Crystal

How can I stream multiple files at the same time using HTTP::Server?

crystal-lang

Customizing the generated SELECT in a query? [Granite ORM]

How would I set up a simple unix socket server in crystal that could communicate with multiple clients?

sockets crystal-lang

Crystal equivalent shard for "pp" (pretty printing)

crystal-lang

How can I test private methods?

crystal-lang

Direct reading of an instance variable

What is superclass mismatch in Crystal Lang?

crystal-lang