Luigi Clemente
Luigi Clemente
@drorata thank you for your interest. I don't thinks it is necessary to set `changeps1` to `false`, I have that property to `true` and it works fine :)
@drorata what behaviour do you have with `changeps1` enabled?
> > I can confirm that also on another system I had to disable `changeps1`. > > Same here. I mean this modification takes no influence on the on the...
Because, otherwise, loading js files that uses 'yield' or 'let' keywords with FireFox leads to an error.
Hi @MichaelAquilina, can I do something to get this PR approved? If not, we can go ahead and close it.
I've made this [task](https://gist.github.com/Gigitsu/798eb62cfdfa4055a5e1910e80184aa3) that seems to work. You can call it in this way: ``` mix gg.gettext.extract --backend app_with_gettext_backend --merge --for app_1 ``` In this example, `app_with_gettext_backend` contains the...
Hi @toonn, thanks. I'll definitely have a look at the milestone and try to help release the next version as best as I can. I agree with you that the...
Samly puts `RelayState` in the session cookie. Phoenix by default sets the `SameSite` attribute of the session cookie to `Lax`. This prevents the cookie from being sent alongside the post...
I've created the #82 PR to address this