Laurent Schaffner

Results 13 comments of Laurent Schaffner

I'm wondering really hard why nobody even acknowledge the existence of this question from 2019, I'm having the same issue right now...

Is there any update for this ? I'm searching everywhere to be able to align this way, but it seems no plugin works clean, including this one

Why didn't anybody ever reply to him ? I'm facing the same issue nearly 1 year later.

Being pretty new to the Python world, I've made a workaround by adding this logic after the user creation ``` user = CustomUser.objects.get(id=user_id) user.status.verified = True user.status.save() ``` Not a...

Same issue here, anyone fixed it ? PS : Why isn't there anyone with a proper solution here ? This issue is opened since July and many people are having...

I've got the same problem going from `0.10.9` to `0.10.10` is there any workaround you guys figured already?

I use this gem a lot for my company and I would give it some improvements and fixes from time to time, I don't guarantee being here to answer everyone...

I had to edit my `dokku/my-app/nginx.conf` myself and had to partially rebuild my apps and reboot my server entirely. If anyone gets this problem because of a bad input, edit...

I have the same problem. It doesn't seem addressed at all by this gem and Ruby 3.1 was released almost a year ago.