Paul Smith

Results 95 issues of Paul Smith

Move these... * https://github.com/luckyframework/lucky_flow/blob/b14b8645eb30d78d371c30c3f9a1be15dd403d01/src/lucky_flow.cr#L24-L37 * https://github.com/luckyframework/lucky_flow/blob/b14b8645eb30d78d371c30c3f9a1be15dd403d01/src/lucky_flow.cr#L59-L75 Into a module called `LuckyFlow::LuckyHelpers` Will likely require splitting spec into Lucky specific tests. There should also be a flag similar to what is...

help wanted
good first issue

Similar to AmbiguousMatchError in Capybara If you do `click "@something"` and there are 2 or more elements that match, raise `LuckyFlow::AmbiguousMatchError` The error message should give pointers on what's going...

help wanted

This really helps with debugging. Still need to figure out how to do this so other frameworks can use it. Maybe embed a special comment in the HTML ```html ```...

### Problem We removed the full expanded trace in Crystal 0.30. This was helpful for a few reasons: * Made it much easier to focus on the error * Less...

kind:feature
topic:compiler

First off, great work on the project! I'm not sure how autocomplete works in this project, but I wonder if it could use fuzzy searching (as an option) so `Phnx`...

enhancement

```crystal class TaskForm < Task::BaseForm allow title end class TaskListForm < TaskList::BaseForm allow title has_many task_forms : TaskForm end # Use in an action TaskListForm.create(params) do |task_list, form| # Handle...

feature request

Some nice ideas here https://medium.com/the-code-review/clean-out-your-docker-images-containers-and-volumes-with-single-commands-b8e38253c271 Make it interactive like `lucky init`. So you can choose all/unused, volumes yes/no, etc.

So that docker compose and the container processes stop

Because sometimes the modification time changes even though the file hasn't change.