Stuart Corbishley
Stuart Corbishley
Ah man, I wish this was documented. I just spent the better part of 4 hours trying to work out why my records weren't being associated. Thanks for the tip!
Thanks for the reference, was banging my head against this.
I think I'm experiencing the same thing, the command I'm running prints some borders among other characters... While this hasn't been an issue using `log: true|false`, even giving it a...
@jayjun thats awesome! Thanks for confirming! I mean - the naive log implementation makes sense to me in this case. And like beefing it up is imo is out of...
What operating system are you using? That smells like the rambo executable is missing..
 @christad92 @elias-ba, some feedback so far 👆 Also if I add only one scope (as in type without entering a `,`) and click save it doesn't add it. I...
> @taylordowns2000 this implementation looks good to me (assuming that tests and other bits will come later) Oh and yes, @taylordowns2000 - tests please!
@elias-ba: ``` case error do %{expected: "uri"} -> Changeset.add_error(changeset, field, "expected to be a URI") %{any_of: formats} -> ``` In schema.ex, we don't have a case for `%..{expected: "hostname"}`, so...
@midigofrank what's happening with this? related issue?