Miguel Grinberg

Results 485 comments of Miguel Grinberg

@jakeane My goal was to support Gunicorn with the threaded worker. I now realize that the link I shared above points to the sync worker instead. The threaded worker does...

Interesting feature. The simplest would be to override the token generation method and change it so that only the user agent is considered. If the IP address is not used...

I'm not really sure, but Flask-Login and Flask-Paranoid are in general not designed to be used together. What my extension does is similar to strong session protection in Flask-Login, so...

If you want to prevent the user from entering images in real time, then you'll have to look into modifying the pagedown JavaScript library. This project doesn't have anything to...

I always planned to do it, but it may take me a while, too many other projects right now. If you manage to get something going and would like to...

Well, I'm not using the Markdown Editor that they have, I'm just using their converter. The Javascript code is what triggers the update of the preview when the text changes....

Correct, I have no intended to support asyncio back when I wrote this library, but it is a valid request.

@momocow Yes, always open to improvements and new ideas. :)

@jeffvestal Will you be looking at this? The corresponding blog article needs to be fixed as well, it appears.

The error that you get is this: ``` openai.error.InvalidRequestError: Resource not found ``` This would suggest that the configuration values that you provided are incorrect. I have just re-tested Azure...