Wout
Wout
Exactly :)
The question is, will it be useful to anyone?
@mcmire Of course, here you go: ``` Failures: 1) UsersController POST #create with valid params should (for POST #create) restrict parameters on :user to :name, :email, :password, and :password_confirmation Failure/Error:...
What's the progress on this? I'd love to see this merged (and I'm not alone).
Yeah, this is stock Lucky, so I'm just using what I'm given 😬️. I like that you're building your worker on GitHub. I'm going to give that a go too....
> This looks very similar to https://forum.crystal-lang.org/t/mysterious-spec-failure-in-ecosystem-test/6748 I'm pretty sure it's the same indeed. @refi64 noticed this: https://discord.com/channels/591460182777790474/611671115835768862/1199390683220414474 > The compiler stack trace here might be helpful. How can I...
Sure! Here's lib: [grep-run-lib.txt](https://github.com/crystal-lang/crystal/files/14996623/grep-run-lib.txt) In src there's nothing: ``` src/operations/request_password_reset.cr: def run src/operations/sign_in_user.cr: def run src/operations/mixins/password_validations.cr: before_save run_password_validations src/operations/mixins/password_validations.cr: private def run_password_validations src/operations/mixins/user_validations.cr: before_save run_user_validations src/operations/mixins/user_validations.cr: private def run_user_validations src/jobs/delete_snippets_job.cr:...
> Do you render a template? such as ECR for instance? No, in this particular project we're using Lucky HTML exclusively. But I did notice this (`grep -R "ECR\." lib...
@Imauny I think they're already doing an awesome job with the small team they have. Don't forget Apple and Microsoft have huge teams working on their OS and have billions...