Search code examples
How can I verify a pem_cert and signiture (RSA-SHA1)?...

crystal-lang

Read More
Correct way to catch SIGINT and cleanup?...

crystal-lang

Read More
Why is the .to_s method needed in Crystal when converting user input to an integer?...

rubystringcrystal-lang

Read More
How can I produce a Crystal executable with no dependencies?...

dependenciesstatic-linkingcrystal-lang

Read More
Is there a PDF generation library similar to http://prawnpdf.org/...

pdf-generationcrystal-lang

Read More
how to add any hash to empty array of hashes?...

crystal-lang

Read More
Can't access models from crystal play...

crystal-lang

Read More
Implementing Lazy Enumerator in Crystal...

lazy-evaluationcrystal-langenumerator

Read More
Declare type of instance variable on controller...

crystal-langamber-framework

Read More
Extract substring with regex?...

crystal-lang

Read More
How can I stop a Fiber?...

concurrencycrystal-lang

Read More
Crystal lang takes option parameters from OptionParser when it shouldn't...

crystal-langoptionparser

Read More
how can I load into memory a src file in crystal?...

filecrystal-lang

Read More
how to iterate and statically type values using JSON::Serializable?...

crystal-lang

Read More
Crystal Lang: Can't infer the type of instance variable '@hash_value' of Rule...

crystal-lang

Read More
Crystal: how to increase the number of types an array can hold after instantiation...

crystal-lang

Read More
Crystal build fails with linker error...

crystal-lang

Read More
In crystal Why do I need to do matches.try &.[0]...

crystal-lang

Read More
Scoped monkey-patching of a class...

scopecrystal-langrefinements

Read More
Pass environment variables on compilation phase...

crystal-lang

Read More
Crystal module path require issue...

crystal-lang

Read More
Crystal parser creates an ASTNode that should be Crystal::Expressions at runtime but is somehow a Cr...

abstract-syntax-treecrystal-lang

Read More
How can I use Crystal in Python packages/extensions?...

pythonpython-3.xcrystal-lang

Read More
Crystal-lang: why is the LLVM "hello.bc" not the same if generated by Crystal or by clang?...

llvm-ircrystal-lang

Read More
Empty Set literal syntax...

crystal-lang

Read More
Crystal lang : `block_given` in Macro?...

crystal-lang

Read More
How to resolve Generics in macros?...

crystal-lang

Read More
Why creating StaticArray with size from a variable throws an error?...

arrayscrystal-lang

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

crystal-lang

Read More
Return Granite validation errors as JSON...

crystal-langkemal

Read More
BackNext