Victor Longon

Results 7 comments of Victor Longon

Hi @selaux I am working on this but I am not sure how to set the root folder in my tests. I have a failing test now that should pass:...

How can I change which root folder is sent? It should differ to `match-dirname` tests, since I don't want `/foo`as in the other tests.

Hi, thanks for the reply! Well, the Facebook SDK has a logout method. But I am not surw how to get hold of the SDK instance from the Facebook Provider...

Btw, I see that facebook adds a few cookies when the login request is accepted, so I guess this is what you mean? Upadting the Redux store is simple enough,...

@seeden I don't actually anything working. It thought I could get hold on the SDK instance via the Facebook provider component, but I couldn't get it to work. My hope...

That's great. Let's us know when the docs are updated

A proposal is to extend the config object sent to `createAutoCorrectedDatePipe` to: `{ minYear = 1, maxYear = 9999, minMonth = 1, maxMonth = 12, minDay = 1, maxDay =...