michaeldrotar

Results 14 comments of michaeldrotar

Agree with the confusing names.. that's something I've been struggling with in Vue recently and ties into a similar thread that was recently opened about how to handle casting. I...

@thedamon - Agree coercion could be abused, but in practice I've never had that issue. It'd be like calling `isEven(6)` and getting `"apricot"` as a response... like people can do...

I should add... a team member forked the logstasher code and tried commenting out the `touch` line in the `new_logger` method and everything seems to work still. Perhaps because our...

We have a component that's using webhooks so it needs a public url to work and we wrote up docs on how to setup ngrok to use it and then...