Ahmed Refaey

Results 14 comments of Ahmed Refaey

Thanks! Best of luck.

@JordonPhillips Thanks for your reply. What's the external library that mocks the `upload_file()`?

I have the sam e problem, I'm using the latest released JMeterWebSocketSampler-1.0.2-SNAPSHOT.jar and the problem not solved yet, any clues?

I have the same issue with version `2.7.3` 😢 Here is my webhook handler ``` def customer_created_handler(event, **kwargs): customer_id = event.data[OBJECT][ID] customer_name = event.data[OBJECT][NAME] customer_email = event.data[OBJECT][EMAIL] logger.info(f"A Stripe customer...

+1 Same for me, installed but hung to load the configuration menu. I manually edited the `.idea/workspace.xml` to add a new pattern to fold ``` ```

Any advice on the proper way here, please?

@Gideon-Felt Do you like to open a PR to merge to the upstream?

Thanks @suisha for your reply. Actually I in my case I did not like to have transliteration in URLs, so I overrided the slug generator function using this lib https://www.npmjs.com/package/arslugify...

Thanks! @tohenk for your contribution, I will review it as soon as possible.

This happened to me because I had messy migrations because of the multiple trials. Drop the DB tables of the previous invitations tables (under your app or the django-invitations app)...