Sonny Scroggin

Results 73 comments of Sonny Scroggin

I just ran into this today. I have something where I'd like to define a field on an input object but control the name of the field so that `:user_id_in`...

Hey @michalmuskala, thanks for catching that. I'll work on fixing it.

@keathley are you thinking more in the realm of an `init/2` callback for runtime configuration like `Ecto.Repo` and `Phoenix.Endpoint`? If so, that's definitely something I've thought about and I think...

@johanb thanks for your interest in helping! I do intend to finish this PR someday soon 😄 I'll probably pick this back up next month.

@wasnotrice can you show me your regexes for your `hear` and `respond`? You may just need to build them with a bit more care. The way the responders work is...

@wasnotrice re-writing your `hear` responder to this should work: ```ex hear ~r/^let (.*) know/i, msg do send_random_knowledge msg end ``` That would ensure that it would only respond if the...

@krekbot, Gotcha. I will work on a solution. Thanks.

Yeah, this would be nice. We'll probably need to use the `tty_sl` driver for this?

This is definitely on my radar. But it may be something I will tackle for 2.0 as the Adapter API may change in the future. At the moment, you could...

@sntran feel free to create a wiki page.