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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
aminalaee/sqladmin | fastapi | 594 | Invalid time picker behaviour | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [x] There are no similar issues or pull requests to fix it yet.
### Describe the bug
The `TimeField` from wtforms accepts only time in format `"%H:%M"`. But UI requires to present time in another format, `"H:i:s"`. So, attempts to ... | closed | 2023-08-28T23:36:32Z | 2023-08-30T17:15:45Z | https://github.com/aminalaee/sqladmin/issues/594 | [] | TheArcherST | 2 |
ageitgey/face_recognition | machine-learning | 789 | How to get the results of landmarks with 68 points as dlib | ### Description
How to get the results of landmarks with 68 points as dlib.
I don't wanna use `import dlib; etc.. ` . Cause it takes too much time.
When i was trying to get landmarks, i used `api.face_landmarks(image)`. But what i got is 72 points. And i tried to manually changed the results to 68 points according t... | open | 2019-03-29T02:47:39Z | 2022-03-15T16:47:47Z | https://github.com/ageitgey/face_recognition/issues/789 | [] | zoeleesss | 1 |
miguelgrinberg/Flask-SocketIO | flask | 849 | Can't tell if its a client or server issue with simple app. | I'm having trouble with my on_...._response handlers. They don't seem to get an of the data being sent by the server. I think I have the server configure properly. It's based on the sample programs.
I'm sure I'm doing something wrong and was hoping you could help.
The code is here: https://gist.github.com/ilove... | closed | 2018-11-30T21:57:23Z | 2018-12-03T17:06:57Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/849 | [
"question"
] | ilovetogetspamed | 3 |
scikit-learn/scikit-learn | data-science | 30,832 | Numpy Array Error when Training MultioutputClassifer with LogisticRegressionCV with classes underrepresented | ### Describe the bug
When I train the MultioutputClassifer with LogisticRegressionCV with classes underrepresented, I get the following numpy error.
I think this is connected to the issue #28178 and #26401.
### Steps/Code to Reproduce
```python
import sklearn
print(sklearn.__version__)
from sklearn.linear_model impo... | open | 2025-02-14T10:34:16Z | 2025-03-10T09:46:04Z | https://github.com/scikit-learn/scikit-learn/issues/30832 | [
"Bug"
] | lionelkusch | 4 |
developmentseed/lonboard | jupyter | 7 | Integrate with ipywidgets ColorPicker widget | https://ipywidgets.readthedocs.io/en/stable/reference/ipywidgets.html#ipywidgets.widgets.widget_color.ColorPicker
<img width="579" alt="image" src="https://github.com/developmentseed/lonboard/assets/15164633/4ab5c646-6820-474d-9596-78b2496f5a1f">
Just need to be able to parse the hex to RGB | closed | 2023-09-29T18:09:23Z | 2023-10-27T18:48:56Z | https://github.com/developmentseed/lonboard/issues/7 | [
"python"
] | kylebarron | 0 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 101 | Switch Transformer with Mixture-of-Experts Ouput | If an ST is used for transfer-learning is the output a dense or sparse vector and of what size?
| closed | 2021-11-02T14:44:57Z | 2021-11-03T12:28:48Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/101 | [
"question"
] | dineshbvadhia | 5 |
Gozargah/Marzban | api | 1,480 | notifications bot | درود اوقات به کام
چطور میتونم قبل از اتمام حجم یا تاریخ اعلان دریافت کنم
Customize all notifications
NOTIFY_STATUS_CHANGE = True
NOTIFY_USER_CREATED = false
NOTIFY_USER_UPDATED = false
NOTIFY_USER_DELETED = false
NOTIFY_USER_DATA_USED_RESET = false
NOTIFY_USER_SUB_REVOKED = True
NOTIFY_IF_DATA_USAGE_PERCENT_RE... | closed | 2024-12-02T18:46:47Z | 2024-12-07T07:54:04Z | https://github.com/Gozargah/Marzban/issues/1480 | [] | mohsenzt | 2 |
litestar-org/polyfactory | pydantic | 41 | Feature: access already generated fields in custom generation | It would be a nice feature to have access to the already generated field values in a customised generator scenario, e.g.
```python
from typing import Any
from pydantic_factories import ModelFactory
class CustomFactory(ModelFactory[Any]):
"""Tweak the ModelFactory to add our custom mocks."""
@classme... | closed | 2022-05-05T14:43:03Z | 2022-05-27T16:13:02Z | https://github.com/litestar-org/polyfactory/issues/41 | [
"enhancement"
] | blagasz | 17 |
jschneier/django-storages | django | 628 | Adding handling of media files to the documentation | Would it be possible to add documentation to the handling of media files?
It would have been really helpful in my case:
From @elnygren 's post on stackoverflow: https://stackoverflow.com/questions/34247702/configure-django-and-google-cloud-storage
and answer to https://github.com/jschneier/django-storages/issue... | closed | 2018-11-04T21:41:52Z | 2019-01-11T18:42:14Z | https://github.com/jschneier/django-storages/issues/628 | [] | kasperj93 | 8 |
MycroftAI/mycroft-core | nlp | 2,973 | Fail to install packages on arch | I had to replace `yes | sudo pacman -S ...` for `sudo pacman -S --noconfirm --needed`. Because it was failing to install the packages on arch linux.
| closed | 2021-08-11T00:30:36Z | 2021-08-21T17:58:23Z | https://github.com/MycroftAI/mycroft-core/issues/2973 | [] | ghost | 2 |
littlecodersh/ItChat | api | 87 | 加好友,能获取到信息,但无法自动同意 | > @itchat.msg_register(FRIENDS)
> def add_friend(msg):
> print msg
> itchat.add_friend(**msg['Text']) # 该操作会自动将新好友的消息录入,不需要重载通讯录
> itchat.send_msg('Nice to meet you!', msg['RecommendInfo']['UserName'])
能够打印出json的新的好友信息,但并不能自动同意。
| closed | 2016-09-26T16:02:06Z | 2016-09-27T03:47:04Z | https://github.com/littlecodersh/ItChat/issues/87 | [
"bug"
] | poach123 | 1 |
ivy-llc/ivy | pytorch | 28,608 | Fix Frontend Failing Test: tensorflow - non_linear_activations.jax.nn.softplus | closed | 2024-03-14T22:13:36Z | 2024-03-16T18:20:21Z | https://github.com/ivy-llc/ivy/issues/28608 | [
"Sub Task"
] | samthakur587 | 0 | |
langmanus/langmanus | automation | 98 | 一直报错, 不知道什么情况 | 能正常运行, 前端控制台一直输出报错信息, 不知道什么情况
终端中没有看见报错


