repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
matterport/Mask_RCNN | tensorflow | 2,482 | Error: Why is my gt_mask's shape is coming different from original image's shape? | 
| open | 2021-02-14T16:26:03Z | 2021-02-14T16:26:03Z | https://github.com/matterport/Mask_RCNN/issues/2482 | [] | parimalbhoyar25 | 0 |
Evil0ctal/Douyin_TikTok_Download_API | api | 384 | [BUG] Brief and clear description of the problem | 请问我部署在电脑上接口都可访问,唯独/api/hybrid/video_data 和 /api/douyin/fetch_one_video 就提示数据受保护 换了cookies 也是这样 | closed | 2024-05-11T08:10:25Z | 2024-05-15T03:26:15Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/384 | [
"BUG",
"enhancement"
] | wuye901126 | 2 |
ucg8j/awesome-dash | plotly | 30 | Screenshots of dash apps in README? | I think it would be helpful to include a screenshot of each app in the README under the link (In the App Examples section). This would help users decide which links they want to click on based on the apps design.
Is this a change you would consider making? If so I am happy to creat a pull request. | closed | 2019-11-24T23:11:27Z | 2020-02-06T19:09:58Z | https://github.com/ucg8j/awesome-dash/issues/30 | [] | SamEdwardes | 2 |
huggingface/transformers | python | 36,386 | `latent_recurrent_depth` Model Type Not Recognized in `transformers` | ### Model description
#### **Describe the Issue**
I have created a custom model (`latent_recurrent_depth`) and uploaded it to Hugging Face (`codewithdark/latent-recurrent-depth-lm`). The model trains successfully using `AutoModel`, `AutoModelForCausalLM`, and its actual class. However, when trying to load it with `f... | closed | 2025-02-25T03:59:39Z | 2025-02-25T16:12:35Z | https://github.com/huggingface/transformers/issues/36386 | [
"New model"
] | codewithdark-git | 2 |
flairNLP/flair | pytorch | 2,942 | Doubts around NER | Hi,
I have pre-trained FastText as well as bert-base-uncased on custom corpus.
How can I use it for NER training?
Specifically, is something like this possible in flair:
```
embedding_types = [
WordEmbeddings('path to custom fasttext vectors'), # .txt file generated from fasttext
FlairEmbeddings('pat... | closed | 2022-09-17T15:43:03Z | 2022-11-01T11:09:05Z | https://github.com/flairNLP/flair/issues/2942 | [
"question"
] | NiteshMethani | 2 |
maxhumber/gif | matplotlib | 16 | Size optimization idea | Hi! I have an idea about optimizing gif size:
```python
from PIL import Image
from pathlib import Path
import numpy as np
# read list of pngs
paths = sorted(Path('.').glob('out*.png'))
# open pngs as numpy arrays
images = [np.array(Image.open(path)) for path in paths]
# stack the arrays into a single i... | closed | 2023-02-25T17:04:09Z | 2023-03-09T16:17:51Z | https://github.com/maxhumber/gif/issues/16 | [] | senyai | 2 |
nolar/kopf | asyncio | 907 | How to create operator that listens to creation of other resource's pods | ### Keywords
_No response_
### Problem
Hi :wave:
just found out about Kopf and gave it a go. The tutorial docs are amazing, good job on that!
I'm not sure how to go about what I want to do though, and if it's even possible.
I'd like to write an operator that runs DB migrations. The plan is to tell the operat... | open | 2022-03-17T10:12:28Z | 2022-03-23T22:13:14Z | https://github.com/nolar/kopf/issues/907 | [
"question"
] | HerrSubset | 2 |
zwczou/weixin-python | flask | 77 | 用户管理缺少了新增标签的功能,只有一个移动用户到某个标签 | def groups_members_batchtagging(self, to_groupid, *openid):
"""
批量打标签
:param to_groupid: 分组id
:param openid: 用户唯一标识符
"""
data = dict(openid_list=openid, tagid=to_groupid)
return self.post("/tags/members/batchtagging", data) | open | 2021-02-01T08:16:50Z | 2021-02-01T08:16:50Z | https://github.com/zwczou/weixin-python/issues/77 | [] | TigerShuai | 0 |
mouredev/Hello-Python | fastapi | 569 | 上线靠谱百家乐平台的注册流程解析 | 洲创联娱乐博彩体育公司是一家推荐亚洲十大在线博彩平台的网站》376838.com》,威《zdn200》 飞机:@lc15688专业提供亚洲各地区正规博彩平台的排名,比如体育博彩、在线赌场、线上娱乐城、大陆博彩、澳门博彩,以及博彩热门游戏、如百家乐、真人娱乐、电竞、彩票、电子、棋牌等。这些平台由大型公司运营,信誉可靠,支持玩家下注、取款,并拥有实力雄厚以及合法执照,受国际行业协会认可,安全、公平、公正!
https://github.com/user-attachments/assets/f649c996-e3c2-49f4-87e8-5d3d348234e6 | closed | 2025-03-21T07:27:28Z | 2025-03-21T08:03:57Z | https://github.com/mouredev/Hello-Python/issues/569 | [] | zdn200dali | 0 |
huggingface/datasets | computer-vision | 6,908 | Fail to load "stas/c4-en-10k" dataset since 2.16 version | ### Describe the bug
When update datasets library to version 2.16+ ( I test it on 2.16, 2.19.0 and 2.19.1), using the following code to load stas/c4-en-10k dataset
```python
from datasets import load_dataset, Dataset
dataset = load_dataset('stas/c4-en-10k')
```
and then it raise UnicodeDecodeError like
... | closed | 2024-05-20T02:43:59Z | 2024-05-24T10:58:09Z | https://github.com/huggingface/datasets/issues/6908 | [] | guch8017 | 2 |
modin-project/modin | data-science | 6,622 | REFACTOR: don't use deprecated `random_integers` func | closed | 2023-10-02T15:55:15Z | 2023-10-03T08:56:11Z | https://github.com/modin-project/modin/issues/6622 | [
"Code Quality 💯"
] | anmyachev | 0 | |
ets-labs/python-dependency-injector | asyncio | 41 | Research of Gliffy | File formats: .gliffy, .gxml
| closed | 2015-03-26T23:13:42Z | 2020-06-29T20:57:19Z | https://github.com/ets-labs/python-dependency-injector/issues/41 | [
"research"
] | rmk135 | 1 |
amidaware/tacticalrmm | django | 1,911 | Script Chocolatey install - Possibility to specify parameters | **Is your feature request related to a problem? Please describe.**
When I want to install a chocolatey package using RMM using parameters, I need to create a specify script and I can't use the default RMM chocolatey install script.
**Describe the solution you'd like**
I would like the possibility to give choco com... | open | 2024-07-04T13:06:55Z | 2024-07-04T13:06:55Z | https://github.com/amidaware/tacticalrmm/issues/1911 | [] | ee-simon | 0 |
cvat-ai/cvat | computer-vision | 8,403 | Changing rego file doesn't take effect | I tried to change rules, but it didn't take effect. My steps as below:
1. change ```default allow := false``` to ```default allow := true``` in cvat/apps/ima/rules/projects.rego
2. restart docker compose ```docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build```
3. I can verify this change ta... | closed | 2024-09-05T11:11:16Z | 2024-09-06T08:41:28Z | https://github.com/cvat-ai/cvat/issues/8403 | [
"question"
] | ronjian | 1 |
aminalaee/sqladmin | sqlalchemy | 826 | Add Inline models like Django, Flask-Admin | 
| closed | 2024-10-07T07:26:15Z | 2024-10-14T15:33:15Z | https://github.com/aminalaee/sqladmin/issues/826 | [] | logicli0n | 1 |
onnx/onnx | machine-learning | 6,551 | invalid version error when converting llama3 model from opset 20 to 21 | Here is cmd's / code to reproduce:
To generate llama3 opset 20 onnx model:
```
pip install optimum[exporters]
huggingface-cli login
optimum-cli export onnx --model meta-llama/Meta-Llama-3-8B-Instruct llama3_opt_chat_onnx --opset 20
```
I then want to convert this model from 20 to 21. Here are python cmds:
... | open | 2024-11-23T15:50:15Z | 2024-11-23T22:43:43Z | https://github.com/onnx/onnx/issues/6551 | [
"bug",
"module: version converter"
] | RyanMetcalfeInt8 | 5 |
Miserlou/Zappa | flask | 1,525 | Support for generating slimmer packages | Currently zappa packaging will include all pip packages installed in the virtualenv. Installing zappa in the venv brings in a ton of dependencies. Depending on the app's actual needs, most/all of these don't actually need to be packaged and shipped to lambda. This unnecessarily increases the size of the package which m... | open | 2018-06-08T20:15:28Z | 2019-04-04T14:08:19Z | https://github.com/Miserlou/Zappa/issues/1525 | [
"feature-request"
] | figelwump | 15 |
developmentseed/lonboard | data-visualization | 433 | [BUG] IndexError: list index out of range when running lonboard CLI on gpkg file | ## Context
I'm running the lonboard CLI on a GeoPackage file as follows:
```
lonboard West_Devon_rail.gpkg
```
## Resulting behaviour, error message or logs
I get the following output:
```
Traceback (most recent call last):
File "/Users/robin/mambaforge/envs/biosouth/bin/lonboard", line 8, in <modu... | closed | 2024-03-22T23:33:30Z | 2024-03-23T11:27:55Z | https://github.com/developmentseed/lonboard/issues/433 | [
"bug"
] | robintw | 2 |
nvbn/thefuck | python | 840 | Can't use fuck to install TheFuck | <img width="568" alt="screen shot 2018-09-25 at 7 34 48 pm" src="https://user-images.githubusercontent.com/22605641/46050539-5bd76580-c0fa-11e8-89e5-b7565655dd2a.png">
| closed | 2018-09-26T00:37:12Z | 2018-10-17T18:16:38Z | https://github.com/nvbn/thefuck/issues/840 | [
"wontfix"
] | Ben-Epstein | 2 |
holoviz/panel | plotly | 7,588 | JupyterHub Azure OAuth issues | panel==1.5.5
I'm trying to add azure oauth to my Panel application. I'm developing and testing in VS Code on my JupyterHub.
## Setup
```python
import panel as pn
pn.extension()
user = pn.state.user or "Guest User"
pn.panel(user).servable()
```
Without oauth, I would serve this via
```bash
panel serve script.py ... | open | 2025-01-05T16:08:35Z | 2025-03-10T14:40:14Z | https://github.com/holoviz/panel/issues/7588 | [] | MarcSkovMadsen | 13 |
the0demiurge/ShadowSocksShare | flask | 7 | 当前已知问题 | 打勾的为已解决的
1. - [x] 没有做ss账号失效检测
2. - [x] 非ssr的账号也可以放到订阅里面,只不过需要转变格式
3. - [x] 输出的JSON格式的文件有问题,如果是非ssr账号,Python客户端会不认
4. - [ ] 性能不太强
5. - [ ] 最近为了弄ssl证书把DNS弄得很乱,所以另起炉灶换了域名,新域名为SSR.pythonic.life,现在原域名会重定向到新域名。
如果域名都不好使,请使用备用网址:
https://gentle-oasis-59484.herokuapp.com/
除了修复问题,下一步准备做:
1. - [ ] 使用MySQL存储数据
2.... | closed | 2017-10-10T15:45:19Z | 2018-05-16T14:19:32Z | https://github.com/the0demiurge/ShadowSocksShare/issues/7 | [] | the0demiurge | 12 |
taverntesting/tavern | pytest | 56 | `null` is not working properly on nested keys | ```yml
test_name: Get some fake data from the JSON placeholder API
stages:
- name: Verify only id
request:
url: https://reqres.in/api/users/1
method: GET
response:
status_code: 200
body:
data:
id: 1
first_name: null
last_name: null
... | closed | 2018-03-08T10:17:38Z | 2020-04-05T16:52:47Z | https://github.com/taverntesting/tavern/issues/56 | [] | jayrepo | 5 |
pytorch/pytorch | python | 149,290 | as_subclass doesn't work under TorchDispatchMode | ### 🐛 Describe the bug
We have a torch.Tensor subclass which shares autograd history with a passed in `data` torch.Tensor using the `as_subclass` method. This works well except in the case where we use `TorchDispatchMode`:
```
import torch
from torch.utils._python_dispatch import TorchDispatchMode
class Foo(TorchDi... | open | 2025-03-17T03:39:42Z | 2025-03-17T15:33:27Z | https://github.com/pytorch/pytorch/issues/149290 | [
"triaged",
"module: __torch_dispatch__"
] | pritamdamania87 | 0 |
amidaware/tacticalrmm | django | 1,282 | "Advanced" scheduling for patch policies | **Is your feature request related to a problem? Please describe.**
Not a problem but an enhancement in my opinion. It would be great to be able to schedule patch policies not for a certain date (2022-09-13), but for a specific day (last Saturday in a month).
**Describe the solution you'd like**
I added a screensh... | closed | 2022-09-13T05:34:16Z | 2022-09-13T11:47:34Z | https://github.com/amidaware/tacticalrmm/issues/1282 | [] | Thisisrichaaard | 1 |
xuebinqin/U-2-Net | computer-vision | 62 | Stalled in reading data | Hi all
I found it always got stalled in reading data. I press Ctrl+C and it print some information as below
程序运行到`for i_test, data_test in enumerate(test_salobj_dataloader)`总会卡住不动。我按 Ctrl+C 后显示如下
```
Traceback (most recent call last):
File "u2net_test.py", line 119, in <module>
main()
File "u2net_te... | closed | 2020-09-03T08:23:51Z | 2020-10-25T19:00:26Z | https://github.com/xuebinqin/U-2-Net/issues/62 | [] | BeyondHeaven | 2 |
microsoft/nni | data-science | 5,788 | I wanna know how to use python to output the best hyperparameters generating by NNI | Does NNI has API or method to output hte best hyperparameters?I wanna use the best params to run a model | open | 2024-05-29T01:51:59Z | 2024-05-29T01:51:59Z | https://github.com/microsoft/nni/issues/5788 | [] | liljiang999 | 0 |
allenai/allennlp | nlp | 5,339 | Support passing multiple input_file parameters to ``evaluate'' command | **Is your feature request related to a problem? Please describe.**
I want to evaluate multiple datasets (same formatting, they can share the same dataset reader). The "evaluate" command takes much longer to load the model than to evaluate.
**Describe the solution you'd like**
support passing multiple input files a... | closed | 2021-07-30T05:45:25Z | 2021-09-01T19:34:32Z | https://github.com/allenai/allennlp/issues/5339 | [
"Good First Issue",
"Contributions welcome"
] | c4n | 5 |
stanford-oval/storm | nlp | 312 | [BUG] - Process finished with exit code -1073741819 (0xC0000005) | **Describe the bug**
A lot of time i get errors like:
Process finished with exit code -1073741819 (0xC0000005)
**To Reproduce**
Report following things
1. Happens with different topics (i.e Colombia history)
2. No files were generated
3. Using following arguments (reduced amount of max_thread_num to 4, but it didn't h... | open | 2025-02-02T08:55:33Z | 2025-03-03T08:09:29Z | https://github.com/stanford-oval/storm/issues/312 | [] | dasha-klim | 2 |
gradio-app/gradio | machine-learning | 9,895 | Too many arguments provided for the endpoint - JavaScript-Warning in browser console | ### Describe the bug
When launching a gradio application with `gradio.Chatbot` or `gradio.ChatInterface`, there is a JavaScript-Warning in the browser console every time a message is submitted:
`Too many arguments provided for the endpoint.`
You can also see these warnings in the chatbot-boxes in the official ... | open | 2024-11-04T14:07:01Z | 2025-02-19T01:20:28Z | https://github.com/gradio-app/gradio/issues/9895 | [
"bug"
] | machnicole | 3 |
noirbizarre/flask-restplus | flask | 337 | Swagger header field in documentation not working correctly | Consider this minimal-ish example:
```python
from flask import Flask
from flask_restplus import Api, Resource
application = Flask(__name__)
api = Api(
application,
title='test header functionality',
)
@api.route('/test')
@api.header('Accept', 'Accept header!')
class TestResource(Resource):
... | closed | 2017-10-08T11:50:18Z | 2018-09-12T07:03:37Z | https://github.com/noirbizarre/flask-restplus/issues/337 | [] | ivarflakstad-zz | 5 |
RayVentura/ShortGPT | automation | 103 | 🐛 [Bug]: ERROR : Keyerror : duration | ### What happened?
ERROR : Keyerror : duration
### What type of browser are you seeing the problem on?
Chrome
### What type of Operating System are you seeing the problem on?
Windows
### Python Version
3.10.10
### Application Version
v0.1.3
### Expected Behavior
There is a duration issue that occurs when rea... | open | 2023-09-13T16:36:58Z | 2024-06-08T15:48:58Z | https://github.com/RayVentura/ShortGPT/issues/103 | [
"bug"
] | zhlmi | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 818 | Indexing when len(A_train) > len(B_train)? | I tried to look into your code but wasnt able to find exactly where this is located.
How do you guys index when len(A_train) > len(B_train) or the other way around? Lets say len(A_train) = 1000, len(B_train) = 2000 and batchsize = 16. I assume you index like A_train(1:16), A_train(17:33) etc. What happens when A_tr... | closed | 2019-10-27T20:36:34Z | 2019-10-30T07:01:23Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/818 | [] | kpagels | 4 |
microsoft/unilm | nlp | 1,416 | quality of text diffuser-2 | **Describe**
Model I am using (Text diffuser-2):
I am running inference on text diffuser-2 , the inference code of mine:
`CUDA_VISIBLE_DEVICES=6 python inference_textdiffuser2_t2i_full.py \
--pretrained_model_name_or_path="/path/to/stable-diffusion-v1-5" \
--mixed_precision="fp16" \
--enable_xformers_memory... | open | 2023-12-28T12:55:34Z | 2025-01-16T14:02:32Z | https://github.com/microsoft/unilm/issues/1416 | [] | lwb2099 | 6 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 651 | Implement tokenization for Ollama models in refactoring-tokenization branch | Tokenization is implemented for OpenAI and Mistral models under PR https://github.com/ScrapeGraphAI/Scrapegraph-ai/pull/643. This issue is to cover implementation of tokenization for Ollama.
Currently trying to use ScriptCreatorGraph with Ollama causes this issue:
<img width="1261" alt="Screenshot 2024-09-08 all... | closed | 2024-09-10T06:54:50Z | 2024-09-19T08:14:48Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/651 | [
"released on @dev",
"released on @stable"
] | tm-robinson | 7 |
vimalloc/flask-jwt-extended | flask | 121 | Dynamic Secret | Something I came across the other day that I really like is per-user secrets for signing JWTs. It is (according to me) a great way to manage validation of dynamic JWTs.
Example:
You want to store a user's permissions in the JWT. This could be useful for the front-end so that it knows what to render for each user. T... | closed | 2018-02-19T04:29:01Z | 2020-09-08T08:31:31Z | https://github.com/vimalloc/flask-jwt-extended/issues/121 | [] | fgblomqvist | 2 |
tfranzel/drf-spectacular | rest-api | 1,231 | Nested serializer names disappear in drf-spectacular swagger-ui schema view when read_only or allow_null is set? | I am using the `drf-spectacular` library together with Swagger-UI to document my Django Rest serializers (schemas).
What I have noticed is that if I set the `read_only=True` or `allow_null=True` attribute of any nested serializer fields, the name of that nested serializer disappears from the schema view in Swagger-U... | closed | 2024-05-08T12:32:53Z | 2024-05-10T14:02:53Z | https://github.com/tfranzel/drf-spectacular/issues/1231 | [] | R-P-H | 5 |
xorbitsai/xorbits | numpy | 492 | DOC: error when creating a dev env | In the current [documentation](https://doc.xorbits.io/en/latest/development/contributing_environment.html) for creating a dev env, the way of building and installing Xorbits is not correct.
```bash
# Build and install Xorbits
python setup.py build_ext -i
python setup.py build_web
python -m pip install -e ".[dev]... | closed | 2023-06-05T02:51:35Z | 2023-06-07T02:23:08Z | https://github.com/xorbitsai/xorbits/issues/492 | [
"documentation",
"good first issue"
] | UranusSeven | 1 |
Lightning-AI/pytorch-lightning | machine-learning | 20,288 | Mid-epoch resume causes a single unwanted validation step (which is not a sanity check) | ### Bug description
This is an issue created from the discussion in this thread: https://github.com/Lightning-AI/pytorch-lightning/discussions/18110#discussioncomment-10115118 which seems to affect a few people.
When resuming from a checkpoint using mid-epoch checkpointing (in my case I use the ModelCheckpoint ca... | open | 2024-09-19T08:30:34Z | 2025-03-21T11:41:04Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20288 | [
"bug",
"reproducibility",
"repro needed"
] | Youyoun | 3 |
pallets/flask | flask | 5,392 | Invalid `SERVER_NAME` + `url_for` leads to `AttributeError` | In our environment we have some security scanners running which generate artificial HTTP requests. Since they are closed source and I can't generate these calls with other tools, I created the below example which starts at the flask level and assumes that an invalid server passed thru the levels.
```py
from flask ... | closed | 2024-01-24T14:41:08Z | 2024-04-15T01:16:39Z | https://github.com/pallets/flask/issues/5392 | [] | kasium | 5 |
ydataai/ydata-profiling | pandas | 1,261 | Bug Report: description_set["correlations"] not including all correlation coefficients. | ### Current Behaviour
profile.description_set["correlations"] does not return all of the correlation metrics.
The output I received was:
dict_keys(['auto'])
### Expected Behaviour
From your documentation page https://ydata-profiling.ydata.ai/docs/master/pages/advanced_usage/corr_mat_access.html
the exp... | closed | 2023-02-01T19:33:30Z | 2023-10-01T18:32:43Z | https://github.com/ydataai/ydata-profiling/issues/1261 | [
"question/discussion ❓"
] | kaijensen1 | 7 |
tfranzel/drf-spectacular | rest-api | 589 | Tag with Django model class 'Verbose Name' | **Describe the bug**
The default behaviour tags paths with the first non-parameter path part. For models with more than word in their name, this leads to tags like "unitofmeasure", which is often then displayed prominently in OpenAPI renderers such as RapiDoc, sometimes capitalized as "Unitofmeasure".
**To Reproduc... | closed | 2021-10-28T12:52:06Z | 2021-10-31T15:16:53Z | https://github.com/tfranzel/drf-spectacular/issues/589 | [] | technicaltitch | 2 |
Neoteroi/BlackSheep | asyncio | 428 | PydanticModelTypeHandler rises AttributeError for EmailStr type with Pyrantic 2+ | **Describe the bug**
PydanticModelTypeHandler in BlaskSheep v1.2.18 rises AttributeError for EmailStr type with Pyrantic 2+
Example app:
```python
app = Application()
docs = OpenAPIHandler(info=Info(title="Example API", version="0.0.1"))
docs.bind_app(app)
class Email(BaseModel):
email: EmailS... | closed | 2023-10-29T21:03:11Z | 2023-11-19T11:11:41Z | https://github.com/Neoteroi/BlackSheep/issues/428 | [] | tyzhnenko | 2 |
scikit-learn/scikit-learn | data-science | 30,972 | auto clusters selection of n_clusters with elbow method | ### Describe the workflow you want to enable
In, sklearn.cluster the KMeans algorithm.
the feature suggestion is to add the elbow method cluster selection
with n_cluster="auto"
calculates the best no of cluster based on mse
add trains the models based on the return output of auto_cluster_selection()
with auto as key... | closed | 2025-03-11T06:01:13Z | 2025-03-14T10:22:06Z | https://github.com/scikit-learn/scikit-learn/issues/30972 | [
"New Feature",
"Needs Triage"
] | dineshreddypaidi | 2 |
zappa/Zappa | django | 555 | [Migrated] 1465 regional endpoint option | Originally from: https://github.com/Miserlou/Zappa/issues/1467 by [aarcro](https://github.com/aarcro)
## Checklist
* If this is a non-trivial commit, did you **open a ticket** for discussion? *yes*
* Did you **put the URL for that ticket in a comment** in the code? *yes*
* If you made a new function, did you **writ... | closed | 2021-02-20T12:22:42Z | 2024-04-13T17:09:20Z | https://github.com/zappa/Zappa/issues/555 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
sanic-org/sanic | asyncio | 2,484 | Cache Control: Conditional Request and 304 Response Support | A previous [PR](https://github.com/sanic-org/sanic/pull/2447) provides `cache-control` HTTP header to `file` function in Sanic, but the best practice is to also implement the etag and the file validator.
**Correct me if I am wrong:**
With cache control value of `no-cache`, a validation is required every time before... | closed | 2022-06-23T22:59:08Z | 2022-08-18T09:05:09Z | https://github.com/sanic-org/sanic/issues/2484 | [
"enhancement",
"intermediate"
] | ChihweiLHBird | 0 |
gee-community/geemap | streamlit | 1,591 | geemap.requireJS can't access repository in EE asset | Hi,
Anyone else facing problems with the geemap.requireJS() function?
A full description of the problem:
https://stackoverflow.com/questions/76567589/geemap-requirejs-cant-access-code-in-ee-asset | closed | 2023-06-28T18:34:19Z | 2023-06-30T14:09:44Z | https://github.com/gee-community/geemap/issues/1591 | [
"bug"
] | guicastrol | 2 |
huggingface/datasets | pytorch | 6,750 | `load_dataset` requires a network connection for local download? | ### Describe the bug
Hi all - I see that in the past a network dependency has been mistakenly introduced into `load_dataset` even for local loads. Is it possible this has happened again?
### Steps to reproduce the bug
```
>>> import datasets
>>> datasets.load_dataset("hh-rlhf")
Repo card metadata block was not ... | closed | 2024-03-23T01:06:32Z | 2024-04-15T15:38:52Z | https://github.com/huggingface/datasets/issues/6750 | [] | MiroFurtado | 3 |
graphql-python/graphene-sqlalchemy | graphql | 15 | Support for hybrid_property? | Hello,
I am trying to use hybrid_property as a property on a GraphQL response. However, when I execute the GraphQL request, I am receiving an error stating the property cannot be found.
Are SQlAlchemy hybrid_property attributes currently supported?
Thanks,
G
```
@hybrid_property
def document_count(self):
... | closed | 2016-10-17T17:41:09Z | 2023-02-24T14:56:13Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/15 | [] | gsvitak | 12 |
mwaskom/seaborn | data-visualization | 3,258 | Legends include extraneous entries for categorical variables | (I understand that legends are a can of worms, and if the answer to this particular question is, we thought about it and it's a mess, that's ok, but thought I'd bring it up just in case.)
When you pass in a column with a restricted set of values to something like `hue`, only the categories used in the view of the da... | closed | 2023-02-13T20:46:23Z | 2023-02-13T23:25:14Z | https://github.com/mwaskom/seaborn/issues/3258 | [] | jonahpearl | 3 |
gradio-app/gradio | data-science | 10,143 | image.no_webcam_support | ### Describe the bug
input_image = gr.Image(type='pil', label='图像', sources=['webcam'], interactive=True, show_fullscreen_button=True)
这个代码部署在192.168.0.3服务器上面,我在192.168.0.5服务器访问项目 192.168.0.3:5019,然后点击摄像头报错image.no_webcam_support,这是为什么?该怎么修改
### Have you searched existing issues? 🔎
- [X] I have searched and f... | closed | 2024-12-06T04:04:52Z | 2024-12-06T14:41:23Z | https://github.com/gradio-app/gradio/issues/10143 | [
"bug"
] | geekplusaa | 1 |
gee-community/geemap | jupyter | 244 | Add support for shapefile reprojection | Currently, geemap only supports shapefile using GCS WGS84. It would be great to support shapefile with projection and reproject the data if necessary.
References:
- https://github.com/GeospatialPython/pyshp/issues/158
- https://github.com/pyproj4/pyproj
- https://bit.ly/3aS5MA0 | closed | 2020-12-29T15:43:23Z | 2020-12-29T22:33:08Z | https://github.com/gee-community/geemap/issues/244 | [
"Feature Request"
] | giswqs | 1 |
holoviz/panel | matplotlib | 7,511 | AttributeError: module 'panel' has no attribute 'save'. Did you mean: 'serve'? | <!--
Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required informa... | closed | 2024-11-21T12:14:03Z | 2024-11-21T12:28:21Z | https://github.com/holoviz/panel/issues/7511 | [] | MarcoGorelli | 1 |
OFA-Sys/Chinese-CLIP | nlp | 152 | 求一份COCO-CN数据集 | 大佬们下午好。在COCO-CN的原作者那里填写了数据申请表单,但没有收到回复。能否分享一份COCO-CN数据集,只要有文件名和标注的txt文件就行,我的邮箱是czcz94cz@gmail.com。感谢! | closed | 2023-06-29T06:48:24Z | 2023-07-03T10:11:46Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/152 | [] | czczup | 2 |
plotly/dash | plotly | 2,478 | [BUG] dcc.Link firing twice with multipage app | **Describe your context**
I have a multipage app where I want to keep the same header for all pages and update the page content with links. Furthermore, page content can also be multi-page content, with a sidebar with links which update the page sub-content. Updating single page content works fine, but when I have a... | closed | 2023-03-28T13:29:15Z | 2023-03-28T19:05:11Z | https://github.com/plotly/dash/issues/2478 | [] | WWakker | 1 |
slackapi/bolt-python | fastapi | 849 | Can I Use Django instead of Flask to build my bot fully | Can I Use Django instead of Flask to build my bot fully? | closed | 2023-03-09T15:41:49Z | 2023-04-24T00:10:49Z | https://github.com/slackapi/bolt-python/issues/849 | [
"question",
"area:adapter",
"auto-triage-stale"
] | suavelad | 5 |
deepset-ai/haystack | pytorch | 8,108 | feat: Request for a `AnswerJoiner` component | **Is your feature request related to a problem? Please describe.**
Similar to the [DocumentJoiner](https://docs.haystack.deepset.ai/docs/documentjoiner) component we have found that we also need a `AnswerJoiner` component. This would allow us to connect multiple branches of a pipeline together such that we can a final... | closed | 2024-07-29T06:54:38Z | 2024-08-01T10:51:18Z | https://github.com/deepset-ai/haystack/issues/8108 | [
"type:feature",
"Contributions wanted!",
"P2",
"2.x"
] | sjrl | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,962 | Opinions on PEP 724? | (apologies for the misuse of this issue tracker)
I'm curious if @zzzeek or other maintainers here have an opinion on https://peps.python.org/pep-0724/ , since SQLAlchemy appears to be one of the heaviest open source users of TypeGuard. Please feel free to chime in at https://discuss.python.org/t/pep-724-stricter-typ... | closed | 2024-02-05T06:25:44Z | 2024-02-05T09:15:59Z | https://github.com/sqlalchemy/sqlalchemy/issues/10962 | [
"typing"
] | hauntsaninja | 1 |
harry0703/MoneyPrinterTurbo | automation | 410 | Cli version? | Is it possible to use MoneyPrint via Cli? To easily automate content generation? | closed | 2024-06-11T21:20:41Z | 2024-07-22T02:47:54Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/410 | [] | UserItaly | 0 |
torchbox/wagtail-grapple | graphql | 349 | StructBlock's rawValue returning dictionary instead of string | When using the `rawValue` field of a `GraphQLStreamfield` in a query, it fails for StructBlocks.
Specifically, when querying for `rawValue` on a `GraphQLStreamfield` which maps to a `StreamField` populated with instances of a `StructBlock`, it returns a dictionary instead of a string. This behavior is inconsistent ... | open | 2023-07-27T16:53:36Z | 2023-07-27T16:53:36Z | https://github.com/torchbox/wagtail-grapple/issues/349 | [] | estyxx | 0 |
sinaptik-ai/pandas-ai | pandas | 572 | Interact with Pandas AI without prior data | ### 🚀 The feature
Greetings,
I want to be able to chat with the model asking trivial questions like hello, like these, who is the president of the United States this year, etc. Information that is not found or does not have the need to instantiate any data to be able to interact or that the model as such can respo... | closed | 2023-09-18T15:30:13Z | 2024-06-01T00:18:03Z | https://github.com/sinaptik-ai/pandas-ai/issues/572 | [] | ajfonsecap | 1 |
schemathesis/schemathesis | pytest | 1,763 | [BUG] "FailedHealthCheck : 50 filtered examples but only 0 good ones." Schemathesis not producing tests for a valid open API yaml file | **Checklist**
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
**Describe the bug**
Error in all endpoints when t... | closed | 2023-08-18T10:42:38Z | 2023-09-08T11:35:35Z | https://github.com/schemathesis/schemathesis/issues/1763 | [
"Type: Bug",
"Status: Needs Triage"
] | AryanGodara | 19 |
amidaware/tacticalrmm | django | 1,013 | Double-click as remote background wont show service and event tabs for windows agents | **Server Info (please complete the following information):**
- OS: [e.g. Ubuntu 20.04, Debian 10]
- Browser:all browsers tested
- RMM Version v0.12.0
**Installation Method:**
- [x] Standard
- [ ] Docker
**Agent Info (please complete the following information):**
Windows 10 Pro, 64 bit v21H2 (build 1... | closed | 2022-03-21T14:12:43Z | 2022-03-21T21:08:51Z | https://github.com/amidaware/tacticalrmm/issues/1013 | [
"bug"
] | ssteeltm | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,220 | G_A,G_B,D_A,D_B are all 'NaN' when I run train.py with the dataset of hourse2zebra trainA and trainB | I really don't know the reason for the losses of G_A,G_B,D_A and D_B are all 'NaN' when I was training. And after I run train.py, there are no pictures of fake_B or fake_A in result file.
-----------------------------------------------
Setting up a new session...
create web directory ./checkpoints\horse2zebra_... | open | 2021-01-01T04:56:24Z | 2022-11-09T08:17:24Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1220 | [] | Yang-Chenghao | 7 |
dunossauro/fastapi-do-zero | pydantic | 119 | Curso síncrono (Ao vivo) | A ideia dessa issue é fazer o planejamento das aulas síncronas do curso.
Como temos 12 aulas no total, pretendo que marquemos 14 datas para nos encontrar. Uma onde faremos uma abertura mais geral.
Minha ideia é que os encontros aconteçam com a duração de 1h30m, nas terças e quintas durante 7 semanas. Sempre inic... | closed | 2024-03-31T08:20:32Z | 2024-05-22T02:10:48Z | https://github.com/dunossauro/fastapi-do-zero/issues/119 | [] | dunossauro | 3 |
ghtmtt/DataPlotly | plotly | 274 | Select features in QGIS display and highlight in Plot | Selecting in the plot (eg scatterplot) automatically highlights points in the QGIS display,
is the reverse possible (selecting in QGIS and highlighting in the scatterplot)?
Note this is not the same as "Use only selected features", as in this case you cannot
see the selected points in the context of the scatterplot.... | closed | 2021-11-03T10:20:20Z | 2021-11-15T11:01:54Z | https://github.com/ghtmtt/DataPlotly/issues/274 | [
"enhancement"
] | aloboa | 2 |
viewflow/viewflow | django | 392 | Calendar widget is off-by-one from the current value | Reproduce:
- Use a date field (or date-time field) with the date calendar widget
- Choose a date
- Re-open calendar to change date, notice date selected in calendar is field's date minus 1 day
<img width="601" alt="CleanShot 2023-08-30 at 13 12 04@2x" src="https://github.com/viewflow/viewflow/assets/37833/45c3e... | closed | 2023-08-30T18:13:30Z | 2023-09-29T07:20:19Z | https://github.com/viewflow/viewflow/issues/392 | [
"dev/forms"
] | jturmel | 5 |
Miserlou/Zappa | django | 1,320 | Dependency of python-slugify (Unidecode) is GPL licensed | <!--- Provide a general summary of the issue in the Title above -->
## Context
python-slugify was added to slugify the project name (here https://github.com/Miserlou/Zappa/commit/c0b86ca0df8c6d3ab0f5bd30ddbd99d4ccb19a6e). Although python-slugify is using the MIT license, it requires `Unidecode` which is GPL license... | closed | 2017-12-29T18:33:05Z | 2018-02-23T22:06:59Z | https://github.com/Miserlou/Zappa/issues/1320 | [
"non-bug"
] | mdodsworth | 2 |
huggingface/datasets | pytorch | 7,275 | load_dataset | ### Describe the bug
I am performing two operations I see on a hugging face tutorial (Fine-tune a language model), and I am defining every aspect inside the mapped functions, also some imports of the library because it doesnt identify anything not defined outside that function where the dataset elements are being mapp... | open | 2024-11-04T03:01:44Z | 2024-11-04T03:01:44Z | https://github.com/huggingface/datasets/issues/7275 | [] | santiagobp99 | 0 |
mljar/mercury | jupyter | 376 | ipycanvas not showing | Hi is there a way to show ipycanvas?
This is from mercury
<img width="521" alt="Screenshot 2023-10-14 at 12 48 36 PM" src="https://github.com/mljar/mercury/assets/102973841/f4558a4d-10ae-40be-9069-4a45999bf452">
This is from jupyter lab
<img width="367" alt="Screenshot 2023-10-14 at 12 49 05 PM" src="https:... | open | 2023-10-14T04:50:18Z | 2024-02-27T08:15:36Z | https://github.com/mljar/mercury/issues/376 | [] | jl-calda | 3 |
autogluon/autogluon | scikit-learn | 3,878 | Add RMSLE-metric | ## Please add RMSLE-metric
Here is a proposal (this is my my_metrics.py file I am using right now)
import numpy as np
from autogluon.core.metrics import make_scorer
def rmsle_func(y_true: np.ndarray, y_pred: np.ndarray) -> float:
# Check for non-positive values to avoid log domain error
if np.any(y_... | closed | 2024-01-23T22:08:17Z | 2024-02-28T08:51:38Z | https://github.com/autogluon/autogluon/issues/3878 | [
"enhancement"
] | obwohl | 1 |
browser-use/browser-use | python | 370 | Automation Fails to Select Dropdown Entries After Typing Search Input | ### Bug Description
I’m currently experiencing an issue where my agent is supposed to select an item from a dropdown after typing a customer number into the search input field on a website. Although the agent locates and inputs the customer number correctly, it then fails to properly recognize or click the correspondi... | open | 2025-01-24T17:07:30Z | 2025-01-24T17:07:30Z | https://github.com/browser-use/browser-use/issues/370 | [
"bug"
] | salvuccicarlos | 0 |
cookiecutter/cookiecutter-django | django | 4,792 | Line length of 88 chars | It seems like django lowered its max line length a while ago to 88: https://github.com/django/django/commit/ba94488196a74e312177ef2621fbd427956836ef
Should we follow? | closed | 2024-01-16T14:56:59Z | 2024-02-13T13:48:38Z | https://github.com/cookiecutter/cookiecutter-django/issues/4792 | [
"bug"
] | foarsitter | 3 |
quasarstream/python-ffmpeg-video-streaming | dash | 42 | Request to add H.265 | As ffmpeg supports h.265, i realized it is missing here. | closed | 2020-10-21T00:51:16Z | 2020-10-21T00:53:22Z | https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/42 | [] | rabilrbl | 0 |
microsoft/unilm | nlp | 1,281 | [VLMO] Step 3: Vision-Language Pre-Training (VLMo-Base) Error | vlmo/datasets/base_dataset.py : (for debug)
......
if len(names) != 0:
tables = [
pa.ipc.RecordBatchFileReader(
pa.memory_map(f"{data_dir}/{name}.arrow", "r")
).read_all()
for name in names
if os.path.isfile(... | closed | 2023-09-02T13:54:55Z | 2023-09-11T01:46:40Z | https://github.com/microsoft/unilm/issues/1281 | [] | CHB-learner | 5 |
ray-project/ray | tensorflow | 51,086 | [core] Guard ray C++ code quality via unit test | ### Description
Ray core C++ components are not properly unit tested:
- As people left, it's less confident to guard against improper code change with missing context;
- Sanitizer on CI is only triggered on unit test;
- Unit test coverage is a good indicator of code quality (i.e. 85% branch coverage).
### Use case
_... | open | 2025-03-05T02:20:07Z | 2025-03-05T02:20:34Z | https://github.com/ray-project/ray/issues/51086 | [
"enhancement",
"P2",
"core",
"help-wanted"
] | dentiny | 1 |
ultralytics/ultralytics | computer-vision | 19,769 | YOLO11-seg cannot save all label when a instance being cut | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
When I segment an image, the segmentation is well preserved even if an insta... | closed | 2025-03-19T03:19:51Z | 2025-03-20T13:00:55Z | https://github.com/ultralytics/ultralytics/issues/19769 | [
"question",
"segment"
] | OrangeFish-KSL | 2 |
huggingface/datasets | deep-learning | 6,437 | Problem in training iterable dataset | ### Describe the bug
I am using PyTorch DDP (Distributed Data Parallel) to train my model. Since the data is too large to load into memory at once, I am using load_dataset to read the data as an iterable dataset. I have used datasets.distributed.split_dataset_by_node to distribute the dataset. However, I have notice... | open | 2023-11-20T03:04:02Z | 2024-05-22T03:14:13Z | https://github.com/huggingface/datasets/issues/6437 | [] | 21Timothy | 5 |
scikit-learn/scikit-learn | machine-learning | 30,276 | This is a test | IDK where this goes, probably has to get triaged | closed | 2024-11-15T00:01:20Z | 2024-11-15T00:01:51Z | https://github.com/scikit-learn/scikit-learn/issues/30276 | [
"Needs Triage"
] | ForsakenScheme | 0 |
Lightning-AI/pytorch-lightning | pytorch | 20,312 | Model Checkpointing + FSDP causes Cuda OOM | ### Bug description
I'm using FSDP and model checkpointing (default settings for both). My model has 254 million parameters. I'm not sure why but when I run Trainer.fit() it will successfully run the first epoch, then it will hit a CUDA OOM _on the first backward pass of the second epoch_. And this problem goes away... | open | 2024-10-01T20:36:34Z | 2024-10-26T13:09:33Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20312 | [
"bug",
"needs triage",
"ver: 2.3.x"
] | profPlum | 1 |
NullArray/AutoSploit | automation | 688 | Divided by zero exception8 | Error: Attempted to divide by zero.8 | closed | 2019-04-19T15:59:13Z | 2019-04-19T16:38:54Z | https://github.com/NullArray/AutoSploit/issues/688 | [] | AutosploitReporter | 0 |
twopirllc/pandas-ta | pandas | 61 | Can not import talib | I am trying to test project files under tests directory
it shows the following error:
Collecting talib
Using cached talib-0.1.1.tar.gz (1.3 kB)
Using legacy setup.py install for talib, since package 'wheel' is not installed.
Installing collected packages: talib
Running setup.py install for talib: started... | closed | 2020-06-06T14:24:21Z | 2021-04-22T04:37:35Z | https://github.com/twopirllc/pandas-ta/issues/61 | [] | mostafanu | 4 |
janosh/pymatviz | plotly | 145 | `ptable_heatmap_splits` raises unexpected `TypeErrors` | @DanielYang59 i noticed a few bugs in `ptable_heatmap_splits`
```py
ptable_heatmap_splits({"H": [1, 2]})
>>> TypeError: 'NoneType' object is not callable
```
you need to explicitly pass a `colormap` to avoid this. we should set a default. also:
```py
ptable_heatmap_splits({"H": {"A": 1, "B": 2}.values()}, co... | closed | 2024-05-15T15:26:23Z | 2024-05-16T13:54:38Z | https://github.com/janosh/pymatviz/issues/145 | [
"bug",
"matplotlib",
"ptable"
] | janosh | 1 |
tflearn/tflearn | tensorflow | 863 | How can i deal with the input of tensors? | I see the code, most of them to handle the input just adapt to list, when I input tensors,there are many errors,when slicing to produce batch,we use ids to do so, but tensor can't do this.
Please tell me is there a function to do so,or to change tensor to list | open | 2017-08-07T11:31:10Z | 2017-08-07T11:31:10Z | https://github.com/tflearn/tflearn/issues/863 | [] | TimeEternal | 0 |
keras-rl/keras-rl | tensorflow | 15 | FileLogger is not compatible with Python 3 | This means the Atari example does not run OOB.
```
Traceback (most recent call last):
File "dqn_atari.py", line 115, in <module>
dqn.fit(env, callbacks=callbacks, nb_steps=1750000, log_interval=10000)
File "/home/bruno/keras-rl/rl/core.py", line 109, in fit
callbacks.on_episode_end(episode, episode_logs)
... | closed | 2016-08-10T14:40:03Z | 2016-08-13T19:53:39Z | https://github.com/keras-rl/keras-rl/issues/15 | [] | ElSaico | 0 |
huggingface/datasets | tensorflow | 7,321 | ImportError: cannot import name 'set_caching_enabled' from 'datasets' | ### Describe the bug
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
__import__(pkg_name)
File "... | open | 2024-12-11T01:58:46Z | 2024-12-11T13:32:15Z | https://github.com/huggingface/datasets/issues/7321 | [] | sankexin | 2 |
benbusby/whoogle-search | flask | 1,186 | [FEATURE] Anti "Instance Has Been Ratelimited" tool | **Describe the feature you'd like to see added**
After self-hosting Whoogle, it will eventually get ratelimited. This happens not only with a self-hosted instance but also with every public instance rendering Whoogle useless and unusable. I would truly appreciate a way or method to stop this annoying problem from happ... | open | 2024-10-13T11:14:06Z | 2024-10-13T11:14:06Z | https://github.com/benbusby/whoogle-search/issues/1186 | [
"enhancement"
] | patyarishimai | 0 |
google/trax | numpy | 1,367 | How to train network with multiple prediction head? | ### Description
My network has m inputs (X1, X2, ...Xm), and n prediction heads (Y1, Y2, ...Yn). Each of the input and output may have different shapes. Each of the prediction head has its own different loss function, Li for Yi. The total loss is the sum of the n loss functions.
My input data shape is:
- da... | open | 2021-01-15T01:47:43Z | 2021-01-15T01:47:43Z | https://github.com/google/trax/issues/1367 | [] | aaalgo | 0 |
ivy-llc/ivy | tensorflow | 27,957 | Fix Ivy Failing Test: paddle - elementwise.exp2 | closed | 2024-01-18T19:48:20Z | 2024-01-22T14:19:58Z | https://github.com/ivy-llc/ivy/issues/27957 | [
"Sub Task"
] | samthakur587 | 0 | |
modin-project/modin | pandas | 7,153 | AttributeError: 'PandasQueryCompiler' object has no attribute 'series_corr' | Repr:
```python
import modin.pandas as pd
pd.Series([1,2,3,4]).corr(pd.Series([2,3,4,5]), method="kendall")
```
Traceback:
```python
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\projects\modin\modin\logging\logger_decorator.py", line 125, in run_and_log
return obj(... | closed | 2024-04-05T10:59:01Z | 2024-04-09T13:53:10Z | https://github.com/modin-project/modin/issues/7153 | [
"bug 🦗",
"P1"
] | anmyachev | 0 |
mckinsey/vizro | data-visualization | 234 | How to add color to text in Markdown with vm.Card? | ### Question
I have some markdown text that I would like to have be colored red/green (percentual growth). How to accomplish this with vm.Card?
### Code/Examples
```markdown
components=[
vm.Card(
text=f"""
#### Dagelijkse virtuele bundel sales
Gemi... | closed | 2023-12-20T15:29:45Z | 2024-07-09T15:10:44Z | https://github.com/mckinsey/vizro/issues/234 | [
"Custom Components :rocket:"
] | Et9797 | 1 |
flavors/django-graphql-jwt | graphql | 188 | is there any way to set SameSite option | is there any way to set SameSite option for cookies ? | closed | 2020-04-07T17:28:29Z | 2020-08-02T13:36:41Z | https://github.com/flavors/django-graphql-jwt/issues/188 | [] | PyDevX | 1 |
graphql-python/graphene-django | django | 479 | Expected type 'GraphQLObjectType', got 'Type[Query]' instead | Hello.
> Django 2.0.7, Python 3.6.1
I get some strange warning at PyCharm 2018.2:
> Expected type 'GraphQLObjectType', got 'Type[Query]' instead ...
>
> Inspection info: This inspection detects type errors in function call expressions. Due to dynamic dispatch and duck typing, this is possible in a limited bu... | closed | 2018-07-28T17:29:43Z | 2020-03-29T15:27:05Z | https://github.com/graphql-python/graphene-django/issues/479 | [
"wontfix"
] | koddr | 5 |
tflearn/tflearn | tensorflow | 214 | Thread-specifc models in reinforcement Learning example | In the [reinforcement learning example](https://github.com/tflearn/tflearn/blob/master/examples/reinforcement_learning/atari_1step_qlearning.py), the note described that this example implemented the 1-step Q-learning algorithm from [this paper](http://arxiv.org/pdf/1602.01783v1.pdf). However, I found that the model doe... | closed | 2016-07-21T00:19:27Z | 2016-07-22T02:17:11Z | https://github.com/tflearn/tflearn/issues/214 | [] | yukezhu | 2 |
jupyter-incubator/sparkmagic | jupyter | 159 | Multiple requests to add_session in sparkcontroller can end up leaking sessions | Because the session is created before name duplication exists, session can be leaked. Even if we checked for name duplication before we created the session, there could be a race condition
| closed | 2016-02-04T00:58:45Z | 2016-06-07T06:40:59Z | https://github.com/jupyter-incubator/sparkmagic/issues/159 | [
"kind:bug"
] | aggFTW | 5 |
aleju/imgaug | deep-learning | 314 | BoundingBox misalignment for Affine+PerspectiveTransform case | In the following example, I feed an image along with a bounding box to an augmenter. The boxes misaligned with the image after transform.
I'd say if the original image is not cropped due during rotation, the bounding box seems to fit the image. However, if the original image is cropped, the bounding box looked weird... | closed | 2019-05-16T13:51:34Z | 2019-05-20T02:10:58Z | https://github.com/aleju/imgaug/issues/314 | [] | favrei | 5 |
davidsandberg/facenet | computer-vision | 890 | have a problem when using classifier.py with pretrained_model | Hi all,
When I want to train a classifier on own images with classifier.py with the following parameters:
python ~/facenet/src/classifier.py \
TRAIN \
~/datasets/my_dataset/test_mtcnnpy_100 \
~/models/20180402-114759.pb \
~/models/my_classifier.pkl \
--image_size 100
And then, I get the following error when a... | open | 2018-10-04T07:19:09Z | 2021-01-04T09:18:27Z | https://github.com/davidsandberg/facenet/issues/890 | [] | DeveloperZWK | 1 |
aiortc/aiortc | asyncio | 901 | Synchronisation of two custom Mediastreamtracks | I have a server that generates audio+video content, which should send to a client via webrtc.
I used the `VideoStreamTrack` and `AudioStreamTrack` as wrapper. Unfortunately at the client both streams are not in sync.
Any idea how i could debug and fix this?
Further I have some questions about `VideoStreamTrack`... | closed | 2023-06-23T12:36:57Z | 2023-07-15T15:33:33Z | https://github.com/aiortc/aiortc/issues/901 | [] | Alpe6825 | 1 |
Josh-XT/AGiXT | automation | 1,304 | Implement Evaluation Step Using 'Think About It' Prompt Post-Response | Implement an evaluation step after the final response using the 'Think About It' prompt. This feature should feed subactivities as context to enable the assistant to reflect on the outcome and refine the final response after evaluating the initial response. This reflection should enhance the quality and accuracy of the... | closed | 2024-12-18T14:29:32Z | 2024-12-22T02:31:04Z | https://github.com/Josh-XT/AGiXT/issues/1304 | [] | Josh-XT | 0 |
tensorpack/tensorpack | tensorflow | 1,031 | Faster RCNN training exited with Process received signal | If you're asking about an unexpected problem you met, use this template.
__PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__:
### 1. What you did:
(1) **If you're using examples, what's the command you run:**
Faster RCNN
`CUDA_VISIBLE_DEVICES=5,6,7,8 NCCL_DEBUG=INFO mpirun -np 4 ./train.py --load pretrained/COCO-R... | closed | 2019-01-04T19:33:25Z | 2019-01-09T20:27:21Z | https://github.com/tensorpack/tensorpack/issues/1031 | [
"upstream issue"
] | xinli94 | 2 |
IvanIsCoding/ResuLLMe | streamlit | 9 | Add Multilingual Heading Support | Right now the app always outputs the headings in English. It would be nice to add options for other languages, as the prompts seem to be working with other languages as well. | open | 2023-04-14T21:04:00Z | 2023-04-14T21:13:18Z | https://github.com/IvanIsCoding/ResuLLMe/issues/9 | [
"good first issue"
] | IvanIsCoding | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.