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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
JaidedAI/EasyOCR | machine-learning | 586 | It is possible to get position of every character? | closed | 2021-11-08T09:02:26Z | 2023-12-06T14:52:08Z | https://github.com/JaidedAI/EasyOCR/issues/586 | [] | AndyZhu1991 | 2 | |
gradio-app/gradio | data-visualization | 10,335 | How to present mathematical formulas? | Firstly, **I Tried gr.Markdown**. It doesn't work
Then, **I tried gr.Markdown and js** like this:
`<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML'"
</script>`
`out = gr.HTML(label="Answer", value=mathjax_script + "<div>This is... | closed | 2025-01-11T11:17:32Z | 2025-01-12T15:40:11Z | https://github.com/gradio-app/gradio/issues/10335 | [] | MrJs133 | 1 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 2,808 | Allow "filter" property for scheduling.userScheduler.plugins to add more scheduler plugins | ### Proposed change
`scheduling.userScheduler.plugins` configures kube-scheduler for better scheduling of singluser pods. kube-scheduler support various extension points like queueSort, preFilter, filter, postFilter, preScore, score, reserve, permit, preBind, bind, multiPoint. However Z2JH uses and allows only `score`... | closed | 2022-07-23T05:18:25Z | 2022-07-23T10:03:59Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2808 | [
"enhancement"
] | a3626a | 4 |
mitmproxy/pdoc | api | 77 | Documenting methods starting with "_" character | I have a class with few methods starting with "_", all those methods were skipped by pdoc in documenting them, like example,
def _get_msg():
"""
Returns commit message
"""
def _get_password(username):
"""
return password
"""
Consistently all the methods like these i... | closed | 2015-11-12T22:31:33Z | 2021-08-12T13:09:15Z | https://github.com/mitmproxy/pdoc/issues/77 | [] | gvvka0327 | 4 |
dask/dask | scikit-learn | 10,961 | Support bag.to_dataframe when query planning is enabled | As far as I can tell, dask bags can only be converted to dask dataframes when query planning is disabled. It would be great to support both query planning, and the flexibility of turning bags into dataframes. Currently calling to_dataframe with query planning enabled throws the following error.
> df = bag.to_data... | closed | 2024-02-27T15:54:35Z | 2024-02-28T13:33:43Z | https://github.com/dask/dask/issues/10961 | [
"needs triage"
] | b-phi | 1 |
JaidedAI/EasyOCR | pytorch | 603 | Combining paragraph=TRUE and keeping confidence score | Hi,
Thanks for building this library!
I had a couple of questions.
I am trying to use easyOCR and extract language from GSV images, but I am having issues with quality and performance (if anyone had any suggestions for GSV extraction, would be great). But when I use paragraph=TRUE, it gives me a better repr... | closed | 2021-11-30T09:00:19Z | 2023-11-14T15:46:26Z | https://github.com/JaidedAI/EasyOCR/issues/603 | [] | TomBenson27 | 4 |
jupyter-incubator/sparkmagic | jupyter | 593 | Unable to run SQL queries | I have an EMR cluster running Livy and I'm trying to work from a local notebook using `sparkmagic`. In my notebook I have the following:
```python
#### (cell separator)
%load_ext sparkmagic.magics
###
%manage_spark # where I add the endpoint and create a session
###
%%spark
df = spark.read.json("s3://mybu... | open | 2019-11-27T07:56:02Z | 2020-01-10T06:17:36Z | https://github.com/jupyter-incubator/sparkmagic/issues/593 | [
"awaiting-submitter-response"
] | drorata | 2 |
deepfakes/faceswap | deep-learning | 1,387 | License for commercial use | Hi,
I know your license is GPL, which means I can use this project for commercial use.
However I guess the licenses of code and model are different.
I am not sure which models you use and the models are available for the commercial use.
Could you confirm what your models are and I can use them for the commercial... | closed | 2024-05-09T09:18:01Z | 2024-05-09T17:12:31Z | https://github.com/deepfakes/faceswap/issues/1387 | [] | BattleShipPark | 1 |
HIT-SCIR/ltp | nlp | 2 | LTP建立微群 | http://q.weibo.com/849045 欢迎大家讨论有关于LTP的问题或者提出建议和意见。
| closed | 2011-06-12T13:28:54Z | 2013-09-01T07:22:21Z | https://github.com/HIT-SCIR/ltp/issues/2 | [] | carfly | 1 |
pyppeteer/pyppeteer | automation | 477 | Getting error when trying to use html2image | 
| open | 2024-06-24T14:54:24Z | 2024-06-24T14:54:24Z | https://github.com/pyppeteer/pyppeteer/issues/477 | [] | DontPanic330 | 0 |
autogluon/autogluon | computer-vision | 4,301 | [tabular] Raise Exception if out-of-disk error occurs in model fit | Related: #3372
Tabular currently fails model fits if out-of-disk, but will continue to attempt to train models despite this. This can lead to very messy logs with all models failing in some form or another due to out-of-disk. We should detect the out-of-disk exception type and stop training entirely if it is encount... | open | 2024-06-27T17:14:53Z | 2024-11-25T22:47:11Z | https://github.com/autogluon/autogluon/issues/4301 | [
"API & Doc",
"enhancement",
"module: tabular"
] | Innixma | 0 |
docarray/docarray | pydantic | 1,828 | DocList raises exception for type object. | ### Initial Checks
- [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug
### Description
This [commit](https://github.com/docarray/docarray/commit/2f3b85e333446cfa9b8c4877c4ccf9ae49cae660) introduced a check to verify that DocList is not used with an object:
```
... | open | 2023-10-30T19:17:54Z | 2023-10-31T09:26:38Z | https://github.com/docarray/docarray/issues/1828 | [] | corentinmarek | 3 |
gradio-app/gradio | python | 10,471 | Things to deprecate for `gradio==6.0` and `gradio_client==2.0` | Starting a list now:
Gradio 6.0
- [ ] `type="tuples"` for `gr.Chatbot` / `gr.ChatInterface`
- [ ] `hf_token` from `load`
- [ ] Consider removing `ruff` as a core dependency and doing extras-install for custom components
- [ ] `ImageEditor` crop_size
- [ ] `DataFrame` row_count and col_count format should be better sp... | open | 2025-01-30T22:16:14Z | 2025-03-07T21:37:56Z | https://github.com/gradio-app/gradio/issues/10471 | [
"refactor",
"tracking"
] | abidlabs | 0 |
Yorko/mlcourse.ai | pandas | 352 | Topic 7 typo | Agglomerative clustering
`# linkage — is an implementation if agglomerative algorithm`
should be `of` instead of `if`
Assignment 7
`For classification, use the support vector machine – class sklearn.svm.LinearSVC. In this course, we did study this algorithm separately, but it is well-known and you can read about ... | closed | 2018-09-22T12:10:57Z | 2018-10-04T14:12:09Z | https://github.com/Yorko/mlcourse.ai/issues/352 | [
"minor_fix"
] | Vozf | 1 |
pytorch/pytorch | numpy | 149,452 | Support save_cubin (and therefore, support cpp_wrapper use cases) | cc @chauhang @penguinwu | open | 2025-03-18T22:02:34Z | 2025-03-20T19:38:52Z | https://github.com/pytorch/pytorch/issues/149452 | [
"triaged",
"oncall: pt2"
] | jamesjwu | 0 |
mljar/mljar-supervised | scikit-learn | 163 | Make BaseAlgorithm inherit from ABC | Since `BaseAlgorithm` is an abstract class, it should inherit from `ABC`, and the methods that must be implemented in child classes should be decorated with `@abstractmethod`. This could potentially prevent coding errors to fly under the radar, as it enforces child classes to implement methods.
Thoughts on this @pplon... | open | 2020-09-02T01:42:38Z | 2020-09-14T09:04:50Z | https://github.com/mljar/mljar-supervised/issues/163 | [
"enhancement",
"refactor"
] | diogosilva30 | 2 |
saulpw/visidata | pandas | 2,043 | [whishlist] Completions for `help-search` without strict word order | I made a config `TableSheet.bindkey(ALT + "h", "help-search")` and I use it very frequently. However, I really miss the completions feature from `exec-longname`.
I'm asking to add completions to this function in a form that would allow entering words one by one without strict order but filtering the next words' comp... | closed | 2023-10-06T04:01:33Z | 2023-10-06T04:39:11Z | https://github.com/saulpw/visidata/issues/2043 | [
"wishlist"
] | maxim-uvarov | 2 |
autogluon/autogluon | scikit-learn | 4,334 | Add autogluon.eda support for python 3.11 | I noticed that autogluon.eda is not available for python 3.11 whereas we are in need to develop in 3.11. It would be great if this can be done, will be pretty beneficial. | open | 2024-07-22T20:59:23Z | 2024-07-23T00:34:06Z | https://github.com/autogluon/autogluon/issues/4334 | [
"module: eda",
"dependency"
] | aishsrini | 0 |
jina-ai/serve | fastapi | 5,238 | Proposal feature: Add Secrets object concept to Jina | **Problem**
Right now we have a problem with Jina that users need to pass in code or YAML sensitive information as tokens, passwords etc in `Jina YAMLs` or `Jina Python scripts`.
This exposes our users security.
**Proposal**
As an MLOps framework, we can create our own Secret concept analoguous to the Kubernet... | closed | 2022-10-03T15:24:37Z | 2022-12-29T16:04:07Z | https://github.com/jina-ai/serve/issues/5238 | [] | JoanFM | 8 |
ml-tooling/opyrator | pydantic | 8 | Finalize auto-generation of python client | **Feature description:**
Finalize auto-generation of python client for Opyrator.
Every deployed Opyrator provides a Python client library via an endpoint method which can be installed with pip:
```bash
pip install http://my-opyrator:8080/client
```
And used in your code, as shown below:
```python
from... | closed | 2021-04-19T16:50:35Z | 2021-11-02T02:12:11Z | https://github.com/ml-tooling/opyrator/issues/8 | [
"feature",
"stale"
] | lukasmasuch | 2 |
JoeanAmier/TikTokDownloader | api | 217 | python运行5.4输入待采集的作品链接,报错网络异常:0,message='' | 5.3版本是能正常下载视频,试着把5.3的cookie复制进5.4的settings.json还是报错
打开链接显示blocked | open | 2024-05-16T13:17:29Z | 2024-05-16T13:17:29Z | https://github.com/JoeanAmier/TikTokDownloader/issues/217 | [] | Simba1999 | 0 |
mirumee/ariadne-codegen | graphql | 263 | Using Fragment on an interface is not working properly | Ariadne-codegen version: 0.11.0
I'm trying to define a fragment on the "Error" interface. In the actual code we have multiple different error classes implementing this same interface, here I have included a minimal example. I'm not allowed to share the actual code.
The query below works from the graphql UI but aria... | closed | 2024-01-15T16:02:58Z | 2024-01-16T13:20:11Z | https://github.com/mirumee/ariadne-codegen/issues/263 | [] | akrejczinger | 3 |
kennethreitz/records | sqlalchemy | 20 | neutralize README text | A couple sentences toward the end start with "Of course", but the sentences could IMO be rewritten without those parts:
> Of course, all other features of Tablib are also available
>
> Of course, the recommended installation method is pip:
Removing "Of course" from those sentences still conveys the same amount of in... | closed | 2016-02-08T17:42:14Z | 2018-04-28T22:59:27Z | https://github.com/kennethreitz/records/issues/20 | [
"docs"
] | unbracketed | 1 |
tfranzel/drf-spectacular | rest-api | 943 | Model @property and SlugRelatedField not handled properly | In `v0.24.2` this works properly but `v0.25.0` and onward broke how SlugRelatedField and `@properties` are being handled.
**Describe the bug**
`SlugRelatedField` that reference a model `@property` are not being handled.
While stepping through the functions on how this field is being resolved, I tracked dow... | closed | 2023-02-21T16:55:49Z | 2023-03-04T17:37:18Z | https://github.com/tfranzel/drf-spectacular/issues/943 | [
"bug",
"fix confirmation pending"
] | sparktx-adam-gleason | 4 |
davidsandberg/facenet | tensorflow | 402 | CUDA_ERROR_OUT_OF_MEMORY | @davidsandberg Even i have set the batch_size to 1, also occur this error
**I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 1060 6GB, pci bus id: 0000:01:00.0)
E tensorflow/stream_executor/cuda/cuda_driver.cc:924] failed to allocate 5.93G ... | closed | 2017-07-28T15:10:15Z | 2018-10-07T01:17:15Z | https://github.com/davidsandberg/facenet/issues/402 | [] | kuaikuaikim | 3 |
marimo-team/marimo | data-science | 3,588 | Allow edit mode only bookmarks or navigation headers | ### Description
For context, I am developing a web application that processes CSV files for statistical analysis. The application follows multiple decision paths depending on data characteristics. For example, if the data is normalized, specific tests are applied; if not, different tests are implemented or user input ... | closed | 2025-01-27T20:09:27Z | 2025-01-27T20:48:11Z | https://github.com/marimo-team/marimo/issues/3588 | [
"enhancement"
] | mimansajaiswal | 4 |
streamlit/streamlit | machine-learning | 10,578 | Input events immediately terminate everything? | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
For a minimal reproducer, I have provided a d... | open | 2025-03-01T15:18:51Z | 2025-03-03T21:27:11Z | https://github.com/streamlit/streamlit/issues/10578 | [
"type:bug",
"status:expected-behavior"
] | ConcurrentCrab | 6 |
gradio-app/gradio | machine-learning | 10,536 | Can gr.Dataframe support editable by column name or number | - [ ] I have searched to see if a similar issue already exists.
No similar issue
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We can specify the Dataframe to be editable in initial parameter. However, i... | closed | 2025-02-07T03:40:35Z | 2025-02-07T04:02:01Z | https://github.com/gradio-app/gradio/issues/10536 | [] | Yb2S3Man | 2 |
pydata/xarray | numpy | 9,557 | Incorrect error raised for chunked Zarr region write | ### What happened?
Writing a chunk with `to_zarr()` on a specific region incorrectly fails if a variable is chunked with Dask, even if the variable's chunks are compatible with the Zarr store.
### What did you expect to happen?
This code path is used by [Xarray-Beam](https://github.com/google/xarray-beam/blob/86c8f5... | closed | 2024-09-30T18:45:50Z | 2024-09-30T21:32:51Z | https://github.com/pydata/xarray/issues/9557 | [
"bug",
"topic-zarr"
] | shoyer | 3 |
mlfoundations/open_clip | computer-vision | 869 | Handling Negative Pairs in Fine-Tuning of CLIP Models | Hello guys!
First, I'd like to clarify my understanding of Contrastive Loss for CLIP models: If I'm not mistaken, when training a CLIP model, contrastive loss is employed, involving typical triplets consisting of positive and negative pairs derived from the images. Put simply, during training, the aim is to maximize... | closed | 2024-05-08T17:53:05Z | 2024-05-08T18:21:04Z | https://github.com/mlfoundations/open_clip/issues/869 | [] | doramasma | 1 |
huggingface/datasets | machine-learning | 7,178 | Support Python 3.11 | Support Python 3.11: https://peps.python.org/pep-0664/ | closed | 2024-09-27T08:50:47Z | 2024-10-08T16:21:04Z | https://github.com/huggingface/datasets/issues/7178 | [
"enhancement"
] | albertvillanova | 0 |
slackapi/python-slack-sdk | asyncio | 1,571 | `initial_value` for `RichTextInputElement` should also accept type `RichTextBlock` | While using the `RichTextInputElement`, I realized through the type information that the type of `initial_value` expects to be an optional dictionary. There is seemingly no mention of `RichTextBlock`, so I had thought that at that point I would need to go and look at the API and manually create dictionaries to handle t... | closed | 2024-10-09T17:13:17Z | 2024-10-10T04:14:15Z | https://github.com/slackapi/python-slack-sdk/issues/1571 | [
"bug",
"web-client",
"Version: 3x"
] | macintacos | 0 |
microsoft/nni | data-science | 5,771 | Using export_data() not working with DartsStrategy() | Hi,
I want to use export_data() after experiment.run() in the DARTS tutorial (https://nni.readthedocs.io/en/stable/tutorials/darts.html). However, I get a runtime error:
> RuntimeError: Experiment is not running
For the "Hello NAS!" (https://nni.readthedocs.io/en/stable/tutorials/hello_nas.html) example, this ... | open | 2024-04-21T15:07:52Z | 2024-04-21T15:07:52Z | https://github.com/microsoft/nni/issues/5771 | [] | felix011235 | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 767 | ValueError: num_samples should be a positive integeral value, but got num_samples=0 | please help!I met this problem and can't solve it | open | 2019-09-14T09:16:51Z | 2021-12-08T21:24:06Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/767 | [] | tpy9 | 5 |
unionai-oss/pandera | pandas | 1,028 | Extended from_format, to_format support | Is there any interest/possibility for support distributed versions of the automated I/O functionality using the from(to)_format syntax in the Schema models?
Something like an additional argument in the Config class within the Schema model that would change the pd.read_csv function from being a pandas function to a m... | open | 2022-11-21T17:19:41Z | 2022-11-21T17:50:34Z | https://github.com/unionai-oss/pandera/issues/1028 | [
"enhancement"
] | aboomer07 | 2 |
allenai/allennlp | nlp | 4,931 | Investigate plotext as alternative to matplotlib for find-lr command output | See https://pypi.org/project/plotext/.
Plots right in terminal with ASCII. Would be nice to see the results right in the terminal, especially when you're working on a remote server. | open | 2021-01-26T15:19:55Z | 2021-04-22T17:03:23Z | https://github.com/allenai/allennlp/issues/4931 | [] | epwalsh | 6 |
aio-libs/aiomysql | sqlalchemy | 624 | Does not work on python3.10 | Aiomysql does not work on python3.10 because python asyncio changed
# Screenshot

# Reference
https://docs.python.org/ko/3/whatsnew/3.10.html#whatsnew310-removed
> The lo... | closed | 2021-10-14T23:49:58Z | 2021-10-18T10:04:28Z | https://github.com/aio-libs/aiomysql/issues/624 | [] | ehdgua01 | 1 |
InstaPy/InstaPy | automation | 6,098 | Modify quickstart.py, run request before session | ## Expected Behavior
Note -> I'm javascript developer, don't had experience with Python
In quickstart.py script, I added request to pull profile from some API
```
response = requests.get("http://127.0.0.1:3333/api/v1/internal/profiles/1")
profile = response.text
print(profile)
set_workspace(path="fullpath"... | closed | 2021-02-28T21:38:06Z | 2021-07-21T04:18:44Z | https://github.com/InstaPy/InstaPy/issues/6098 | [
"wontfix"
] | makiBaraba | 2 |
wger-project/wger | django | 879 | Trying to get in touch regarding a security issue | Hey there!
I belong to an open source security research community, and a member (@asura-n) has found an issue, but doesn’t know the best way to disclose it.
If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security... | closed | 2021-11-09T18:48:31Z | 2022-01-27T07:27:42Z | https://github.com/wger-project/wger/issues/879 | [] | zidingz | 7 |
plotly/dash | flask | 2,736 | [Feature Request] Python 3.12 support | **Is your feature request related to a problem? Please describe.**
Currently CI only tests on 3.9 and 3.
**Describe the solution you'd like**
I'd like to see ci run against 3.8 and 3.12
**Describe alternatives you've considered**
n/a
**Additional context**
n/a
| closed | 2024-01-31T11:39:12Z | 2024-07-23T23:10:44Z | https://github.com/plotly/dash/issues/2736 | [] | graingert-coef | 2 |
plotly/dash | jupyter | 2,523 | Enable simple Boolean expressions and comparisons in DataTable style_data_conditional filter_query | I am trying to highlight rows in a DataTable if a column is `False`. I can’t seem to get it to work. Here’s what I’ve tried. Several failed attempts are left as comments.
```python
dash_table.DataTable(
...
style_data_conditional= {
"if": {
# "filter_query": "{my_boo... | open | 2023-05-05T00:20:42Z | 2024-08-13T19:32:15Z | https://github.com/plotly/dash/issues/2523 | [
"feature",
"P3"
] | tom-kaufman | 0 |
xuebinqin/U-2-Net | computer-vision | 48 | index error | I tried to train on my image set. But got the following error.
My folder setup
train_images - has 2 folders - 'images ' and another folder 'mask'
When I ran the script it showed the correct number of images, but then got the following error
> Traceback (most recent call last):
> File "u2net_train.py", line 14... | closed | 2020-07-17T04:25:51Z | 2020-07-17T06:08:27Z | https://github.com/xuebinqin/U-2-Net/issues/48 | [] | johnyquest7 | 3 |
horovod/horovod | tensorflow | 3,011 | System env variables are not captured when using Spark as backend. | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) TensorFlow
2. Framework version: 2.5.0
3. Horovod version: 0.22.1
4. MPI version: 4.0.2
5. CUDA version: 11.2
6. NCCL version: 2.9.9
7. Python version: 3.8
8. Spark / PySpark version: 3.1.2
9. Ray version:
10. OS and version: Ubuntu20.04
11. ... | open | 2021-06-30T07:36:11Z | 2021-07-09T16:59:22Z | https://github.com/horovod/horovod/issues/3011 | [
"bug"
] | wjxiz1992 | 1 |
syrupy-project/syrupy | pytest | 332 | Incorrect indent for multiline string within list | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Input:
```python
def test_snapshot(snapshot):
data = {
"key": [
"line 1\nline 2"
]
}
assert data == snapshot
```
```
pytest --snapshot-update
```
Output:
```ambr... | closed | 2020-08-24T20:38:42Z | 2020-08-24T21:30:45Z | https://github.com/syrupy-project/syrupy/issues/332 | [
"bug",
"good first issue",
"released"
] | noahnu | 1 |
erdewit/ib_insync | asyncio | 623 | orders stuck in PendingSubmit | Anyone run into this issue and know how to resolve? I'm trying to build some Flask endpoints for ease of trading on my end, using the ib-insync Python package, but my orders never get submitted, even though I'm fairly sure the parameters are correct. I can place orders just fine on the GUI,
but even copying over the ... | closed | 2023-08-09T17:01:23Z | 2023-08-25T09:07:07Z | https://github.com/erdewit/ib_insync/issues/623 | [] | 430scud | 2 |
google-research/bert | nlp | 994 | Averaging attention head weights | I was wondering if attention heads are weighted? I mean, do they contribute to the decision equally or are some heads accorded more weight overall than others? I don't mean the internal weights of each head, I mean a single weight for each head.
The reason I'm asking is because I'm visualizing attention for each hea... | open | 2020-01-23T22:12:05Z | 2020-01-23T22:12:05Z | https://github.com/google-research/bert/issues/994 | [] | melwazir | 0 |
xlwings/xlwings | automation | 1,611 | Transpose with formatting | #### OS (e.g. Windows 10 or macOS Sierra)
#### Python 3.8, XLwings 0.23.0
#### Currently trying to transpose a data range that is easily done with code below, however it just gives the raw value and does not keep the formatting of the original vertical range. Is it possible to transpose data and include the origi... | closed | 2021-06-07T12:47:25Z | 2021-07-09T10:11:08Z | https://github.com/xlwings/xlwings/issues/1611 | [] | Cbarrow98 | 3 |
opengeos/streamlit-geospatial | streamlit | 55 | URL https://geospatial.streamlitapp.com/ also leading to "Error running app" | Hi Qiusheng,
Thanks again for building this amazing tool. You pointed me to the newer URL, but I'm now again encountering the same error message. Interestingly, the .com URL did work for me initially (!?!).
 is no longer working. Working for me (without really knowing xpath is: `(//div[contains(@class,"release-header")]//a)[1]` | closed | 2021-01-11T08:10:02Z | 2021-01-11T08:12:42Z | https://github.com/thp/urlwatch/issues/612 | [] | oxivanisher | 1 |
airtai/faststream | asyncio | 1,486 | Feature: Support for disabling automatic topic creation. | **Is your feature request related to a problem? Please describe.**
We're using the confluent kafka backend, so this is relative to that. Haven't looked at aiokafka.
- FastStream will auto-create topics using confluent's AdminClient interface prior to instantiating the confluent Consumer object.
- FastStream hard... | closed | 2024-05-31T18:28:28Z | 2024-06-26T07:00:22Z | https://github.com/airtai/faststream/issues/1486 | [
"enhancement",
"Confluent"
] | andreaimprovised | 3 |
tartiflette/tartiflette | graphql | 378 | Want a directive to run on INPUT_FIELD_DEFINITION with access to query argument values | ## Want a directive to run on input field definition and be able to access `args`
I have this case
```
# the sdl
schema {
query(someInput: inputType): RootQuery
}
directive @exclusive(dependant: String!) on INPUT_FIELD_DEFINITION
type RootQuery {
...
}
input inputType {
inputField1: String @ex... | closed | 2020-04-01T15:30:27Z | 2020-04-24T09:01:34Z | https://github.com/tartiflette/tartiflette/issues/378 | [] | jalelegenda | 3 |
exaloop/codon | numpy | 494 | frozen sets | The data type `frozenset` seems to be missing in codon. Is there a good substitute?
-- Peter Mueller | closed | 2023-10-30T18:50:25Z | 2024-11-10T19:39:23Z | https://github.com/exaloop/codon/issues/494 | [
"stdlib"
] | ypfmde | 4 |
adbar/trafilatura | web-scraping | 15 | Keep output file name same as input file name | First of all, let me thank you for working on this amazing tool!
One quick feature request: is it possible to keep the output file name same as the input file names, when running on the command line? Also, I see this error **# ERROR: file too small** in command line but while running the API programmatically, it do... | closed | 2020-07-09T05:25:33Z | 2022-05-04T12:39:18Z | https://github.com/adbar/trafilatura/issues/15 | [] | sajidrahman | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,216 | When ı open this program my speaker brokes and if ı try to open any sound ı get a fan sound | I need to clode pc wait some time and open it again only solve | open | 2023-05-13T12:46:33Z | 2023-05-13T12:46:33Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1216 | [] | ygz23 | 0 |
man-group/arctic | pandas | 1,010 | Migrating existing tickstore to ArcticDB | #### Arctic Version
```
1.80.0
```
#### Arctic Store
```
TickStore
```
#### Platform and version
RHEL 7
#### Description of problem and/or code sample that reproduces the issue
Hello,
I have a collection of a few TB of tick data in an arctic tickstore that I want to migrate to the new ArcticDB... | closed | 2023-05-18T11:32:04Z | 2023-06-05T15:42:49Z | https://github.com/man-group/arctic/issues/1010 | [] | markeasec | 3 |
art049/odmantic | pydantic | 504 | Dump an model excluding `none` values | # Feature request
### Context
I don't want to waste database space writing empty data.
### Solution
Adding `exclude_none` paramater to `model_dump_doc` would solve the problem.
| open | 2024-10-27T20:00:31Z | 2024-10-29T18:44:07Z | https://github.com/art049/odmantic/issues/504 | [
"enhancement"
] | d3cryptofc | 0 |
scikit-learn/scikit-learn | python | 30,353 | Hang when fitting `SVC` to a specific dataset | ### Describe the bug
I am trying to fit an [`SVC`](https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html) to a specific dataset. The training process gets stuck, never finishing.
scikit-learn uses a fork of LIBSVM [version 3.10.0](https://github.com/scikit-learn/scikit-learn/blame/caaa1f52a063229... | open | 2024-11-27T02:41:11Z | 2024-12-04T01:14:11Z | https://github.com/scikit-learn/scikit-learn/issues/30353 | [
"Bug",
"Needs Investigation"
] | fumoboy007 | 4 |
benbusby/whoogle-search | flask | 1,099 | [FEATURE] Fallback to custom search provider | <!--
DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE
THESE SHOULD GO IN ISSUE #60
REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY
-->
**Fallback to custom search provider if whoogle breaks**
When whoogle fails to pull the results from google, it would be good to have the option... | closed | 2023-11-18T18:48:09Z | 2023-12-20T19:17:27Z | https://github.com/benbusby/whoogle-search/issues/1099 | [
"enhancement"
] | moritzfl | 2 |
polakowo/vectorbt | data-visualization | 398 | vbt.BinanceData.download do not accept klines_type parameter | Hi,
i am trying to download binance future klines, but i get the error
TypeError: download_symbol() got an unexpected keyword argument 'klines_type'
[https://github.com/sammchardy/python-binance/blob/8cac5eac94b71af6532aef128a8c815d7fc0c617/binance/client.py#L870](https://github.com/sammchardy/python-binance/blob... | open | 2022-03-01T01:04:44Z | 2022-12-22T10:33:23Z | https://github.com/polakowo/vectorbt/issues/398 | [] | keiser1080 | 8 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,140 | × Encountered error while trying to install package. ╰─> simple_knn | Hello tried installing and getting these errors. Please help if you can thanks in advanced :)
----------------------------------------------------------------------------------------------
Running setup.py install for simple_knn: finished with status 'error'
Pip subprocess error:
error: subprocess-exited-w... | open | 2025-01-09T14:39:38Z | 2025-01-27T16:46:15Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1140 | [] | EddieV91 | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,117 | 2FA appear not enforced on first login |
We have 2FA enforced on all secondary tenants (via advanced tenant settings).
When a new user registers, they are not prompted for 2FA registration at all.
Used to work before - current version 4.5.6
| closed | 2021-11-22T12:28:10Z | 2021-11-23T19:13:52Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3117 | [
"T: Bug",
"C: Client"
] | aetdr | 4 |
microsoft/nni | data-science | 4,798 | Support Output Padding for ConvTranspose2d in Model Speedup | **Describe the issue**:
Hi, I am trying pruning with nni. I found that currently nni doesn't take the output_padding argument of ConvTranspose2d into consideration, which might lead to a shape mismatch.
**Environment**:
- NNI version: 2.6.1
- Training service (local|remote|pai|aml|etc): remote
- Server OS (for... | closed | 2022-04-24T07:19:07Z | 2022-09-09T09:53:35Z | https://github.com/microsoft/nni/issues/4798 | [] | haoshuai-orka | 3 |
statsmodels/statsmodels | data-science | 9,440 | DOC: cross-validation examples, supporting code ? | parking an example for cross-validation
https://stats.stackexchange.com/questions/657805/error-in-fitting-zero-inflated-negative-binomial-in-python-using-cross-validatio
I don't have an overview of what we have.
GAM is the only case, AFAIR, where we have kfold cross-validation built in.
Related issue is wheth... | open | 2024-11-30T20:55:50Z | 2024-11-30T20:55:51Z | https://github.com/statsmodels/statsmodels/issues/9440 | [
"type-enh",
"comp-docs",
"comp-base"
] | josef-pkt | 0 |
miguelgrinberg/Flask-SocketIO | flask | 1,351 | getting ValueError: read of closed file when sending a file with paramiko and flask socketio | when try to send files using paramiko sftp to an ssh server i get ValueError: read of closed file
note : this work perfectly when try to do the same in an HTTP view
this is how i connect to server and send file
```python
@socketio.on('client-connect')
def client_connected(message):
global data
... | closed | 2020-08-13T11:29:16Z | 2020-08-20T10:32:23Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1351 | [
"question"
] | abderrahmaneMustapha | 4 |
dynaconf/dynaconf | flask | 602 | json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 12 column 5 (char 313) | I've tried to run flask with dynaconf using .toml file and got this error.
I checked the file base.py on function get_source_data and I changed
`content = self.file_reader(open_file)` to a hard_coded dict, like {'default': {'DEBUG': True, SQLALCHEMY_TRACK_MODIFICATIONS: False}...} and worked. I still not understand... | closed | 2021-06-21T21:52:40Z | 2023-04-06T14:04:41Z | https://github.com/dynaconf/dynaconf/issues/602 | [
"question"
] | Leonardoperrella | 0 |
plotly/dash | data-visualization | 2,681 | background callback with MATCH is cancelled by future callbacks with different component ids | **Describe your context**
```
dash 2.14.1
dash-bootstrap-components 1.5.0
dash-core-components 2.0.0
dash-extensions 1.0.3
dash-html-components 2.0.0
dash-iconify 0.1.2
dash-mantine-components 0.12.1
dash-table 5.0.0
dash-u... | open | 2023-10-31T12:03:08Z | 2024-08-13T19:42:10Z | https://github.com/plotly/dash/issues/2681 | [
"bug",
"sev-2",
"P3"
] | Jonas1302 | 5 |
ivy-llc/ivy | pytorch | 28,634 | Fix Frontend Failing Test: torch - activations.tensorflow.keras.activations.get | To-do List: https://github.com/unifyai/ivy/issues/27498 | closed | 2024-03-18T17:28:51Z | 2024-03-25T13:23:13Z | https://github.com/ivy-llc/ivy/issues/28634 | [
"Sub Task"
] | ZJay07 | 0 |
tflearn/tflearn | data-science | 1,036 | Calculating Metric other than accuracy on validation data | I am using the RMSprop optimizer and the metric R2 as shown below:-
`network = regression(network, optimizer='RMSprop',loss='mean_square',metric='R2',learning_rate=0.001)`
Then I am calling fit as follows:-
`model.fit(X, Y, n_epoch=10, validation_set=(X_test,Y_test), shuffle=True, show_metric=True, batch_size... | open | 2018-04-17T00:00:53Z | 2018-04-17T00:00:53Z | https://github.com/tflearn/tflearn/issues/1036 | [] | aritraghsh09 | 0 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 793 | Confusion : What is a model ? | Hello, sorry for being a newbie in this Git . I try to understand how the git works and i encounter a serious understanding problem . Before starting , soft loads 3 elements : encoder, synthesizer and vocoder .
All three represent a model.
As far as i understood , those are the bricks that allow the user to recreate... | closed | 2021-07-10T12:33:44Z | 2021-08-25T09:41:59Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/793 | [] | RelatApp | 4 |
Yorko/mlcourse.ai | plotly | 330 | Яндекс&МФТИ, Coursera, Final project - Идентификация пользователей | Здравствуйте! Уточните пожалуйста, какова форма ответа в задании 2 недели, вопрос 2:
"Распределено ли нормально число уникальных сайтов в сессии?". В форме нет четких указаний на формулировку ответа, варианты "Нет", "No", значение статистики и p-value критерия Шапиро-Вилка не подходят...
Может, я неверно посчитал, но... | closed | 2018-04-28T16:12:15Z | 2018-08-04T16:07:50Z | https://github.com/Yorko/mlcourse.ai/issues/330 | [
"invalid"
] | levbed | 1 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 213 | EditContro的只读属性可否修改成可读 | open | 2022-07-15T09:35:36Z | 2022-07-15T09:35:36Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/213 | [] | rejii0042 | 0 | |
QingdaoU/OnlineJudge | django | 380 | 能否增加sql编程的环境 | 在提交issue之前请
- 认真阅读文档 http://docs.onlinejudge.me/#/
- 搜索和查看历史issues
- 安全类问题请不要在 GitHub 上公布,请发送邮件到 `admin@qduoj.com`,根据漏洞危害程度发送红包感谢。
然后提交issue请写清楚下列事项
- 进行什么操作的时候遇到了什么问题,最好能有复现步骤
- 错误提示是什么,如果看不到错误提示,请去data文件夹查看相应log文件。大段的错误提示请包在代码块标记里面。
- 你尝试修复问题的操作
- 页面问题请写清浏览器版本,尽量有截图
| closed | 2021-08-05T00:23:55Z | 2021-08-07T05:56:05Z | https://github.com/QingdaoU/OnlineJudge/issues/380 | [] | youngsforever | 1 |
deepinsight/insightface | pytorch | 2,486 | Can buffalo_* models be used in production application? | I'm developing face recognition application for login purpose(internal applications only) and using buffalo_l model.
Can I use this model used in production? | closed | 2023-12-03T05:12:59Z | 2024-06-06T05:11:43Z | https://github.com/deepinsight/insightface/issues/2486 | [] | Manideep0425 | 3 |
unit8co/darts | data-science | 2,140 | [Question] Best way to convert stock price data as Darts TimeSeries with non-conventional frequency | I have a stock time series dataframe that looks like:

