Max Xu

Results 11 comments of Max Xu

As a workaround, I've simply dumped everything from the swagger-ui [dist folder](https://github.com/swagger-api/swagger-ui/tree/master/dist) into Flask /static folder. Everything seems to work fine. ``` app = Flask(__name__, static_url_path='') @app.route('/docs') def docs(): return...

I have the same problem. curl works fine. but POST/DELETE/PUT requests gets a 501 (Not Implemented) Error code. What should I do?

> A new behavior is breaking some existing tests, that is, when a motion with a sound is playing, the model does not allow another motion to start even if...

If the container is small/short, and there are many headers, then the stacks will blocks the majority of the container space. Leaving little space for content. For example, try viewing...

OpenAI functions are now parallel https://platform.openai.com/docs/guides/function-calling/parallel-function-calling and can output JSON more reliably. I have also been implementing dynamic schema construction and generation from data. and also a JSON program to...

The 1.1.11 version has some breaking changes. Might be due to either the changes to compiler option module NodeNext, and import method for strip-bom? Minimum version for strip-bom may have...

Any update or workaround to this? This breaks many packages and makes it unusable on cloudflare / nuxthub Specifically I was depending on a package for twitter-api-v2

> We are unlikely to implement the `node:https` module directly in the runtime and will likely continue to rely on the unenv polyfills to bring these in. An implementation of...

Upvote for this feature. I thought it was an issue with the shadowbox Docker container network and spent the whole afternoon trying to figure out what is going on. The...