Mark Madsen

Results 17 comments of Mark Madsen

I kinda remember having an issue like this... I think that is do to a change with behaviours around exposing models that may not have the method being exposed. Previously...

I had a lot of trouble with this when I updated my matchers. It's very hard to test a single exposure in isolation because the object you pass through needs...

I am looking at this. I personally don't use xml unless it is inside a plist, but I do think that there should be consistency. That being said, Grape is...

I think you should probably just move to using `.puma` or `.pdev` or another domain that isn't a real tld. Note that `.test` SHOULD NOT be used. It does strange...

@barrywoolgar I'm seeing cookies being set incorrectly but only with `.test` domains. Instead of applying across all subdomains they are only being applied to the bare domain. For example `.myapp.test`...

This is impacting us as well and I don't think the changes that were made are actually intended... Just spelunking in the code a bit here: https://github.com/ueberauth/guardian/blob/master/lib/guardian.ex#L343 ``` # Provide...

Digging a bit deeper it looks like permissions uses `@config_with_key`. But I think it can be refactored so that it uses a function. `@config_with_key_and_default` isn't used. If permissions really needs...

That's my expectation. That should fix it.

I probably can look in a day. If someone gets to it before me, let me know.