Xuan (Sean) Hu
Xuan (Sean) Hu
hi, luin, First, thx for you colortype theme first. I really like it. But now, I found there would be a date beside the title in the page (not post)....
请详细填写以下四项关键元素 ## 期待增加的功能描述: 从移动网页版领券中心获取话费充值券 ## 实现此功能带来的增益: 更稳定的实现话费充值券领取 ## 缺少此功能的影响: 话费充值券在我这里一直不太work,电脑版固定页面也经常会不展示出来领取按钮,但是领券中心的一直比较stable ## 实现的思路: 从移动网页版领取,具体的参数没有catch到,明天想起来的话来更新一下~
### Willingness to contribute Yes. I would be willing to contribute a fix for this bug with guidance from the MLflow community. ### MLflow version 1.28.0 ### System information -...
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. Check the [diagnose documentation](https://pipenv.pypa.io/en/latest/diagnose/) for common issues before...
``` Running Sphinx v7.2.6 /home/huxuan/Code/serious-scaffold-python/.venv/lib/python3.10/site-packages/sphinxcontrib/autodoc_pydantic/directives/autodocumenters.py:21: RemovedInSphinx80Warning: The alias 'sphinx.util.typing.stringify' is deprecated, use 'sphinx.util.typing.stringify_annotation' instead. Check CHANGES for Sphinx API modifications. from sphinx.util.typing import get_type_hints, stringify ```
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/build-push-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [X] The documentation does not mention anything about my problem...
Here is a file naming `test.py` and I tried to use `isort --float-to-top --lines-before-imports 0 test.py` but nothing changed. ```python """TEST""" import a def foo(): pass ``` Expected results might...
Hi DevContainers Team, The case for me is to set the index url for pip, so what I do is something like ```json { ... "remoteEnv": { "PIP_INDEX_URL": "${localEnv:PIP_INDEX_URL:https://pypi.org/simple}" }...
- [x] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes Fix #1354 ## Test plan Tested by running ```...