# 控制台输出如下(代理模型请求都是200, 信息已删除)
2025-03-21 17:19:02,647 - src.service.workflow_service - INFO - Sta... | open | 2025-03-21T09:32:04Z | 2025-03-21T09:32:04Z | https://github.com/langmanus/langmanus/issues/98 | [
"bug"
] | Amon1412 | 0 |
ultralytics/ultralytics | python | 18,727 | Performance Drop When Using OBB | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
I have compared the performance of OBB and HBB for object detection u... | open | 2025-01-17T06:48:53Z | 2025-01-17T07:30:32Z | https://github.com/ultralytics/ultralytics/issues/18727 | [
"question",
"OBB"
] | KHC1234 | 10 |
pytorch/pytorch | numpy | 149,718 | Constraints for distributions with mixed support | ### 🚀 The feature, motivation and pitch
I'd like to implement a joint distribution of both discrete and continuous parameters and would like to be able to define a constraint that indicates that the support is mixed and which parameters are continuous. A potential use-case is representing an approximate posterior dis... | open | 2025-03-21T09:03:28Z | 2025-03-21T15:07:28Z | https://github.com/pytorch/pytorch/issues/149718 | [
"module: distributions",
"triaged"
] | sethaxen | 0 |
ansible/awx | django | 15,486 | Error when installing AWX using playbook | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-09-03T18:55:54Z | 2024-09-04T19:03:01Z | https://github.com/ansible/awx/issues/15486 | [
"type:bug",
"component:docs",
"needs_triage",
"community"
] | Manimala94 | 1 |
huggingface/transformers | python | 36,096 | flex_attention does not output the full attention_weights with output_attention option | ### System Info
transformers==4.45.1
torch==2.6.0
### Who can help?
_No response_
### Information
- [x] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [x] My own task or dataset (give details below)
##... | closed | 2025-02-07T19:24:12Z | 2025-03-18T08:04:25Z | https://github.com/huggingface/transformers/issues/36096 | [
"bug"
] | gblackout | 5 |
onnx/onnx | machine-learning | 6,422 | The opposite | https://github.com/onnx/onnx/blob/56cf02beb2331a75f2a119f8b6d64e9d460d3a98/onnx/onnx-ml.proto3#L320
I think it is not the gradient of "x" w.r.t. a chosen loss but the gradient of a chosen loss w.r.t. "x" | open | 2024-10-03T13:58:19Z | 2024-10-03T15:00:14Z | https://github.com/onnx/onnx/issues/6422 | [] | JeanLoupFarges | 1 |
jupyter-book/jupyter-book | jupyter | 1,328 | Embed a hyperlink in the sidebar logo | I saw some feature requests about this (especially #79), but it seems like there is no working workaround for this? A simple option like `link : www.myhomepage.tz` adding to the `_config.yml` file would be nice. Thus, when a user clicks on the logo he will be redirected (or a new tab is opened) to a corresponding webs... | open | 2021-05-12T17:46:44Z | 2021-05-13T21:40:45Z | https://github.com/jupyter-book/jupyter-book/issues/1328 | [
":label: sphinx-book-theme"
] | hackenjoe | 1 |
coleifer/sqlite-web | flask | 106 | Edit Table Data? | Great project!
Is it possible to ask for the ability to directly EDIT table data? I.e. change data in a table and ADD or DELETE a row to a table?
Thanks for your efforts and consideration! | closed | 2022-08-12T05:00:45Z | 2024-04-09T07:17:57Z | https://github.com/coleifer/sqlite-web/issues/106 | [] | randyg3000 | 2 |
automl/auto-sklearn | scikit-learn | 1,741 | Install error on ubuntu / window - pip and conda |
I meet issue install this library on both window and ubuntu 24.04, and this is ubuntu, plz help! I try other library like TPOT, even successful but still cannot import.
with pip: error:
```
File "<string>", line 293, in setup_package
ModuleNotFoundError: No module named 'numpy.distutils'
... | open | 2024-09-23T11:03:59Z | 2025-01-30T13:16:26Z | https://github.com/automl/auto-sklearn/issues/1741 | [] | ladylazy9x | 9 |
google-research/bert | nlp | 515 | Is there a larger unreleased BERT model? | GPT-2 has a 1.5 billion parameter model that is unreleased, probably to prevent competition now that OpenAI has decided to pursue profitability.
Is there a larger BERT model that is unreleased for similar reasons? | open | 2019-03-22T18:37:19Z | 2019-03-22T18:37:19Z | https://github.com/google-research/bert/issues/515 | [] | abhishmitra | 0 |
tensorpack/tensorpack | tensorflow | 1,032 | What does @layer_register(log_shape=True) do before a layer? | As the title mentioned, I'm curious about what @layer_register(log_shape=True) do before a layer?
such as
`@layer_register(log_shape=True)`
`def Conv2D(x, out_channel, kernel_shape,
padding='SAME', stride=1,
W_init=None, b_init=None,
nl=tf.nn.relu, split=1, use_bias=True):`
| closed | 2019-01-05T21:01:50Z | 2019-01-11T16:53:47Z | https://github.com/tensorpack/tensorpack/issues/1032 | [
"usage"
] | john81923 | 1 |
browser-use/browser-use | python | 211 | please merge os x chrome profile fix from web-ui into main repo | in order for os x users to have `browser-use` access their chrome profile, a workaround was needed.
this now works in the `web-ui` repo. please merge this into the main project so we can use without the web-ui.
https://github.com/browser-use/web-ui/pull/83 | closed | 2025-01-11T16:51:34Z | 2025-01-13T13:09:05Z | https://github.com/browser-use/browser-use/issues/211 | [] | rawwerks | 2 |
Gozargah/Marzban | api | 1,029 | نحوه فعال سازی فرگمنت برای یک اینباند | درود
چطوری میشه فقط برای یک اینباند خاص فرگمنت رو فعال کرد نه همه کانفیگ ها؟ | closed | 2024-06-03T12:41:46Z | 2024-07-15T20:54:13Z | https://github.com/Gozargah/Marzban/issues/1029 | [] | rbsdotnet | 0 |
mkhorasani/Streamlit-Authenticator | streamlit | 87 | Azure AAD Oauth2 Support | Hello,
I want to add user authorization system to the application with Azure AD. How can I do that. Does this module have such support? I would appreciate your help. | closed | 2023-09-08T12:41:28Z | 2024-09-30T06:49:27Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/87 | [
"enhancement"
] | cnhsn | 4 |
SYSTRAN/faster-whisper | deep-learning | 1,176 | Poor performance for Vietnamese diarization | closed | 2024-11-27T10:25:12Z | 2024-11-27T10:25:30Z | https://github.com/SYSTRAN/faster-whisper/issues/1176 | [] | dohuyduc2002 | 0 | |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,038 | Getting error email multiple times : Error Message: TypeError: Cannot read property 'split' of undefined | Hello,
I am getting 4 emails at a time stating " Error Message: TypeError: Cannot read property 'split' of undefined ".
I've started getting this after the update from v4.2.12 to v4.2.13.
Note: I've done an apt-update and apt-upgrade on ubuntu. And i am using version 20 LTS.
Any idea why this error message?
... | open | 2021-08-30T05:01:52Z | 2021-08-31T10:52:36Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3038 | [] | divium-singh | 5 |
keras-team/keras | pytorch | 20,955 | Error with variable.regularizer in keras.layers.TFSMLayer | I created a universal sentence encoder layer as an instance of `keras.layers.TFSMLayer` and used it in a binary classifier. Training the model results in the following error:
```
Epoch 1/10
---------------------------------------------------------------------------
AttributeError Traceback (m... | closed | 2025-02-24T21:04:34Z | 2025-03-08T18:22:39Z | https://github.com/keras-team/keras/issues/20955 | [
"type:Bug"
] | rlcauvin | 9 |
strawberry-graphql/strawberry | fastapi | 3,347 | Different contexts getters depending on the query or mutation | ## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Currently the only way of doing context getters with fastapi integration is through multiple routers but then I would need to have different paths which I thin... | open | 2024-01-18T17:30:58Z | 2025-03-20T15:56:34Z | https://github.com/strawberry-graphql/strawberry/issues/3347 | [] | Focadecombate | 2 |
pydantic/pydantic-core | pydantic | 1,071 | `pydantic_core-2.14.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl` is missing. | In version 2.10.1, this wheel exists, but it is missing in latest release(2.14.1).
See https://pypi.org/project/pydantic-core/2.14.1/#files
See https://pypi.org/project/pydantic-core/2.10.1/#files
P.S. Not only this one wheel is missing, but also some others are missing. | closed | 2023-11-14T05:15:27Z | 2023-11-14T14:12:22Z | https://github.com/pydantic/pydantic-core/issues/1071 | [] | overcat | 1 |
streamlit/streamlit | streamlit | 10,419 | Add support for more currency formats to `column_config.NumberColumn` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
In https://github.com/streamlit/streamlit/pull/10179 we added support for a couple of pre-defined formats. Th... | open | 2025-02-17T17:11:07Z | 2025-02-17T17:11:21Z | https://github.com/streamlit/streamlit/issues/10419 | [
"type:enhancement",
"feature:st.column_config"
] | lukasmasuch | 1 |
aminalaee/sqladmin | asyncio | 218 | `sourceMappingURL` triggers access to non-existent file | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
The .js files specify `sourceMappingURL` but the `.map` files are not included in the package. So the browser tries to fetch it and gets a ... | closed | 2022-06-27T04:30:26Z | 2022-07-08T07:23:01Z | https://github.com/aminalaee/sqladmin/issues/218 | [
"good first issue"
] | okapies | 2 |
Gozargah/Marzban | api | 991 | وارپ با استفاده از هسته در Core SettingXray | سلام و احترام
توی وارپ با استفاده از هسته در Core SettingXray
{
"tag": "warp",
"protocol": "wireguard",
"settings": {
"secretKey": "Your_Secret_Key",
"DNS": "1.1.1.1",
"address": ["172.16.0.2/32", "2606:4700:110:8756:9135:af04:3778:40d9/128"],
"peers": [
{
"publicKey... | closed | 2024-05-18T20:37:05Z | 2024-05-21T05:28:51Z | https://github.com/Gozargah/Marzban/issues/991 | [
"Duplicate",
"Invalid"
] | yaramahmadi | 2 |
plotly/plotly.py | plotly | 4,791 | make package versions explicit in packages/python/plotly/optional-requirements.txt | As the title says, `packages/python/plotly/optional-requirements.txt` should specify versions or version ranges for pandas, scipy, etc. | open | 2024-10-09T13:06:20Z | 2024-10-09T13:06:21Z | https://github.com/plotly/plotly.py/issues/4791 | [
"feature",
"P3"
] | gvwilson | 0 |
wkentaro/labelme | deep-learning | 499 | labelme2voc.py file wrongly puts annotations on the image | Hi, after creating .json files of segmentation annotations, I tried labelme2voc.py file to save original images, segmentation masks, and visualization of segmentation annotations on the original images. But, for some reason, annotation masks, and hence the visualization are not matching with the actual objects in the o... | closed | 2019-10-19T02:03:32Z | 2019-10-20T02:07:03Z | https://github.com/wkentaro/labelme/issues/499 | [] | sangramkapre | 1 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 225 | module 'models.networks' has no attribute 'modify_commandline_options' | Running Stage 3: Face Enhancement
Traceback (most recent call last):
File "test_face.py", line 15, in <module>
opt = TestOptions().parse()
File "E:\picture_fix\Bringing-Old-Photos-Back-to-Life\Face_Enhancement\options\base_options.py", line 262, in parse
opt = self.gather_options()
File "E:\picture_... | open | 2022-03-17T01:41:33Z | 2022-04-26T00:23:55Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/225 | [] | bill1969 | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,267 | Kılıcdaroğlu | Kzkgzpux | open | 2023-10-25T11:50:31Z | 2023-10-25T11:50:58Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1267 | [] | nejatsamedov | 0 |
joeyespo/grip | flask | 27 | shutdown grip server | Is it possible to shutdown the grip server in the CLI? If not, would it be hard to add this feature?
| closed | 2013-09-09T20:00:20Z | 2013-09-10T19:22:17Z | https://github.com/joeyespo/grip/issues/27 | [
"question"
] | kindrowboat | 4 |
lepture/authlib | flask | 235 | Support for EdDSA Algorithm | It looks like this is one of the new algorithms, and is listed on jwt.io. It's the only thing on there that you don't support. Keep it up! | closed | 2020-05-23T20:01:00Z | 2020-05-24T07:10:36Z | https://github.com/lepture/authlib/issues/235 | [
"spec",
"feature request"
] | benwis | 2 |
twopirllc/pandas-ta | pandas | 503 | Ray/Trendline/Linear Regression of two points | Say I have two points on the Dataframe (price and UNIX timestamp) and I want to draw a Ray (endless) that goes through these two points. Does Pandas TA or Pandas has a function for this? Is there an easy way to draw a Linear Regression ray, I just have the two points and I want to draw a Ray through them and get all th... | closed | 2022-03-15T18:34:43Z | 2022-05-02T22:12:39Z | https://github.com/twopirllc/pandas-ta/issues/503 | [
"help wanted",
"good first issue",
"info"
] | hadialaddin | 3 |
huggingface/datasets | pandas | 6,778 | Dataset.to_csv() missing commas in columns with lists | ### Describe the bug
The `to_csv()` method does not output commas in lists. So when the Dataset is loaded back in the data structure of the column with a list is not correct.
Here's an example:
Obviously, it's not as trivial as inserting commas in the list, since its a comma-separated file. But hopefully there... | open | 2024-04-04T16:46:13Z | 2024-04-08T15:24:41Z | https://github.com/huggingface/datasets/issues/6778 | [] | mpickard-dataprof | 1 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 647 | Can MatchFinder implement the query library? | Hello! Thank you for developing this great library. It helps me try metric learning a lot.
I am conducting a binary classification task. I want to use feature vectors for similarity calculation to assist in the final test results.
I want to create a feature vector query library. My model has already obtained a set ... | closed | 2023-07-10T09:22:40Z | 2023-07-24T16:01:27Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/647 | [
"question"
] | ZH-UCAS | 1 |
MilesCranmer/PySR | scikit-learn | 339 | [Feature]: Add complexity calculation for user defined expression | ### Feature Request
Hi. I've recently started using PySR and I would like to suggest a new feature that I think would make the code even more user-friendly.
Would it be possible to have more direct access to the function that computes the complexity such that one can compare expressions found by PySR and those foun... | closed | 2023-05-28T10:07:22Z | 2024-03-24T23:45:31Z | https://github.com/MilesCranmer/PySR/issues/339 | [
"enhancement",
"priority: mid"
] | OsAmaro | 6 |
rougier/from-python-to-numpy | numpy | 39 | Incorrect Python version | Section 1.2 declares Python version 3.5.2 however section 2.1 "vectorized approach" uses random.choices() function which was introduced in Python 3.6.
https://docs.python.org/3.6/library/random.html#random.choices | closed | 2017-01-10T12:26:00Z | 2017-01-10T13:02:02Z | https://github.com/rougier/from-python-to-numpy/issues/39 | [] | reidfaiv | 2 |
deepfakes/faceswap | machine-learning | 1,255 | How to transfer facial expression of source image and other body gestures and posture of destination image. | Hi I really like your work. I wanted to know that is there any option in which we can transfer facial expression along with our face to the destination. in simple words I want a complete face projection to the destination frame. So that my facial expressions also swapped along with my face. Kindly let me know. | closed | 2022-08-12T09:24:11Z | 2022-08-12T09:32:00Z | https://github.com/deepfakes/faceswap/issues/1255 | [] | rohaantahir | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,313 | Blurred results using cycleGAN on depthmaps | Hello everybody,
I want to use cycleGAN on depthmaps for domain adaptation. We are currently training the cycleGAN with two data sets of 2000 images each, but our result are blurred.

