非法操作
非法操作
Since Python 3.3, a subset of virtualenv has been integrated into the standard library under the [venv module](https://docs.python.org/3/library/venv.html). So we don`t need to install an extra virtualenv library.
Hi guys, I found the [code](https://github.com/microsoft/IoT-For-Beginners/blob/main/1-getting-started/lessons/3-sensors-and-actuators/code-actuator/virtual-device/nightlight/app.py) in lesson 3(senors-and-actuators) not work in my browser. I tried both in win10 and macOS, and both old version or new version of counterfit....
`xip.io` seems no longer service anymore, and the `nip.io` do the same thing
I found there are some missing translations of this part
I just create the startapp, and install the requirements/dev.txt, requirements/prod.txt, then run pytest: ``` (.venv) PS D:\myapptest> pytest INTERNALERROR> Traceback (most recent call last): INTERNALERROR> config._do_configure() INTERNALERROR> File "D:\myapptest\.venv\lib\site-packages\_pytest\config\__init__.py", line...
- fixes #344 Checklist: - [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs,...
When start a new project, and install the flask_debugtoolbar plugin, then visit `http://127.0.0.1:5000/openapi.json` will cause the error: ``` 127.0.0.1 - - [23/Aug/2022 16:50:22] "GET /openapi.json HTTP/1.1" 500 - Traceback (most...
- fixes [#345](https://github.com/apiflask/apiflask/issues/345) Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs, in...
We should change the default `VALIDATION_ERROR_STATUS_CODE` to 422, and now it's 400. There are 3 reasons: 1. as the [RFC4918](https://www.rfc-editor.org/rfc/rfc4918#section-11.2) described: ``` The 422 (Unprocessable Entity) status code means the...
# Description Fixes issue (https://github.com/langgenius/dify/issues/4386) In the PR(https://github.com/langgenius/dify/pull/4360), I use `httpx.Response.headers | requests.Response.headers` instead of `HttpExecutorResponse.headers`, because they are both a version of case-insensitive multi-dict. But cause this issue. When...