Lewis E. Bogan
Lewis E. Bogan
Not an issue yet : I have been using slang for some time for its simple elegance. Like slim, it helps me avoid the embedded syntax structures. Kemal is removing...
This works: ``` choices = %w(emacs nano vim) answer = @prompt.enum_select("Select an editor", choices, default: 3) puts answer ``` This produces an error: ``` choices = %w(emacs nano vim) answer...
Please, excuse this beginner question. Don't I have to require something to use this. I tried: ``` require "kemal-auth-token ``` And got this ``` Error in src/kemal_names.cr:28: while requiring "kemal-auth-token":...
Any plans on updating for psql v10+ Thanks