Bernát Kalló
Bernát Kalló
Hi, Sorry for the hair-splitting, I know that it's just an example, but just in case someone copies it, would you consider changing items = Tweet.find(:all, :conditions => "text LIKE...
Hi, Do you plan to have type aliases? The other day I wrote this signature: ``` fun seq(ps : Array(Function(Array(t), Result(Tuple(String, Array(t)), Tuple(String, Array(t)))))) { ``` Instead I'd like to...
Hello, This error message puzzled me. ```mint enum Token { As } module Mod { const TOKENS = [ {A, (s : String) { A }}, {"a", (s : String)...