When I tried to convert to time series:
series = TimeSeries.from_dataframe(stock_normalized_df)
I get the following error:
ERROR:darts.timeseries:ValueError: T... | closed | 2024-01-02T05:25:16Z | 2024-04-17T07:11:40Z | https://github.com/unit8co/darts/issues/2140 | [
"question"
] | sophia-kwon | 4 |
jina-ai/serve | machine-learning | 6,125 | Will the Pydantic dependency be upgraded in the future?Currently, due to version issues, some third-party packages are incompatible. | **Describe the feature**
<!-- A clear and concise description of what the feature is. -->
**Your proposal**
<!-- copy past your code/pull request link -->
---
<!-- Optional, but really help us locate the problem faster -->
**Environment**
<!-- Run `jina --version-full` and copy paste the output here -->
C... | closed | 2023-12-07T03:43:42Z | 2025-03-24T13:46:48Z | https://github.com/jina-ai/serve/issues/6125 | [] | wangqn1 | 19 |
sherlock-project/sherlock | python | 1,435 | Google cloud shell | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed ... | closed | 2022-08-12T00:58:23Z | 2023-02-04T17:30:43Z | https://github.com/sherlock-project/sherlock/issues/1435 | [
"site support request"
] | FnDee | 1 |
deepspeedai/DeepSpeed | machine-learning | 6,796 | Question about using Autotuner with ZeRO and tensor parallelism | I’m reading through the Autotuner code and found this function:
https://github.com/microsoft/DeepSpeed/blob/f743feca033515fdded50a98093da5a48eb41e74/deepspeed/autotuning/autotuner.py#L278-L302
It computes
`total_gpus = self.exp_num_nodes * self.exp_num_gpus
`
based on the autotuning config. If ZeRO is enabled, the... | open | 2024-11-27T17:03:40Z | 2024-11-27T17:03:40Z | https://github.com/deepspeedai/DeepSpeed/issues/6796 | [] | rlanday | 0 |
LAION-AI/Open-Assistant | machine-learning | 3,703 | Cant open a new/old chat | Its been 3-4 days that my previous chats have disappeared and I am unable to open any chat in OA. Whats the solution? Anyone?

