Guillaume Potier

Results 58 comments of Guillaume Potier

I think this should be doable. I may find some time next week to look into it and ensure it does not breaks too much things in the test suite...

[Repost from PR just in case ;)] Hi guys, I'm just seeing this issue and this is great news for us because we are looking to integrate SAMLv2 login in...

> Theres is a branch 'multipleidps' that you can use for testing and modifications. I'll be working in this feature soon. Great to read that. What is your definition of...

Great, In the meantime, this is what I think it is still needed on this branch, feel free tonight to add your checkboxes ;) - [ ] handle not found...

Hi there, I suppose you did not had time to have a look yet at my implementation. This is still a mess, but I think I have yet something quite...

Hi Nicolas, Thank you for this pull request and your usage of gettext ;) As you suspected, the main interest of this lib (against the many others that exist out...

Hi there, What is the status of this one, is this still an open issue for IE11? Thanks

How, that's a good news! I'll test it then when I'll update it. Thanks for your help

I confirm this is still broken on IE11 with React and React-dom 1.16.3 Tested @notatestuser change and it works. Could we consider integrating it?

Hi @Pranjali14 Thanks for this issue, very clear and even with envisaged solution :) Indeed, we could easily replace `key.indexOf(namespace) === 0` by `key.indexOf(namespace + (options.keyDelimiter || '.' )) ===...