Charles Pick

Results 105 comments of Charles Pick

hey Mike! Knex has been around for a long time so a lot of people do know it and it's pretty simple, but it has the classic problem that all...

@giltayar not using this plugin at the moment, but PRs welcome. This is happening because it expects that there's at least one negation (`!somefile.txt`) in the file, it should be...

@brycehill would definitely welcome a PR :)

@gedw99 that was the plan and I have a half baked implementation laying around somewhere, but I'm not sure if/when I'll have time to work on it now.

I really like this idea, but I think it's going to be very easy to forget to use `step()` somewhere, and that would have really unpleasant consequences when trying to...

Hey, which version of phpredis are you using?

yes we need to start using tags

@mikehaertl i agree with you, this was a poor design decision. It would have been better to have a `hashedPassword` field in the db and implement `password` as a virtual...

@githubjeka the problem with the current design is that if you e.g. load a model in a controller, and want to display a password input field in a view, you...

what we probably need to do is tag the current code as `v1.0.0`, fix this, and tag it as a new version, e.g. `v1.1.0` - however it will break for...