Trainining c... | open | 2021-09-05T08:12:41Z | 2021-10-27T20:17:57Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1313 | [] | ghost | 1 |
jupyterhub/repo2docker | jupyter | 476 | Julia support does not require `environment.yml` | The documentation for how to use Julia states that you need a `REQUIRE` file as well as an `environment.yml`. This is no longer correct. Should be fixed by removing the comment about the `environment.yml`.
https://repo2docker.readthedocs.io/en/latest/config_files.html#require-install-a-julia-environment
This got ... | closed | 2018-11-24T15:34:19Z | 2018-11-27T07:40:56Z | https://github.com/jupyterhub/repo2docker/issues/476 | [] | betatim | 0 |
Netflix/metaflow | data-science | 1,513 | Support explicit job queues for @kubernetes | tracking integration work with kueue/volcano/yunicorn
cc @rparundekar | open | 2023-08-29T16:34:20Z | 2023-08-29T16:34:20Z | https://github.com/Netflix/metaflow/issues/1513 | [] | savingoyal | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,042 | Support adding where condition to UniqueConstraint | ### Describe the use case
I want to add a where condition to UniqueConstraint so that the constraint can be applied to a selected set of records. I know this can be done using Index but I want to defer this constraint till the transaction is completed. I cannot defer the Index nor I can add where condition to UniqueCo... | closed | 2024-10-29T17:24:54Z | 2024-10-29T17:36:49Z | https://github.com/sqlalchemy/sqlalchemy/issues/12042 | [
"postgresql"
] | cankush625 | 1 |
wandb/wandb | tensorflow | 9,425 | [Bug]: Logging does not update progress bar | ### Describe the bug
The logs interface does not update `tqdm` progress bars.
### Reproducing
With the following code,
```python
import wandb
import tqdm
import time
run = wandb.init(project="tqdm-test")
for i in tqdm.tqdm(range(1000), ncols=88, ascii=True):
run.log({"acc": i / 1000})
time.sleep(10)
run.... | open | 2025-02-06T14:35:20Z | 2025-02-26T16:12:26Z | https://github.com/wandb/wandb/issues/9425 | [
"ty:bug",
"a:app"
] | francois-rozet | 10 |
modelscope/modelscope | nlp | 438 | img2video | does modelscope do img2video similar to runway gn2 ? | closed | 2023-08-03T20:26:02Z | 2023-09-18T11:24:09Z | https://github.com/modelscope/modelscope/issues/438 | [] | almfahd41 | 3 |
iperov/DeepFaceLab | deep-learning | 5,734 | Eye and mouth priority bad after 144k | Expected behavior: eyes and mouth conform to src image.
Actually: generated face keeps reverting to a generalized face, often not even close to the direction of the src, It will stat looking like what it is supposed to but then revert. I am on 144k iter and my faces are wrong.
Expected: Scr & Dst images to become ... | open | 2023-10-07T13:04:04Z | 2023-10-07T13:10:48Z | https://github.com/iperov/DeepFaceLab/issues/5734 | [] | D-reads | 0 |
torchbox/wagtail-grapple | graphql | 69 | Confusing docstring in PageInterface | The docstring of `resolve_children()` reads: "Resolves a list of live children of this page with `show_in_menus` set." (I guess [this](https://docs.wagtail.io/en/stable/reference/pages/queryset_reference.html#examples) is the source of the docstring). The function however, does not filter live child pages, nor does it ... | closed | 2020-04-30T14:22:58Z | 2020-08-10T21:25:40Z | https://github.com/torchbox/wagtail-grapple/issues/69 | [] | leewesleyv | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 128 | 轻量化专属化ChayGpt | open | 2023-03-23T02:42:45Z | 2023-03-23T02:42:45Z | https://github.com/tatsu-lab/stanford_alpaca/issues/128 | [] | vampirelzy | 0 | |
httpie/cli | api | 1,036 | Following Link-Header / MultiPage-Requests (RFC5988) | Please implement RFC5988 Link Header
https://tools.ietf.org/html/rfc5988#section-5
Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link
I often do need this functionality.
And yes, I am know of:
https://github.com/httpie/httpie/issues/323 | open | 2021-02-18T08:52:42Z | 2021-12-28T10:38:33Z | https://github.com/httpie/cli/issues/1036 | [
"enhancement",
"needs product design",
"deferred"
] | blurayne | 2 |
ipython/ipython | jupyter | 13,913 | Changing `c.TerminalInteractiveShell.autosuggestions_provider` in the configuration file will cause IPython shell to fail to start | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | closed | 2023-01-28T16:42:07Z | 2023-01-30T13:02:04Z | https://github.com/ipython/ipython/issues/13913 | [
"bug",
"autosuggestions"
] | nukemiko | 1 |
awesto/django-shop | django | 236 | How to integrate it to django-cms? | Sorry to interrupt you, I searched the web but didn't find answer to this question. How to make it an extension of django cms? Thanks in advance!
| closed | 2013-06-26T14:05:39Z | 2016-02-02T13:58:57Z | https://github.com/awesto/django-shop/issues/236 | [] | educate | 4 |
NullArray/AutoSploit | automation | 1,067 | what's wrong ? | [+] attempting to load API keys
[+] Shodan API token loaded from /root/Desktop/AutoSploit-master/etc/tokens/shodan.key
[+] Censys API token loaded from /root/Desktop/AutoSploit-master/etc/tokens/censys.key
[-] no arguments have been parsed at run time, dropping into terminal session. to get help type `help` to quit ... | closed | 2019-05-01T14:46:45Z | 2019-05-02T18:12:55Z | https://github.com/NullArray/AutoSploit/issues/1067 | [] | lmx5200410 | 4 |
gradio-app/gradio | machine-learning | 10,663 | Search functionality doesn't work for gr.Dataframe | ### Describe the bug
Notice another bug for gr.Dataframe, i.e., the search & filter functionality doesn't work for text cells.
<img width="1920" alt="Image" src="https://github.com/user-attachments/assets/8f8f180d-451f-4b1c-842d-525cefee8f37" />
<img width="1920" alt="Image" src="https://github.com/user-attachments/... | closed | 2025-02-24T02:54:23Z | 2025-03-10T18:14:59Z | https://github.com/gradio-app/gradio/issues/10663 | [
"bug",
"💾 Dataframe"
] | jamie0725 | 4 |
laughingman7743/PyAthena | sqlalchemy | 493 | Add support for Spark calculations | # Description
Add support to run spark calculations using any cursor
# Related docs
1. Implementation in awswrangler - https://github.com/aws/aws-sdk-pandas/blob/main/awswrangler/athena/_spark.py
2. Official AWS docs - https://docs.aws.amazon.com/athena/latest/ug/notebooks-spark.html
3. MR in dbt-athena-comm... | closed | 2023-11-23T17:29:36Z | 2024-01-09T05:50:02Z | https://github.com/laughingman7743/PyAthena/issues/493 | [] | Avinash-1394 | 8 |
msoedov/langcorn | rest-api | 20 | langchain Agents | Thanks for the great repository.
Does langcorn support langchain agents? | open | 2023-06-20T10:36:55Z | 2023-08-21T15:05:44Z | https://github.com/msoedov/langcorn/issues/20 | [] | zlapp | 7 |
SYSTRAN/faster-whisper | deep-learning | 781 | Problem with audio | When I cut out only 5 minutes of the movie, everything worked correctly (screen #1).
The one hour portion of the movie caused the error (screen #2).

 is in favor of the separation between architecture and model weights (https://arxiv.org/pdf/2403.13784 p.8 l.10)
... | open | 2024-08-16T17:39:53Z | 2024-08-26T12:13:22Z | https://github.com/onnx/onnx/issues/6301 | [] | andife | 2 |
plotly/dash | dash | 2,696 | [Feature Request] Make `dcc.Loading` toggle-able attribute for enabled/disabled | I have created an application where various `dcc.Store` elements are used to hold user-imported hash tables for images of varying sizes. These images can then be blended together and viewed in a `dcc.Graph`.
Based on the size and number of images, I would like to be able to wrap these store elements in `dcc.Loading`... | closed | 2023-11-20T18:30:42Z | 2024-06-03T17:32:26Z | https://github.com/plotly/dash/issues/2696 | [
"feature",
"P3"
] | matt-sd-watson | 8 |
tensorflow/tensor2tensor | deep-learning | 1,077 | How to run t2t-decode with mnist model? | ### Description
I have trained a mnist model follow the quick start guide successfully.
Now I want to test it by my test images. But I don't know how to write t2t-decode script.
I used
-----------------------------------
t2t-decoder \
--data_dir=~/t2t_data \
--problem=image_mnist \
--model=shake_shake \
--hpar... | open | 2018-09-19T07:49:59Z | 2018-09-19T07:49:59Z | https://github.com/tensorflow/tensor2tensor/issues/1077 | [] | strongwdl | 0 |
521xueweihan/HelloGitHub | python | 2,193 | 超轻量级前端开发框架:Lightue | ## 项目推荐
- 项目地址:
https://github.com/smalllong/lightue
- 类别:JS
- 项目后续更新计划:
- 创建官方详细入门使用文档
- 继续加入各种框架级功能如生命周期、配套router等
- 项目描述:
- Lightue是一款超轻量级前端框架,类似Vue、React,但是体积仅不到2KB(min+br)。它让你可以用现代的方式创建网页:声明状态,更改状态后框架可以自动更新dom,将页面拆分成很多函数组件以复用等。项目学习及使用成本极低,提供的对象式模板声明写法让使用者可以无需编译便可采用类似jsx的方式编写页面。
- 目前尚未成熟到可以支持... | closed | 2022-05-07T12:38:33Z | 2022-05-25T09:40:51Z | https://github.com/521xueweihan/HelloGitHub/issues/2193 | [
"JavaScript 项目"
] | smalllong | 1 |
pytest-dev/pytest-selenium | pytest | 9 | Review Opera driver support | Opera has changed substantially since I last tested it, and I suspect that we may need to improve the experience. At very least we should provide a decent guide to getting Opera configured for running tests. We should also see if there's a way to get the Opera tests running on Travis-CI.
| closed | 2015-06-11T10:38:36Z | 2015-06-26T16:10:12Z | https://github.com/pytest-dev/pytest-selenium/issues/9 | [] | davehunt | 2 |
errbotio/errbot | automation | 736 | No error message on plugin configuration exception | When plugin configuration fails (`check_configuration` raises a `errbot.utils.ValidationException`), I still get the message "Plugin configuration done.".
There should be an error message to the user instead.
Example:
```
>>> !plugin config exec {'command': 'failure'}
20:42:25 INFO errbot.plugins.ACLS Mat... | closed | 2016-05-04T18:50:54Z | 2016-05-06T23:48:56Z | https://github.com/errbotio/errbot/issues/736 | [
"feature: plugins",
"#usability"
] | cweiske | 2 |
iperov/DeepFaceLab | machine-learning | 5,536 | Question about image loading and SampleLoader.py | I'm trying to modify the RGB data that is loaded into DFL slightly, e.g. add some text overlay etc.
I found the SampleLoader.py to be the ideal candidate but I fail to understand where exactly the RGB data is. I see this code here:
```
def process_data(self, data):
idx, filename = data
... | closed | 2022-07-15T21:12:43Z | 2022-07-17T13:02:13Z | https://github.com/iperov/DeepFaceLab/issues/5536 | [] | zqueezy | 1 |
gunthercox/ChatterBot | machine-learning | 1,935 | django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes') | I am using Python 3.8 on ubuntu 18.04. While running sudo python3 manage.py migrate I am getting the following error. Other tables are migrated successfully except django_chatterbot
Applying django_chatterbot.0010_statement_text...Traceback (most recent call last):
....
....
File "/usr/local/lib/python3.8/site-p... | open | 2020-03-24T06:33:03Z | 2020-03-24T06:33:03Z | https://github.com/gunthercox/ChatterBot/issues/1935 | [] | bktbunu | 0 |
Teemu/pytest-sugar | pytest | 186 | No instant stack trace displayed when test fails and tests are run with Gitlab CI | Env issue | closed | 2020-02-25T14:03:31Z | 2020-02-27T10:03:30Z | https://github.com/Teemu/pytest-sugar/issues/186 | [] | fbarbu15 | 1 |
pydata/xarray | numpy | 9,478 | TreeNode constructor should not modify children in-place | ### What is your issue?
The in-place modification issue described in #9196 was fixed for `DataTree`, but actually still exists for its private base class `TreeNode`.
```python
In [1]: from xarray.core.treenode import TreeNode
...:
...: child = TreeNode()
...: root = TreeNode(children={'child': chil... | closed | 2024-09-11T14:41:53Z | 2024-09-12T19:13:10Z | https://github.com/pydata/xarray/issues/9478 | [
"topic-internals",
"topic-DataTree"
] | TomNicholas | 0 |
koxudaxi/fastapi-code-generator | pydantic | 251 | Illegal FastAPI constructor generated (AttributeError: 'str' object has no attribute 'get': server_data.get("url")) | Using default main template:
```jinja2
app = FastAPI(
{% if info %}
{% for key,value in info.items() %}
{{ key }} = "{{ value }}",
{% endfor %}
{% endif %}
)
```
Generates invalid `FastAPI` constructor when servers are used:
```python
app = FastAPI(
title="App title",
... | closed | 2022-05-17T11:17:20Z | 2023-08-16T11:27:59Z | https://github.com/koxudaxi/fastapi-code-generator/issues/251 | [] | olivergondza | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 464 | SIBR_gaussianViewer got crash | I got crash when using this viewer. Anybody help pleas. Thank you so much

| closed | 2023-11-12T16:51:36Z | 2023-11-13T17:52:41Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/464 | [] | ryudokid | 4 |
ageitgey/face_recognition | machine-learning | 1,483 | New release? | I think it might be time for a new release. | open | 2023-03-28T17:30:09Z | 2023-03-28T17:30:09Z | https://github.com/ageitgey/face_recognition/issues/1483 | [] | MatthijsBurgh | 0 |
marimo-team/marimo | data-science | 3,688 | marimo.chat: ChatModelConfig maxTokens | ### Documentation is
- [ ] Missing
- [ ] Outdated
- [x] Confusing
- [ ] Not sure?
### Explain in Detail
In https://docs.marimo.io/api/inputs/chat/#supported-model-providers the parameter "max_tokens" of the class ChatModelConfig isn't working with the OpenAI LLMs.
Obviously, there is a misspelling. If I'm using the... | closed | 2025-02-04T20:39:06Z | 2025-02-05T01:08:18Z | https://github.com/marimo-team/marimo/issues/3688 | [
"documentation"
] | netzrac | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,876 | [Bug]: function parse_generation_parameter removes lastline if multiple loras are embedded in final text | ### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [x] The issue has not been reported before... | open | 2025-03-02T09:50:19Z | 2025-03-06T13:10:36Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16876 | [
"bug-report"
] | thundaga | 6 |
matplotlib/matplotlib | matplotlib | 29,216 | [Bug]: | ### Bug summary
scatter with small s value leads to hollow point
### Code for reproduction
```Python
import matplotlib.pyplot as plt
import numpy as np
fig, ax = plt.subplots()
x = np.random.randn(10)
y = np.random.randn(10)
plt.scatter(x, y, s=0.1)
plt.savefig('scatter.pdf')
```
### Actual outcome
![8b04... | closed | 2024-12-02T03:44:19Z | 2024-12-03T00:29:34Z | https://github.com/matplotlib/matplotlib/issues/29216 | [
"status: needs clarification"
] | ZhenyuanJin | 5 |
recommenders-team/recommenders | deep-learning | 1,968 | [ASK] No module named 'recommenders' | ### Description
Hi, I try to from recommenders.models.tfidf.tfidf_utils import TfidfRecommender, then get error: No module named 'recommenders', So I use :!pip install git+https://github.com/microsoft/recommenders.git, in google colab get error again : ERROR: Package 'recommenders' requires a different Python: 3.10.1... | closed | 2023-08-16T04:40:12Z | 2023-08-17T18:51:55Z | https://github.com/recommenders-team/recommenders/issues/1968 | [
"help wanted",
"duplicate"
] | shasha920 | 2 |
deeppavlov/DeepPavlov | nlp | 1,626 | ModuleNotFoundError: No module named 'torch' | Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first.
Please enter all the information below, otherwise your issue may be closed without a warning.
**DeepPavlov version** deeppavlov-1.0.2
**Python version** 3... | closed | 2023-02-14T04:26:07Z | 2023-03-15T15:43:24Z | https://github.com/deeppavlov/DeepPavlov/issues/1626 | [
"bug"
] | Xtreemrus | 1 |
scrapy/scrapy | web-scraping | 6,630 | build error | <!--
build error
-->
### Description
myenvdeveloper@developerdeMac-mini fanyi % scrapy crawl fy1
2025-01-24 11:26:25 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: fanyi)
2025-01-24 11:26:25 [scrapy.utils.log] INFO: Versions: lxml 5.3.0.0, libxml2 2.12.9, cssselect 1.2.0, parsel 1.10.0, w3lib 2.2.1, Twist... | closed | 2025-01-24T03:29:38Z | 2025-01-24T07:35:16Z | https://github.com/scrapy/scrapy/issues/6630 | [] | plkgq | 1 |
bigscience-workshop/petals | nlp | 8 | [DESIGN] auction-like priorities for servers | [for the record: this was proposed by @TimDettmers ]
Currently, hivemind-server treats all requests on a first come first served basis.
If we want to reward active participants with faster inference/training, we could change that into an auction.
Here's how client-server interaction looks like:
- server gives c... | closed | 2022-06-12T04:12:30Z | 2023-01-02T19:14:32Z | https://github.com/bigscience-workshop/petals/issues/8 | [] | justheuristic | 3 |
donnemartin/system-design-primer | python | 626 | Large scale system | open | 2021-12-05T11:19:43Z | 2022-04-23T13:17:56Z | https://github.com/donnemartin/system-design-primer/issues/626 | [
"needs-review"
] | abdou-c | 1 | |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 409 | Toolbox: Disable "Load" button when dataset is not loaded | We should also disable the "Load" button in the GUI when a dataset is not loaded. New users click the Load button and are confused when it throws an exception. This has happened several times, most recently in #407 .
Current interface as of #402:

- [x] I have installed FFMpeg
- [ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
<!-- Give us a clear and concise description... | closed | 2022-01-07T22:29:00Z | 2022-01-07T23:45:00Z | https://github.com/deezer/spleeter/issues/707 | [
"bug",
"invalid"
] | EnderOcelot | 0 |
graphql-python/graphene | graphql | 1,404 | Found different types with the same name in the schema | Bear with me please
Let's assume I have a type called `Product` in schema1 and a type with the same name in schema2 and I want to expose __both__ schemas via the same API, I get an error saying that I can't have two types with the same name, even though I'm using TOTALLY different types from different files
```
... | closed | 2022-01-30T02:37:22Z | 2024-06-22T10:22:58Z | https://github.com/graphql-python/graphene/issues/1404 | [
"🐛 bug"
] | LeOndaz | 3 |
Layout-Parser/layout-parser | computer-vision | 172 | How I can extract Titles, Headers , Photos and respective article information from Newspaper? | Hi,
I have been trying to implement the Newspaper navigator model for my application. However, it is able to detect the regions like title or whole article. But I want to extract title and its below paragraphs for my usecase. How I can do that? Please help me to resolve this issue. Is their any tutorial available to g... | open | 2023-03-11T09:30:15Z | 2023-10-04T09:32:18Z | https://github.com/Layout-Parser/layout-parser/issues/172 | [] | karndeepsingh | 1 |
django-cms/django-cms | django | 7,732 | [BUG] Click "New Draft" cause error UNIQUE constraint failed: cms_pagecontent.language, cms_pagecontent.page_id | Click "New Draft" cause error UNIQUE constraint failed: cms_pagecontent.language, cms_pagecontent.page_id
Django Version: | 4.2.9
-- | --
IntegrityError
UNIQUE constraint failed: cms_pagecontent.language, cms_pagecontent.page_id
\.env\Lib\site-packages\django\db\backends\sqlite3\base.py, line 328, in execute dja... | closed | 2024-01-03T16:31:56Z | 2025-02-03T06:59:21Z | https://github.com/django-cms/django-cms/issues/7732 | [
"4.1"
] | TLuesebrinck | 15 |
xinntao/Real-ESRGAN | pytorch | 144 | Link to realesrgan-ncnn-vulkan from README.md | I used the link from the README to download : `realesrgan-ncnn-vulkan`.
To my confusion, `realesrgan-x4plus-anime.bin` and `realesrgan-x4plus-anime.param` files are nowhere to be found.
It's because the links from the README is a link to an old version. v0.1.2 | open | 2021-11-02T06:16:33Z | 2021-11-02T09:36:03Z | https://github.com/xinntao/Real-ESRGAN/issues/144 | [] | justUmen | 0 |
autogluon/autogluon | data-science | 4,778 | [BUG] leaderboard don't have score_test column | **Describe the bug**
leaderboard don't have score_test column
this is my score:
```
,model,score_test,score_val,pred_time_test,pred_time_val,fit_time_marginal,fit_order,MAE,MAPE,MASE,MSE,RMSLE,RMSSE,SMAPE,WAPE
0,WeightedEnsemble,,-0.12049423885675616,1509.9086158275604,1127.7490582466125,6.181342363357544,13,,,,,,... | closed | 2025-01-08T13:19:31Z | 2025-01-10T08:37:29Z | https://github.com/autogluon/autogluon/issues/4778 | [
"bug: unconfirmed",
"Needs Triage",
"module: timeseries"
] | ghost | 6 |
idealo/image-super-resolution | computer-vision | 14 | Inference of large images | I think it would be a great feature to have some option for prediction of larger images, by applying sr to tiles of the main image and stitching the results, this is after enabling gpu inference of course.
Thanks! | open | 2019-04-01T18:11:51Z | 2019-08-29T12:11:34Z | https://github.com/idealo/image-super-resolution/issues/14 | [
"enhancement"
] | ontheway16 | 16 |
Gozargah/Marzban | api | 932 | Json Subscription link does not work on Hiddify apk | برنامه هیدیفای از لینک اشتراک json مرزبان پشتیبانی نمیکنه. نمیدونم مشکل از برنامه هیدیفای هست یا لينک اشتراک، ولی لطفا با بچههای هیدیفای رایزنی و مشکل را حل کنید.
ممنون | closed | 2024-04-09T21:09:34Z | 2024-04-09T21:54:01Z | https://github.com/Gozargah/Marzban/issues/932 | [
"Invalid"
] | farshadl | 1 |
dynaconf/dynaconf | django | 414 | Update the docs version on every release autoamtically | Right now the version shown in the docs page is taken from: https://github.com/rochacbruno/dynaconf/blob/master/mkdocs.yml#L1
https://github.com/rochacbruno/dynaconf/blob/9f86c52ea644862d326079589dfd9c6fd02eecf3/mkdocs.yml#L1
We need to edit the `./release.sh` so it can update that version on the mkdocs.yml the s... | closed | 2020-09-16T15:38:34Z | 2020-09-17T06:06:28Z | https://github.com/dynaconf/dynaconf/issues/414 | [
"help wanted",
"Not a Bug",
"RFC"
] | rochacbruno | 1 |
ageitgey/face_recognition | python | 1,203 | 为什么小孩的识别效果不好? | 是因为人脸对齐时,小孩的人脸对齐效果不好造成的么? | open | 2020-08-20T10:02:36Z | 2020-08-20T10:02:36Z | https://github.com/ageitgey/face_recognition/issues/1203 | [] | yfq512 | 0 |
strawberry-graphql/strawberry | fastapi | 3,703 | Support for nullable Connection | The field using `strawberry.connection` should be able to be nullable.
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [x] New behavior
## Description
This is needed in case if connection field would return an error e.g. from `PermissionExtensio... | closed | 2024-11-18T14:39:09Z | 2025-03-20T15:56:56Z | https://github.com/strawberry-graphql/strawberry/issues/3703 | [] | marmor157 | 3 |
anselal/antminer-monitor | dash | 73 | Add SNMP | I don't even know if this is possible, but could a custom SNMP table be added to allow monitoring via a third party SNMP server? Essentially using AntminerMonitor as a SNMP proxy for use with PRTG or other monitoring software? | closed | 2018-02-19T21:55:55Z | 2018-07-26T02:33:07Z | https://github.com/anselal/antminer-monitor/issues/73 | [
":x: invalid"
] | dmelvin | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 60 | get_gradients() is empty | When extracting the gradient values in the call method of the GradCam class:
```python
self.extractor.get_gradients()[-1].cpu().data.numpy()
```
the get_cradients() call, returns an empty list, and therefore the [-1] produces an IndexError exception.
The only different thing that I am doing is to use a custo... | closed | 2021-02-26T12:14:33Z | 2021-03-03T15:27:11Z | https://github.com/jacobgil/pytorch-grad-cam/issues/60 | [] | josepdecid | 1 |
ray-project/ray | python | 51,167 | [telemetry] RLlib telemetry prior to `ray.init` is not reported | See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-223a4454f64b8d38669989a2f91f3d9c9910c58d1690ca05541485342c2d52b3R32 | open | 2025-03-07T17:39:16Z | 2025-03-07T17:40:53Z | https://github.com/ray-project/ray/issues/51167 | [
"P1",
"rllib"
] | edoakes | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.