weibeu

Results 12 comments of weibeu

@Anjalibhatt As said, downgrading to `troposphere==2.7.1` will fix it. This is on zappa latest version.

I have this on my todo list and will try providing support for flask async-await soon. What you tried changing isn't enough. It will also require to make async requests...

Thanks for reminding, will do this by weekend.

Apologies, got along with some other stuffs. Will make sure to put this on priority and attempt to do this soon within next few weeks.

Apologies for the delay. Currently having end semester exams. Will surely try to make progress on this. At the time of creating this PR, V9 was latest. I am guessing...

It is not really really necessary to use computed_field to achieve our desired behaviour. This was more of a possiblity or hack I thought of. The way really we should...

@NeevCohen Right. Apparently, this should be the expected behaviour as well in my opinion. This way, it would be easy shot to make discriminator work for these cases.

Yep exactly. That's why I had assumed a special meta keyword to Field `classvar=True` to indicate a special behaviour where this certain attribute is a class attribute but also should...

Check if this helps https://github.com/weibeu/Flask-Discord/issues/56#issuecomment-985147104 Additionally, re-check just in case that your callback URL configured in config and that on dashboard are exactly same. Including http/https URL scheme

Sounds either of the following or something similar could be happening: - The cookie isn't being set for some reason. Which is done when calling discord.create_session method. - The cookie...