Michael Fellinger
Michael Fellinger
That should be replaced with `have_element`. https://www.luckyframework.org/guides/testing/html-and-interactivity#interacting-with-elements
Starting rb-readline and hitting escape crashes when `set editing-mode vi` is in `~/.inputrc`. Backtrace, just starting and hitting escape: ``` iota ~ % ruby -vr rbreadline -e 'p RbReadline.readline("> ")'...
This is a rather big PR, I worked on it for several days but think it's ready for some public scrutiny now. Biggest changes are: * Completely new CLI that...
Using the trival example: ``` Could not start the machine nixops-b8bb74cc-88c6-11e8-866d-6a00016d2c00-webserver because the following physical network interfaces were not found: vboxnet0 (adapter 2) You can either change the machine's network...
Right now any argument given is simply ignored, leading to a bit confusing behavior. While it may be syntactically possible to give an argument to the two keywords, they will...
So, given two files, for example: `lib/x.cr` ```crystal class X end require "./x/y" ``` `lib/x/y.cr` ``` class Y < X end ``` It seems I can't jump to the definition...
Hi there, I'm rather new to Crystal and wanted to use your library. Unfortunately it seems like the language changed a bit, and I'm not that familiar enough with generics...
While trying to package https://backstage.io/ I ran into a lot of issues related to dependencies that fail to build, most importantly `ssh2` requires `/usr/bin/env`. The package itself isn't really needed...