text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Can't set CONN_MAX_AGE to None
Body: When setting DATABASE_URL to something like `postgres://posgres@db:5432/postgres?conn_max_age=None` the end result is:
``` python
{
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': 'db'
'PORT': 5432,
'USER': 'postgres',
'PASSWORD': None,
'N... | 1medium |
Title: Error starting container - failed to write to cpu.cfs_quota_us
Body: <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-app... | 2hard |
Title: Add support for combined unique constraints
Body: ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Prisma supports declaring multiple fields as a combined unique constraint, e.g.
```prisma
model User {
firstName String
lastName Stri... | 1medium |
Title: Add Vertex AI Integration
Body: **Is your feature request related to a problem? Please describe.**
No Vertex AI support
**Describe the solution you'd like**
Add a new LLM class that integrates Vertex AI, Langchain [docs](https://python.langchain.com/v0.2/docs/integrations/chat/google_vertex_ai_palm/)
**D... | 1medium |
Title: 提取新词的几点疑问
Body: <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwin... | 1medium |
Title: Instapy does not follow the correct amount of people
Body: ```
session = InstaPy(username="Username", password="Password")
session.login()
tags = ['makeup','eyeliner']
session.follow_by_tags(tags=tags, amount=10)
```
as you can see, I set the amount to 10 but for whatever reason it follows 19. ... | 1medium |
Title: Unhandled Exception (7b158f29f)
Body: Autosploit version: `3.0`
OS information: `Linux-4.19.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `expected a string or other character buffer object`
Error traceback:
```
Traceback (most recent call):
File "/roo... | 1medium |
Title: DNS labels incorrectly require lower case characters
Body: **What happened**:
The DNS-1035 checks (RFC 1035) will result in an error if the name is not lower case.
**What you expected to happen**:
The RFC does not prohibit lower case labels, they just must be evaluated in a case-insensitive way.
**How to... | 1medium |
Title: Automated cherry pick of #70696: Filter out spammy audit logs from cluster autoscaler.
Body: Cherry pick of #70696 on release-1.12.
#70696: Filter out spammy audit logs from cluster autoscaler. | 0easy |
Title: How do i resuse weights from one network in another?
Body: lets say i have an autoencoder network
```
encoder = tflearn.input_data(shape=[None, samples])
encoder2 = tflearn.fully_connected(encoder, 30)
decoder = tflearn.fully_connected(encoder2, samples, activation='tanh')
```
how do i input my own val... | 1medium |
Title: The First Simple Example Has a Question
Body: ### Description
README.md
Executing a coroutine on a child process is as simple as:
1.
async def put(url, params):
2. This args has't params
async def main():
p = Process(target=put, args=("https://jreese.sh", ))
await p
TypeError: put(... | 0easy |
Title: face_recognition.face_encodings(...) doesn't work on multiprocessing
Body: * face_recognition version:lastest
* Python version:3.6
* Operating System:Ubuntu16.04
### Description
I was trying to put face_recognition.face_encodings on multiprocessing cause it's time consuming.
But it seems like face_recog... | 2hard |
Title: PyTorch With distributed.sh train.py: error: unrecognized arguments: --local-rank=0
Body: **Describe the bug**
PyTorch With distributed.sh train.py: error: unrecognized arguments: --local-rank=0
FutureWarning: The module torch.distributed.launch is deprecated
and will be removed in future. Use torchrun.
Note... | 1medium |
Title: 【开源自荐】利用 GitHub Action 自动更新赞助者列表
Body: ## 项目推荐
- 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址
> <https://github.com/yiyungent/afdian-action>
- 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习)
> C#
- 项目后续更新计划:
> - Added: 常用工具类
- 项目描述:
- 必写:这是个什么项目、能用来干什么、有什么特点或... | 1medium |
Title: What happened to the facebook repo on HuggingFace?
Body: Could I ask for that? I couldn't find any models from Facebook at this time (just today). | 3misc |
Title: CoreDictionary中有一个"机收"的词,导致“手机收邮件”分词结果为“手 机收 邮件”
Body: <!--
这是HanLP的issue模板,用于规范提问题的格式。本来并不打算用死板的格式限制大家,但issue区实在有点混乱。有时候说了半天才搞清楚原来对方用的是旧版、自己改了代码之类,浪费双方宝贵时间。所以这里用一个规范的模板统一一下,造成不便望海涵。除了注意事项外,其他部分可以自行根据实际情况做适量修改。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
... | 1medium |
Title: Speed up processing of VCFs when opening the contacts menu
Body: Opening the contacts menu results for me to 627 calls to `Sabre\VObject\Parser\MimeDir::readLine` which takes alone around 0.75 seconds.
Ref https://blackfire.io/profiles/2a140454-bfeb-4241-90a3-a9c8012f81e2/graph | 1medium |
Title: Ensure /etc/hosts has a header always - Fix conformance test
Body: We have 2 scenarios where we copy /etc/hosts
- with host network (we just copy the /etc/hosts from node)
- without host network (create a fresh /etc/hosts from pod info)
We are having trouble figuring out whether a /etc/hosts in a
pod/conta... | 1medium |
Title: Enhance netpol E2E tests connectivity information on startup
Body: <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Improve logs and connectivity debugging information on Netpol E2E tests suite bootstrap, so it will give us fine-grained info:
... | 1medium |
Title: Inline format definition issue
Body: Hi,
I am using XlsxWriter to put some JSON files in tabular. I think there is a bug with inline format declaration, which can be seen below.
I am using Python version 3.7.3 and XlsxWriter 1.1.8 and Excel version 12.26 with macOS Mojave 10.14.5.
Here is some code that... | 1medium |
Title: مشکل نصب مرزبان
Body:

سرور هتزنر هست وقتی نصب میکنم و تمام میشود پنل بالا نمیاد تفاوتی که با بقیه دیدم داخل لاگ ها این بود
marzban-1 | INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
ب... | 1medium |
Title: Feature request: support readOnlyRecommended
Body: Hi,
While not in the specifications, Excel (online) has a "Protect Workbook" feature that changes the default open behaviour for a spreadsheet to readonly.
This is done by adding a readOnlyRecommended attribute to a fileSharing node on the workbook root node... | 1medium |
Title: No package python36-devel available.
Body: I am following the example that how to build Tensorflow.
When I input below command
docker exec -i -t lambdapackgen /bin/bash /outputs/buildPack_py3.sh
error is:
...
No package python36-devel available.
No package python36-virtualenv available.
No package pyt... | 1medium |
Title: oc cluster up --service-catalog=true fails to register template broker
Body: For me, cluster up consistently times out trying to install the template broker when using the service catalog.
```
$ oc cluster up --version=latest --service-catalog=true
```
Service catalog is running without errors, but the t... | 1medium |
Title: cli: cookiecutter project
Body: Add cookie cutter template rendering on init
https://github.com/rochacbruno/quokka_ng/issues/57 | 1medium |
Title: [archival placeholder]
Body: This is a placeholder for later issues/prs archival.
It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with prope... | 3misc |
Title: spam false positive
Body: Hello!
SimpleLogin rejects emails from fwd@dropmail.me. This address is NOT malicious and is used by dropmail.me (a one-time mailbox generation service with forwarding to a real email address). Please fix this problem.
However, emails are sent perfectly to all addresses (including o... | 1medium |
Title: Type hints: re-add `py.typed` marker [regression]
Body: ## Description of the problem, including code/CLI snippet
```
(.venv) C:\Build\project>echo import gitlab > bug.py
(.venv) C:\Build\project>mypy bug.py
```
## Expected Behavior
No `mypy` error
## Actual Behavior
```
bug.py:1: error: Ski... | 1medium |
Title: TikTok API Internal Server Error 500
Body: TikTok api has 500 internal server error
example here: https://api.douyin.wtf/api?url=https://www.tiktok.com/@dard..e..dill/video/7225981135069760773 | 1medium |
Title: Add a Chinese version of README
Body: ### 📚 Documentation
These are the reasons why I want to add a Chinese version of the README:
1、Reduce language barriers and expand user base: Chinese is one of the most widely spoken languages in the world, and providing a Chinese version of the README will help a large n... | 0easy |
Title: ORM alias on CTE doesnt separate out things correctly
Body:
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11164
```py
from sqlalchemy import literal
from sqlalchemy import select
from sqlalchemy import union_all
from sqlalchemy.orm import aliased
from sqlalchemy.orm import DeclarativeBa... | 1medium |
Title: DOC: ceil, floor, etc. changes in 2.0 not represented in docs
Body: ### Describe the issue:
As [ceil's doc](https://numpy.org/doc/2.1/reference/generated/numpy.ceil.html) claims:
> The return is the ceiling of each element in x, with float dtype. This is a scalar if x is a scalar.
However, I found that Nu... | 1medium |
Title: throw exception when calling history() on a vietnamese stock which contains dividend record
Body: ### Describe bug
When calling history() for Vietnamese stocks, if it contains dividend records, the dividend records will have a currency field, causing an exception. For example:
```
tk = yf.Ticker('PNJ.VN')
his... | 2hard |
Title: Merging corpora requires converting itertools chain object to list object
Body: When merging corpora, it is essential to convert the itertools.chain object to a list. Otherwise the serialization will not save the older corpus.
# now we can merge corpora from the two incompatible dictionaries into one
... | 0easy |
Title: Changing a value of a widget placed below other widgets triggers their re-rendering if another one used of the same type
Body: Place two widgets of the same type (dropdown) in two different cells separated by a cell which prints a message with a counter.
If the upper one value is changed, all of them are re-ren... | 1medium |
Title: Run FLUX-controlnet zero3 training failed: 'weight' must be 2-D
Body: ### Describe the bug
I am attempting to use Zero-3 for Flux Controlnet training on 8 GPUs following the guidance of [README](https://github.com/huggingface/diffusers/blob/main/examples/controlnet/README_flux.md#apply-deepspeed-zero3). The err... | 2hard |
Title: add a timestamp token that can be part of the file_template
Body: Wouldn't it be nice to have the migration files (the ones which are in the `migration/versions` folder) sorted by creation date. These are hard to retrieve without the help of the command `alembic history`.
I propose a new variable to use in th... | 1medium |
Title: [tubitv] An extractor error has occurred (caused by KeyError(`video_id`)) tubi
Body: ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** s... | 1medium |
Title: Secret ended with: too old resource version
Body: I've read a lot about this issue on google and noticed people saying these logs are expected nothing to worry about, but I often see the same logs in the pods and I am curious about how I can get rid of them. Why are we seeing these logs exactly? Please shed some... | 1medium |
Title: Linux Agent Wayland
Body: Currently the linux agent is working only with X. More and more distro are switching to Wayland as default display manager.
Supporting Wayland would be nice, having an option to choose between X and Wayland when connexion would be perfect.
| 1medium |
Title: maxvol adjustment
Body: #### Is your feature request related to a problem? Please describe.
I think there might be an issue with the maxvol function. <https://github.com/tensorly/tensorly/blob/main/tensorly/contrib/decomposition/_tt_cross.py>
You referred to "The Greedy approximation algorithm for MAX-VOL" in ... | 1medium |
Title: [Question] Does backtest method automatically apply inverse transformation for mappings?
Body: I'm currently studying Darts and it is clear to me how the backtest method works when I pass a mapped series to it as an argument.
For example, if I write
`best_model.backtest(series[0].map(np.log1p), forecast_ho... | 3misc |
Title: بهم ریختگی تاریخ کاربران
Body: با سلام
دیشب ساعت 12 بعلت ری استارت یهویی سرور ها وضعیت تمام کاربرانی که حتی تاریخ هم داشتن یهویی شد expire .
مورد 1 : چرا اینطوری شده ؟
مورد 2 : دستوری هست که بصورت bulk همه رو یکبار فعال کنه ؟
سپاس | 1medium |
Title: fix exact year inconsistencies in human readable duration
Body: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and develop... | 1medium |
Title: Ability to choose file from UI
Body: Hey @tfranzel,
First of all, thanks for the great library!
I'd like to get a file picker to show up on the Swagger UI (I believe this is possible, but if not then let me know). My understanding was that I should be able to do that using the `FileUploadParser` and `exte... | 1medium |
Title: TokenRegex rules file
Body: How to add a prop for tokenregex using python ?
[https://nlp.stanford.edu/software/tokensregex.html](url) mentions how to use a basic_ner.rules for rule based annotations, i have tried adding to prop but it didnt work. Something similar to [https://stackoverflow.com/questions/6123557... | 1medium |
Title: mac上点击ide左边的poco assistant里面poco inspector 按钮,ide直接崩溃
Body: 问题描述:mac上点击ide左边的poco assistan里面poco inspector 按钮,ide直接崩溃
mac版本:12.4
连接手机版本:Android 11
airtest版本:1.2.14
问题复线路径:连接手机-点击device id显示截图-点击左边的poco assistant选择android-点击poco inspector按钮,ide直接崩溃
log:
Thread 0 Crashed:: CrBrowserMain Dispatch queue: c... | 2hard |
Title: Need help on customize relay.Connection
Body: I have types like this and I want the `CollectionNode` to show photos with filter `is_public=1` not all photos
**types:**
```py
from strawberry_django_plus import gql
from strawberry_django_plus.gql import relay
@gql.django.type(Photo, filters=PhotoFilter... | 1medium |
Title: Fix dynamic discovery error in e2e
Body: Actually fixes #51910 (I blame the reviewer of #51915, definitely not the author)
The helper function never identified dynamic discovery errors | 0easy |
Title: [Feature Request] do not display multiple timezones as an option if they are identical
Body: I had a situation where the check's time zone was "Etc/UTC", and the browser's time zone was also UTC, but I had all 3 displayed:
UTC, Etc/UTC & Browser's time zone. This was very confusing. In reality, clicking any of ... | 1medium |
Title: Treating OpenAI responses exclusively as either content or function calls, but they can be both
Body: `OpenAIAgentModel.request_stream` makes an assumption about the response being exclusively text or tool calls, but a single OpenAI response can be both. A response that contains both triggers an uncaught excepti... | 2hard |
Title: How to remove a component from nlp pipeline? or should I create(maybe load) nlp object with same statistical model for every different pipeline?
Body: I am a newbie for spacy...
| 0easy |
Title: Deleting RoI
Body: <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: 0.8.18
- Python version: 3.9
- Operating System: Debian
### Description
If the user has drawn many ROIs, it works perfectly when you apply any kinda processing... | 1medium |
Title: Problem with multiple where conditions
Body: The following code always return empty result, but the table has records:
```
users = await User.query.where(or_(User.id==10,User.id==15)).gino.all()
users = await User.query.where(User.id>=10).where(User.id<=15)).gino.all()
users = await User.query.where(User.id.... | 1medium |
Title: ValueError on first epoch
Body: - PyTorch-Forecasting version: 0.10.3
- PyTorch version: 1.13.0
- Python version: 3.9.12
- Operating System: Mac OS 12.6
### Expected behavior
I'm trying to do good ol' stock price prediction using TFT. I've followed the stallion example, changing the dataset configuratio... | 1medium |
Title: [Bug]: 4.0下如果数据集过多生成F0会导致爆显存
Body: ### 系统平台版本号
Windows11 22H2
### GPU 型号
NVIDIA GeForce RTX 3060
### Python版本
3.8.17
### PyTorch版本
2.0.1+cu118
### sovits分支
4.0(默认)
### 数据集来源(用于判断数据集质量)
UVR处理过的人物干声
### 出现问题的环节或执行的命令
python preprocess_hubert_f0.py
### 情况描述
在4.0中,如果数据集过多时(约1.6GB,1178条音频)生成f0就会爆显存,并且貌... | 2hard |
Title: Notebooks with only markdown cell edits don't get republished
Body: ### Describe the bug
Using `jupyter-cache`, if I edit only markdown cells in a notebook, the notebook is not re-executed (which is fine), but nor is the target HTML document updated with the edited markdown content.
### Reproduce the bug
Edi... | 1medium |
Title: Understanding Paragraph Extraction
Body: I am trying to understand how I would use Trafilatura to extract text, but by generically preserving paragraph information. Is this possible through the library?
I currently do this.
```
parsed = tra.bare_extraction(
downloaded,
i... | 1medium |
Title: How to set the window size...I'm a novice
Body: | 0easy |
Title: different implementations of face_align.py (mode=arcface) results in different results
Body: In this repo, there are two implementations of face_align.py
https://github.com/deepinsight/insightface/blob/master/python-package/insightface/utils/face_align.py
https://github.com/deepinsight/insightface/blob... | 1medium |
Title: Configure codecov to not comment on PRs until all coverage reports are in
Body: This will stop codecov prematurely reporting a drop in coverage. Should be doable via the `after_n_builds` config option ([doc](https://docs.codecov.com/docs/notifications#preventing-notifications-until-after-n-builds)) | 0easy |
Title: fix node does not register
Body:
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributor... | 1medium |
Title: [Feature]: Add option to translate warning `Tried to log to step %d that is less than the current step` to an error
Body: ### Description
We introduced a bug that logged one step into the future, and ended up losing quite a bit of useful logging data, e.g.
```
wandb: WARNING Tried to log to step 3 that is less ... | 1medium |
Title: How to retrain the GLIP model on the Object365 dataset
Body: How to retrain the GLIP model on the Object365 dataset?
Since I made some modifications to the GLIP model, I need to perform some pre-training again to improve performance. I replaced `_base_ = [../_base_/datasets/coco_detection.py]` with `_base_ = ... | 1medium |
Title: 如何发送本地音乐文件
Body: 我用
```
itchat.send(msg='@fil@{}'.format('童话.mp3'), toUserName='filehelper')
```
没有成功发送,也没有报错信息。
ps. 文本文档可以正常发送 | 1medium |
Title: wtf this error
Body: Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
AssertionError: ""
Traceback Error: "
File "UVR.py", line 4716, in process_start
File "separate.py", line 475, in seperate
File "... | 2hard |
Title: Doc2vec corpus_file mode skips some documents during training
Body: ### Problem description
During training of Doc2Vec on corpusfile, some documents are skipped. I think it is because of the way how corpusfile is partitioned. Some lines are processed by two or more workers while some are not processed at all. T... | 1medium |
Title: Users can see and assign automatisch Policies from Users/Sites/Clients they do not belong to.
Body: I would expect that Automation-Policies are limited the same way as Policy-Overview is?
You should not be able to see Policies created from Users who belong only to specific Clients or Sites.
Also it should not ... | 1medium |
Title: dashboard cpu usage too high using dev branch
Body: try switching to dev branch and rebuilding the dashboard,
cpu usage is too high, It's even worse after opening xray config settings or other dialogs. | 1medium |
Title: Device Plugin failure handling in kubelet is racy
Body: As of now Kubelet removes a resource owned by device plugins as soon as it notices that a plugin has failed (plugin socket is removed, or ListWatch fails). This behavior is undesirable because trivial plugin restarts would result in Node Capacity changes wh... | 2hard |
Title: 只有CPU,并且无法正常使用的看这里
Body: 本人使用的预训练文件: @miven 也就是这位up的 https://www.bilibili.com/video/BV1uh411B7AD/
使用main分支下载的zip文件,解压配置好预训练文件后运行出现的问题包括 : 2秒杂音, 无法编码(在98%后卡住)
如果你出现的问题和我一样,可以尝试和我一样步骤
首先是这个 https://github.com/babysor/MockingBird/issues/209
将文件 `synthesizer/hparams.py` 中的: `use_gst` 和 ` use_se... | 0easy |
Title: Docs - porting from flask-jwt
Body: Thanks for the hard work.
Looking though the docs it appears this extension is similar to flask-jwt but not identical. Would be nice to have a section in the docs on how to port to the newer library and any associated concerns there might be. So far I've noticed:
- JWT... | 1medium |
Title: Update after terminal state
Body: I think there's a little bug in many of your scripts in that you update the returns for the last step with a post-terminal step. Thus, your value (policy) functions wind up growing (unbounded?) near the terminal state. For example, in rl2/mountaincar you have a "train" boolean... | 1medium |
Title: htx exchange and VolatilityFilter
Body: <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Please do not use the question template to report bugs or to reque... | 1medium |
Title: 请教一下,怎么做Self-instruction?非常感谢
Body: | 3misc |
Title: ABOUT SRC_TOKENS
Body: In TransformerEncoderBase class, it's forward() function has a parameter 'src_tokens': tokens in the source language of shape `(batch, src_len)`.
It's a tensor of indexes, suppoes that:
[ [10, 52, 138, ....],
[53, 108, 52, ....],
...............
[28, 82, 106, ....] ]
How can ... | 0easy |
Title: Automated cherry pick of #101084: Updating EndpointSlice validation to match Endpoints
Body: Cherry pick of #101084 on release-1.18.
#101084: Updating EndpointSlice validation to match Endpoints
For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/dev... | 1medium |
Title: [FEATURE-REQUEST] Getting dtype of columns as they are when rendered in a pandas dataframe?
Body: **Description**
Hello, I would like to get the dtype of the columns as they are when the vaex dataframe is turned into a pandas dataframe.
Basically, vaex is using its own dtype.
```python
import vaex
df=vaex.f... | 1medium |
Title: [Bug] Why is the model not stopping and not producing any output? pls check screenshot.
Body: ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks ... | 2hard |
Title: Running argument in a callback breaks when provided with a dictionary as an component_id instead of a string
Body: Dash version - 2.6.1
This breaks:
running=[(Output({"type": "dwn_panel_download_btn", "page": "dp_wiki"}, "disabled"), True, False)]
This works:
running=[(Output("dwn_panel_download_btn", ... | 1medium |
Title: ONNX format is running too slowly on both GPU and CPU
Body: ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
I installed torch version 2.2.1+cu121, onnx 1.16, and onnx... | 2hard |
Title: Updating config at runtime
Body: I have a use case where I need to be able to dynamically "install/uninstall" apps at runtime. I guess this would entail closing the connection and re-init with the new config. However, the issue with this approach is that this would cause connections to all databases to close? Is... | 1medium |
Title: [REQUEST] Add support for 3-digits HEX colors
Body: Consider posting in https://github.com/textualize/rich/discussions for feedback before raising a feature request.
> Have you checked the issues for a similar suggestions?
Yes
> **How would you improve Rich?**
Adding support for 3 digit colors.
> ... | 0easy |
Title: Include source distribution
Body: According to https://pypi.org/project/flask-rest-api/#files this library currently only provides wheels to PyPI. Best practice is to upload source distributions as well. Fixing should just be a matter of running `python setup.py sdist upload`.
Thanks for maintaining flask-res... | 0easy |
Title: clean_figure() error for plot() line outside the box
Body: ```python
import matplotlib.pyplot as plt
import tikzplotlib
plt.xlim(0, 1)
plt.plot([5, 6], [2, 3])
tikzplotlib.clean_figure()
```
Error:
```
IndexError: index 0 is out of bounds for axis 0 with size 0
```
At least for `scatter` i... | 1medium |
Title: Automated cherry pick of #96716: Bump node-problem-detector to v0.8.5
Body: Cherry pick of #96716 on release-1.18.
#96716: Bump node-problem-detector to v0.8.5
For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) pag... | 0easy |
Title: AddMetaPaths may cause memory leak issue
Body: ### 🐛 Describe the bug
Hi! I am studying the adversarial attack on heterogeneous graph neural networks (e.g. HAN).
Normally, we call the AddMetaPaths function once to train HAN.
```
import torch_geometric.transforms as T
from torch_geometric.datasets impo... | 2hard |
Title: Pandas DataFrame to Hadoop using Hive and Impala uses incorrect data type
Body: # In short, issue is that SQLAlchemy seems to be trying to create following, and error is that type TEXT should be type STRING or VARCHAR
CREATE TABLE test_pandas_to_hive (
index BIGINT,
name TEXT
)
# Code starts here
... | 1medium |
Title: Bug when calling GLMInfluence(mdl).cooks_distance with V0.14.4
Body: #### Describe the bug
When calculating Cook's distance on GLMs, statsmodels throws an error with this message
'GLMResults' object has no attribute 'get_hat_matrix'
The problem is in line 1358 of \statsmodels\stats\outliers_influence.py. The ... | 0easy |
Title: pure keyword_only_args without var_position_args is not handled correctly in libdoc
Body: an interface like this:
```python
@keyword(tags=("Getter", "BrowserControl", "Assertion"))
def get_console_log(
self,
assertion_operator: Optional[AssertionOperator] = None,
assertion_e... | 2hard |
Title: nbval not working with parallel/distributed pytest
Body: Parallel/distributed testing with pytest (pytest-xdist) fails: it seems that all cells are executed in parallel instead of sequentially, which will obviously not work for most notebooks.
To reproduce, create a notebook doing dependent things in differen... | 2hard |
Title: 执行shell方法报错:Argument list too long: '/usr/local/lib/python3.9/site-packages/airtest/core/android/static/adb/linux/adb'
Body: **描述问题bug**
airtest连接手机后,执行:shell("am force-stop " + _app) 方法,会报错

**python... | 1medium |
Title: Disable cookies
Body: How can I disable cookies? | 0easy |
Title: Unclear information in Explained variance
Body: ### Describe the issue linked to the documentation
Hi, the text in Explained variance page is somewhat unclear, so I want to propose a clearer text. On line 1005, the detail says this:
> "The Explained Variance score is similar to the R^2 score, with the notable ... | 0easy |
Title: [Migrated] Slim handler and python decouple problem
Body: Originally from: https://github.com/Miserlou/Zappa/issues/1513 by [giovannicimolin](https://github.com/giovannicimolin)
<!--- Provide a general summary of the issue in the Title above -->
When using slim_handler and python-decouple, the zappa app fails ... | 1medium |
Title: Endpoints, EndpointSlice, and EndpointSliceMirroring controllers do not clean up resources when Service selector is removed
Body: **What happened**:
When a Service selector is removed, the corresponding Endpoints and EndpointSlice resources are not removed by their controllers.
**What you expected to happen*... | 1medium |
Title: Is `v = np.array(v.dt.to_pydatetime())` still necessary?
Body: As far as I can tell, the lines
https://github.com/plotly/plotly.py/blob/960adb9b9a89387d05343497de1df5d3df592698/packages/python/plotly/_plotly_utils/basevalidators.py#L101-L108
were introduced in https://github.com/plotly/plotly.py/pull/1163 to i... | 1medium |
Title: add GET /orgs/:org/outside_collaborators
Body: Hi,
Could you please add GET /orgs/:org/outside_collaborators ? https://developer.github.com/v3/orgs/outside_collaborators/
It's something like this in orgs.py:
```
def outside_collaborators(self, filter=None, number=-1, etag=None):
"""Iterat... | 1medium |
Title: When should the `NapariApplication` be instantiated and its actions registered?
Body: ## 🧰 Task
### When is `app` created?
When we initialize a `napari.Viewer`, we must also instantiate the `NapariApplication` [object](https://github.com/napari/napari/blob/main/napari/_app_model/_app.py#L18) (which is our `... | 1medium |
Title: HeatMapWithTime can not work
Body: #### Please add a code sample or a nbviewer link, copy-pastable if possible
```python
# Your code here
HeatMapWithTime can not work
version python:3.7.4
```
#### Problem description
https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.