Paul Smith
Paul Smith
https://github.com/luckyframework/website/pull/160/files#r330801857
On macOS you must set `export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` in your shell (usually`bashrc` or `zshrc`). People run into this and don't know what to do. We should check for it when on...
Depends on #121 If a task is pre-compiled, allow adding bash/zsh competion. This will be *super* helpful for generators. Imagine this: 1. `lucky gen.action Us(tab)` 1. Fills in `lucky gen.action...
`MainLayout` should have `needs current_user : User?`
That way it is easy to see at a glance what the line was and what the full message was. This would be similar to how Crystal play shows errors:
https://github.com/luckyframework/website/issues/199
Rough idea: * Save html page for each spec to `tmp/lucky_flow/debug_pages/`. Example: `tmp/lucky_flow/debug_pages/signs-a-user-in-spec.html` * Show what interactions happened (Ran `click "@heading"`, Ran `fill UserForm`, etc.) on a pane to the...
Right now there are lots of loops so the stacktrace is huge. Maybe using a `while` would shorten that up