| closed | 2023-09-27T12:35:07Z | 2023-11-28T07:19:57Z | https://github.com/LAION-AI/Open-Assistant/issues/3703 | [] | mirzajawadbaig100 | 1 |
BeanieODM/beanie | asyncio | 184 | Can't replace a dict attribute with save_changes | Hi,
In my project, I need to completely replace a dict attribute, but when using the state management and `save_changes`, the dict are merged instead of replaced. This is due to the logic in the following block: https://github.com/roman-right/beanie/blob/513865aadcf61f57c4ba921ce58bb0e7671036ee/beanie/odm/documents.... | closed | 2022-01-08T18:25:32Z | 2022-02-10T16:19:39Z | https://github.com/BeanieODM/beanie/issues/184 | [] | paul-finary | 2 |
snarfed/granary | rest-api | 126 | "Z" added to datetime with explicit offset | On my [notes stream](https://gregorlove.com/notes/) I author datetimes like "2018-01-15 13:03-0800". Running that through Granary for an Atom feed is adding a "Z" at the end. [Example](https://granary.io/url?input=html&output=atom&url=http://gregorlove.com/notes/). I believe my datetime format is valid ISO 8601.
It ... | closed | 2018-01-16T00:18:41Z | 2018-01-17T06:04:22Z | https://github.com/snarfed/granary/issues/126 | [] | gRegorLove | 2 |
JoeanAmier/XHS-Downloader | api | 226 | [功能请求] 作品文件名称格式 支持更加丰富的自定义文字 以及 嵌套目录 | 目前作品文件名称格式是将「以空格分隔的关键字」组合成最终文件名,无法在文件名中插入自己的文字和符号(比如:`作品id - 作品名称`),也无法通过插入"\\"等路径分隔符创建目录(比如:`作者id - 作者昵称\作品id - 作品名称`),希望可以支持这个功能。 | open | 2025-02-07T07:04:38Z | 2025-02-11T11:59:06Z | https://github.com/JoeanAmier/XHS-Downloader/issues/226 | [] | PYUDNG | 1 |
kizniche/Mycodo | automation | 915 | Phidget USB relays? | Has anyone used a USB Phidget relay similar to https://www.phidgets.com/?prodid=1020 ? This is a simple USB controlled 4x relay. From reading around I see a number of other relays and SDR's that are supported via the GPIO pins. I'm curious to see if I can get the USB I/O working as it would open up suitable controll... | closed | 2020-12-29T04:24:34Z | 2021-09-20T19:15:05Z | https://github.com/kizniche/Mycodo/issues/915 | [] | ebo | 2 |
deepset-ai/haystack | machine-learning | 8,089 | Mermaid Crashes If trying to draw a large pipeline | Thanks in advance for your help :)
**Describe the bug**
I was building a huge pipeline, 30 components and 35 connections, and for debugging proposes I wanted to display the diagram, but both .draw() and .show() methods failed. It still works with small pipelines by the way.
**Error message**
```
Failed to draw... | closed | 2024-07-25T22:08:43Z | 2025-01-28T11:18:55Z | https://github.com/deepset-ai/haystack/issues/8089 | [
"P3"
] | CarlosFerLo | 10 |
BeanieODM/beanie | asyncio | 237 | question: how to avoid insert null value? | hey, roman
how can i do in this case, username is required and unique
email, phone are not required, but if exist, they must be unique
so i wan't to define a unique and sparse index
but everytime i insert document the value None will insert to mongodb
my question is how to avoid insert none ?
hope... | closed | 2022-04-11T08:49:41Z | 2023-03-17T02:27:20Z | https://github.com/BeanieODM/beanie/issues/237 | [
"Stale"
] | hd10180 | 6 |
tiangolo/full-stack | sqlalchemy | 26 | backend app won't start | Following the instructions in the [generated readme](https://github.com/tiangolo/full-stack/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/README.md), when I `docker-compose up -d`, the backend fails to start with this error:
```
backend_1 | Traceback (most recent call last):
backend_1 | File ".... | closed | 2020-12-27T23:08:09Z | 2022-11-09T21:37:15Z | https://github.com/tiangolo/full-stack/issues/26 | [] | RobinClowers | 1 |
reloadware/reloadium | django | 56 | Error occurs when Python file path contains Non-ASCII characters | **Describe the bug**
Error occurs when Python file path contains Non-ASCII characters.
Hot Reload don't work
**To Reproduce**
Steps to reproduce the behavior:
1. Create a Python file named "😊.py" in PyCharm
2. Write some code
3. Run
4. Change some code and save
5. See error
**Expected behavior**
Works
... | closed | 2022-11-01T01:13:33Z | 2022-11-21T22:43:24Z | https://github.com/reloadware/reloadium/issues/56 | [] | ghost | 1 |
BayesWitnesses/m2cgen | scikit-learn | 460 | Convert from VBA function to SAS | Hello all,
I have tried to use the m2cgen package in order to translate 3 specific VBA functions to SAS or R scripts.
I'm sending as an attached file an Excel spreasheet that illustrates what I'e tried to accomplish. There are 3 different functions available over this Excel spreadsheet, for instance:
a) COHORT: Func... | open | 2021-09-19T22:36:38Z | 2021-09-19T22:36:38Z | https://github.com/BayesWitnesses/m2cgen/issues/460 | [] | raphaelchaves | 0 |
recommenders-team/recommenders | machine-learning | 1,497 | [FEATURE] O16n DNN models | ### Description
O16n DNN models (export, register, import, retraining, etc.)
### Expected behavior with the suggested feature
O16n notebook for DNN models
### Other Comments
| closed | 2021-08-15T07:42:39Z | 2022-10-19T08:09:18Z | https://github.com/recommenders-team/recommenders/issues/1497 | [
"enhancement"
] | loomlike | 3 |
OpenInterpreter/open-interpreter | python | 870 | Death spiral, ending in openAI rate limit ERROR | ### Is your feature request related to a problem? Please describe.
litellm.exceptions.RateLimitError: OpenAIException - Error code: 429 - {'error': {'message': 'Rate limit reached for gpt-4 in organization
org-lgQ******************** on tokens_usage_based per min: Limit 10000, Used 6353, Requested 4265. Please try ag... | closed | 2024-01-04T22:36:45Z | 2024-03-19T18:56:24Z | https://github.com/OpenInterpreter/open-interpreter/issues/870 | [
"Enhancement"
] | cfortune | 5 |
ipython/ipython | data-science | 14,116 | Ipython seem to crash | It runs just 2 hours, but displays as below:
In [66]: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "start.py", line 106, in start.attach_ipython
File "C:\app\TESTUS\python\python-3.8.10.amd64\lib\site-packages\IPython\__init__.py", line 130, in start_ipython
return launc... | open | 2023-07-14T03:04:30Z | 2023-07-14T03:04:30Z | https://github.com/ipython/ipython/issues/14116 | [] | 10office | 0 |
NullArray/AutoSploit | automation | 378 | Unhandled Exception (c0a4cc041) | Autosploit version: `3.0`
OS information: `Linux-4.12.0-parrot6-amd64-x86_64-with-Parrot-3.8-JollyRoger`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/home/thedevisterel/AutoSploit/autosploit/main.py", line 113, in main
... | closed | 2019-01-18T17:28:19Z | 2019-04-18T17:32:01Z | https://github.com/NullArray/AutoSploit/issues/378 | [] | AutosploitReporter | 0 |
blb-ventures/strawberry-django-plus | graphql | 68 | Using `pk` field in `delete_mutation` raises ValueError | I run through an issue that using `pk` field in `mutation_delete` raises a value error
and I believe the follwoing
https://github.com/blb-ventures/strawberry-django-plus/blob/13b7706cf3427c6327302f0af40d2d2df8fc1374/strawberry_django_plus/mutations/fields.py#L295
should be as in
https://github.com/blb-ventures... | closed | 2022-06-17T19:15:04Z | 2022-06-18T18:19:01Z | https://github.com/blb-ventures/strawberry-django-plus/issues/68 | [] | ammar-faifi | 0 |
mljar/mercury | jupyter | 48 | Add `demo` in `run` command | Please add the `demo` option in the `run` command that will create a demo notebook and add it to Mercury. | closed | 2022-02-18T13:21:59Z | 2022-02-18T13:52:07Z | https://github.com/mljar/mercury/issues/48 | [
"enhancement"
] | pplonski | 1 |
tableau/server-client-python | rest-api | 1,149 | Unable to get the Flow subscription output details from server. | While creating a Flow subscription on the cloud, the payload request involves some additional details like
1. includeOutputData
2. outputId
3. includeLinkToOutputData
4. showRowsInEmailBody
5. attachOutputData
6. attachedOutputDataFormat
But I am unable to get these metrics from the server to enter into the pa... | closed | 2022-12-06T05:49:29Z | 2022-12-22T23:56:07Z | https://github.com/tableau/server-client-python/issues/1149 | [
"help wanted"
] | JayavarshiniJJ | 2 |
HumanSignal/labelImg | deep-learning | 440 | Cannot start binary on Ubuntu | I cannot start the binary on Ubuntu 18.04.
Here is the error:
```
$ labelImg
Traceback (most recent call last):
File "/usr/local/bin/labelImg", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/labelImg/labelImg.py", line 1473, in main
app, _win = get_main_app(sys... | open | 2019-01-25T14:37:37Z | 2019-03-08T08:44:05Z | https://github.com/HumanSignal/labelImg/issues/440 | [] | swiss-knight | 5 |
python-restx/flask-restx | api | 143 | How do I manually enforce Swagger UI to include a model's definition? | It seems like using list response with nested model mentioned here #65 doesn't automatically add the definition of the model. As a result, I got an error saying "Could not resolve reference: Could not resolve pointer: /definitions/MyModel does not exist in document" at the Swagger UI page.
`@api.response(200, '', fi... | open | 2020-05-28T01:18:16Z | 2023-12-12T10:26:08Z | https://github.com/python-restx/flask-restx/issues/143 | [
"question"
] | pinyiw | 6 |
Gozargah/Marzban | api | 1,188 | Marzban doesn't set headerType to none in KCP inbound | Hi
When I use "VLESS/VMess KCP NoTLS" , Marzban leaves headerType empty in client side while it should be like this "headerType=none".
inbound :
```
***
"header": {
"type": "none"
}
***
``` | closed | 2024-07-25T08:30:56Z | 2024-07-25T10:36:55Z | https://github.com/Gozargah/Marzban/issues/1188 | [
"Bug"
] | Kiya6955 | 2 |
schemathesis/schemathesis | graphql | 2,669 | [BUG] 428 should be an allowed negative status | ### 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)
- [x] I am using the latest version of Schemathesis
... | closed | 2025-01-08T15:47:26Z | 2025-01-12T19:52:43Z | https://github.com/schemathesis/schemathesis/issues/2669 | [
"Type: Bug",
"Status: Needs Triage"
] | Panaetius | 2 |
deezer/spleeter | deep-learning | 486 | [Question] Please help me use Spleeter with FFmpeg | <!-- Please respect the title [Discussion] tag. -->
Hi everybody,
I always use ffmpeg to edit video and audio. I wonder can I insert spleeter command into ffmpeg bat file then I can create a complete code without using Spleeter seperately.
Thank you so much. | closed | 2020-08-29T10:52:24Z | 2020-08-30T20:26:50Z | https://github.com/deezer/spleeter/issues/486 | [
"question"
] | Thanhcaro | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.