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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
vitalik/django-ninja | pydantic | 1,272 | How to create an alias for a field created via annotation | I have an ORM query that creates annotations. While `hour` makes sense within the context of the query, as a property in the API response, I'd like to call the field `time`. In the `WaterLevelSchema`, I can specify `hour: datetime`, which works but if I only specify `time: datetime = Field(..., alias='hour')` I get an ... | open | 2024-08-21T10:11:51Z | 2024-08-22T07:31:39Z | https://github.com/vitalik/django-ninja/issues/1272 | [] | tobi-or-not | 2 |
stitchfix/hamilton | numpy | 123 | explore extracting columns with validations | **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 [...]
When we extract columns, it would be very handy to be able to run checks against those columns. [pandera](https://pandera.readthedocs.io/en/stable/) is a gr... | closed | 2022-04-29T17:18:10Z | 2022-07-15T05:23:20Z | https://github.com/stitchfix/hamilton/issues/123 | [] | chrisaddy | 3 |
healthchecks/healthchecks | django | 88 | Add "copy to clipboard" function to example code snippets | For the example code snippets (bash, python, ruby, etc.), it would be great to have a "copy" buttons next to each.
The snippets are in several places on the site:
- the welcome page for not-logged-in users
- documentation
- My Checks → gear icon → Usage Examples
The project is already using clipboard.js for ping add... | closed | 2016-09-28T10:31:14Z | 2016-10-01T14:57:58Z | https://github.com/healthchecks/healthchecks/issues/88 | [] | cuu508 | 5 |
ranaroussi/yfinance | pandas | 2,299 | TypeError('super(type, obj): ... on yf.download() with 0.2.54 | **Mod edit: only reply if `yf.__version__` prints latest version. Ignore PIP Conda etc**
---
The following code worked for over a year until 2/18 with the following errors. Why is this?
I uninstalled and installed yfinance. I have version 0.2.54
ERROR:
1 Failed download:
['MSFT']: TypeError('super(type, obj): obj ... | closed | 2025-02-20T03:50:00Z | 2025-02-22T16:45:44Z | https://github.com/ranaroussi/yfinance/issues/2299 | [] | lenovo520 | 8 |
sloria/TextBlob | nlp | 408 | How is the sentiment scoring derived? | How have the scores been assigned in https://github.com/sloria/TextBlob/blob/dev/textblob/en/en-sentiment.xml?
For example, how have polarity, subjectively, intensity or confidence been derived in:
`<word form="afloat" cornetto_synset_id="n_a-533320" wordnet_id="a-00076921" pos="JJ" sense="borne on the water" polar... | open | 2022-05-06T16:50:50Z | 2022-05-06T16:51:18Z | https://github.com/sloria/TextBlob/issues/408 | [] | geobetts | 0 |
tradingstrategy-ai/web3-ethereum-defi | pytest | 131 | Most things do not work? | Hi,
I've tried working with this library but to me seems like most things do not work.
I'll just provide extra information
I am working on Windows 10
Python 3.10.6
Foremost installing this lib is very difficult on Windows. It is using ethash which is the problem. To install this you have to do some manual ... | closed | 2023-06-18T17:31:05Z | 2023-07-13T10:39:28Z | https://github.com/tradingstrategy-ai/web3-ethereum-defi/issues/131 | [] | LouisVA | 1 |
coqui-ai/TTS | deep-learning | 2,778 | [Bug] css10 formatter doesn't set the root_path attribute | ### Describe the bug
css10 formatter doesn't set the root_path attribute
https://github.com/coqui-ai/TTS/blob/b5cd6441328fd9569f370d51a2449d09d546d335/TTS/tts/datasets/formatters.py#L244C95-L244C95
### To Reproduce
python -m trainer.distribute --script path/train_vits.py
### Expected behavior
_No response_
... | closed | 2023-07-17T10:11:46Z | 2023-09-09T01:03:37Z | https://github.com/coqui-ai/TTS/issues/2778 | [
"bug",
"wontfix"
] | whozwhat | 1 |
axnsan12/drf-yasg | django | 628 | Circular references for swagger_serializer_method | Is it a way to create circular references to generate open API schema using rest_framework.serializers?
To build tree structure Serializer needs to reference for self.
```python
class ItemSerializer(Serializer):
item = serializers.SerializerMethodField()
class Meta:
swagger_schema_fields = ite... | open | 2020-08-20T14:54:00Z | 2025-03-07T12:13:19Z | https://github.com/axnsan12/drf-yasg/issues/628 | [
"triage"
] | vchepurko | 1 |
pydantic/logfire | fastapi | 62 | OpenAI SDK traces will fail when `.with_raw_response` is used | ### Description
I have this code:
```python
chat_completion_response = await openai_client.chat.completions.with_raw_response.create(
messages=query_messages, # type: ignore
# Azure OpenAI takes the deployment name as the model name
model=self.chatgpt_deployment if self.chat... | closed | 2024-05-01T07:00:53Z | 2024-05-03T12:46:59Z | https://github.com/pydantic/logfire/issues/62 | [
"bug",
"OpenAI"
] | tonybaloney | 4 |
Guovin/iptv-api | api | 747 | [Bug]: IPV6测速还是有问题 | ### Don't skip these steps | 不要跳过这些步骤
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
- [X] I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
- [X] I will not s... | closed | 2024-12-26T03:55:04Z | 2024-12-26T06:04:37Z | https://github.com/Guovin/iptv-api/issues/747 | [
"bug",
"duplicate"
] | liulei120 | 1 |
koxudaxi/datamodel-code-generator | pydantic | 2,358 | feature: adding dataclasses_json | **Is your feature request related to a problem? Please describe.**
The data that will be returned of the dataclass is not in the expected output casing that we need for business.
But we don't want to have code smells so our dataclasses are in snake casing but the output should be in camel casings.
**Describe the solut... | open | 2025-03-24T14:29:29Z | 2025-03-24T14:29:29Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2358 | [] | puttemanss | 0 |
eriklindernoren/ML-From-Scratch | machine-learning | 30 | issues when we set up Pooling layer in CNN | clf.add(Conv2D(n_filters=16, filter_shape=(3,3), input_shape=(1,8,8), padding='same'))
clf.add(Activation('relu'))
clf.add(MaxPooling2D(pool_shape=(2, 2), stride=2))
clf.add(BatchNormalization())
clf.add(Dropout(0.25))
clf.add(Conv2D(n_filters=32, filter_shape=(3,3), padding='same'))
clf.a... | closed | 2017-11-15T16:02:05Z | 2018-02-07T23:06:27Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/30 | [] | WayneDW | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,212 | Failure on export of reports with large number of attachments | I'm trying to export a report submission that has about 160 attachments (about 2.2MB each). The zip creation starts, but fails to download at about 100-150MB.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Reports
2. Open a report with a lot of attachments (mine is 160 attachments of about 2.2MB each... | closed | 2022-03-24T14:05:57Z | 2022-03-25T18:07:06Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3212 | [
"T: Bug",
"C: Backend"
] | informatic-oaib | 3 |
pallets/flask | flask | 5,545 | Pyright type errors: `src/flask/blueprint.py` | Pyright reports type errors for `src/flask/blueprint.py`:
```
flask/src/flask/blueprints.py
flask/src/flask/blueprints.py:126:20 - error: Expression of type "BufferedReader" is incompatible with return type "IO[AnyStr@open_resource]"
"BufferedReader" is incompatible with "IO[AnyStr@open_resource]"
Ty... | closed | 2024-08-06T23:17:47Z | 2024-08-23T00:06:50Z | https://github.com/pallets/flask/issues/5545 | [] | brendon-codes | 0 |
zihangdai/xlnet | tensorflow | 97 | Understanding rel_shift function | Could you please elaborate more on your implementation of rel_shift? I found that it was different from that in transformer-xl. Thanks! | open | 2019-07-02T00:57:09Z | 2020-04-24T09:44:42Z | https://github.com/zihangdai/xlnet/issues/97 | [] | JinhaoLei | 2 |
JaidedAI/EasyOCR | machine-learning | 348 | Can this identify the verification code | Can this identify the verification code? | closed | 2021-01-11T09:39:03Z | 2021-07-02T08:56:27Z | https://github.com/JaidedAI/EasyOCR/issues/348 | [] | Esword618 | 2 |
encode/uvicorn | asyncio | 1,474 | TypeError: An asyncio.Future, a coroutine or an awaitable is required | uvicorn: 0.17.5
uviloop: 0.16.0
```
TypeError: An asyncio.Future, a coroutine or an awaitable is required
File "uvicorn/protocols/websockets/websockets_impl.py", line 184, in run_asgi
result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
File "uvicorn/middleware/proxy_headers.py", li... | closed | 2022-05-05T13:33:16Z | 2022-05-09T08:22:55Z | https://github.com/encode/uvicorn/issues/1474 | [
"need confirmation"
] | moneyrelevvo | 5 |
jina-ai/serve | machine-learning | 5,584 | Refactor: use K8sDeploymentConfig inside Deployment to generate kubernetes yamls | After Deployment is exposed to serve Executors, we want to use it in order to generate kubernetes yaml as well.
This means, the Deployment should use K8sDeploymentConfig to implement `to_kubernetes_yaml`.
Potentially, we also want to refactor Flow.to_kubernetes_yaml to use the new method and maybe the same for Exec... | closed | 2023-01-09T13:57:20Z | 2023-01-24T18:02:35Z | https://github.com/jina-ai/serve/issues/5584 | [] | alaeddine-13 | 0 |
autokey/autokey | automation | 927 | Insert of date is often not right | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Xorg
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is thi... | closed | 2023-12-11T06:35:20Z | 2023-12-16T14:48:15Z | https://github.com/autokey/autokey/issues/927 | [
"duplicate",
"user support"
] | stefan-franz | 10 |
ResidentMario/missingno | data-visualization | 171 | Distance metric in dendrogram | Hi,
In the dendrogram function [link to scipy](https://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.hierarchy.linkage.html#scipy.cluster.hierarchy.linkage) the default metric function to calculate distance between pairs of points is `Euclidean`. Since we are dealing with nullity binary values, won't it b... | open | 2024-04-19T05:54:01Z | 2024-04-19T06:11:50Z | https://github.com/ResidentMario/missingno/issues/171 | [] | hadilou | 0 |
OpenInterpreter/open-interpreter | python | 1,309 | Continuous Instruction Refusal | ### Describe the bug
OI will work fine for a while then it begins to disregard file location directions.
while writing this another error occured. now the RAW OpenAI hidden parameter chunks apper to render in terminal after submitting a prompt
 | My flask application is setup as a package. Since the "flask run" has been removed from flask-socketio, then I have not been able to run the application without it freezing. Is there any way to provide some documentation on how to run flask-socketio as a package? | closed | 2019-02-01T22:08:53Z | 2019-05-19T07:36:33Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/893 | [
"question"
] | Dracio | 1 |
python-restx/flask-restx | api | 478 | fields.Nested() does not respect 'skip_none=True' | I have a model with fields.Nested() of another model. In the mashal_with() I have also set `skip_none=True`.
When that value is missing, it causes the marshaling to give me an dictionary where all the values are none, instead of omitting the dictionary completely or even just giving me an empty dictionary.
This ... | closed | 2022-09-25T01:11:07Z | 2022-09-25T14:24:57Z | https://github.com/python-restx/flask-restx/issues/478 | [
"bug"
] | db0 | 1 |
plotly/dash | data-visualization | 2,551 | [BUG] Flask 2.2.3 dependency has HIGH security vulnerability (fixed in 2.2.5) | Issue #2538 pinned the upper bound of the Flask dependency to 2.2.3. However Flask 2.2.3 is affected by a HIGH security vulnerability that is fixed in Flask 2.2.5. See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30861
Debian 11, Python 3.11 (from Python official 3.11 Docker image)
```
# pip install das... | closed | 2023-05-30T23:56:29Z | 2023-05-31T15:42:33Z | https://github.com/plotly/dash/issues/2551 | [] | eweidner | 0 |
itamarst/eliot | numpy | 445 | Force timestamp does not work anymore with eliot 1.11.0 | Using eliot 1.10.0, I have in my code some features which define timestamp of log messages, code written like this:
```python
expected = datetime.datetime(2005, 10, 2, 8, 30, 48, 70500)
logger.debug("Message", timestamp=expected.timestamp())
```
Timestamp is ok using eliot `1.10.0` but with `1.11.0` it is now ... | closed | 2020-01-07T10:41:00Z | 2020-01-15T13:12:56Z | https://github.com/itamarst/eliot/issues/445 | [] | lebouquetin | 9 |
rthalley/dnspython | asyncio | 310 | dnspython 1.15.0 is raising no exception with resolver.query() | Hey,
I have really strange behaviour on my system with dnspython 1.15.0.
Any idea?
```
In [1]: from dns import resolver
In [2]: res = resolver.Resolver()
In [3]: res.nameservers = ['8.8.8.8']
In [4]: res.nameservers
Out[4]: ['8.8.8.8']
In [5]: res.query('8y439t4hg893tgyh89453')
Out[5]: <dns.resolver.A... | closed | 2018-05-20T23:28:34Z | 2018-06-08T19:02:03Z | https://github.com/rthalley/dnspython/issues/310 | [] | shibumi | 6 |
JaidedAI/EasyOCR | pytorch | 590 | Memory usage never drops on api | Hello! First of all thanks for this wonderful work! EasyOCR has been a great tool for me!
Well.. I'm building an API to read text from images, but I'm running into an issue that I need to save resources when I'm not using it directly! I found the easyocr model keep in my memory even if I delete it manually using del... | closed | 2021-11-09T18:09:46Z | 2022-08-07T05:01:21Z | https://github.com/JaidedAI/EasyOCR/issues/590 | [] | igormcsouza | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 849 | 可否提供一个量化后的模型,供一些小白直接拿来采用?例如int4, int8 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-10-02T14:19:47Z | 2023-10-12T22:02:25Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/849 | [
"stale"
] | msh01 | 2 |
vitalik/django-ninja | rest-api | 1,390 | [BUG] 404 handler override not working as expected | **Describe the bug**
I have a simple demo Django-Ninja app working thanks to a helpful onboarding documentation on the related docs.
All of the endpoints in my simple demo work as expected.
However, the following code in my urls.py file does not produce the expected result based on the docs:
```
from djang... | open | 2025-01-12T00:50:36Z | 2025-02-24T20:05:57Z | https://github.com/vitalik/django-ninja/issues/1390 | [] | ErikPohl444 | 5 |
ydataai/ydata-profiling | pandas | 1,013 | Pandas profiling to slow too generate html report | ### Current Behaviour
The profile report.to_html() function takes around 78 sec for (10000, 295) shape data frame. Also, I am already using the minimal model.
### Expected Behaviour
Expected behaviour the .to_json() takes only 2-3 sec. Would expect maximum 10 sec for .to_html(). How can I optimize it further?
### D... | open | 2022-07-22T22:53:07Z | 2022-10-05T16:09:58Z | https://github.com/ydataai/ydata-profiling/issues/1013 | [
"information requested ❔"
] | adwaitas28 | 1 |
miguelgrinberg/microblog | flask | 48 | 8.3 Error when running 'flask db migrate' | I got the following error when running 'flask db migrate -m "followers"'
`NameError: name 'followers' is not defined`
I removed the changes to the User class then ran the migration and it works fine so just seems to be an error in the order of operations.
BTW, thanks for the great update to the tutorial! | closed | 2017-12-18T18:41:54Z | 2019-07-03T06:59:08Z | https://github.com/miguelgrinberg/microblog/issues/48 | [
"question"
] | sheadscott | 6 |
ymcui/Chinese-BERT-wwm | tensorflow | 41 | 显存不够问题 | 请问一下,如果机器显存只有32G,或者更小,batch_size无法设置过高的情况下有没有折中的解决方法,谢谢 | closed | 2019-09-12T01:25:25Z | 2019-10-21T10:59:48Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/41 | [] | sunyilgdx | 2 |
PaddlePaddle/ERNIE | nlp | 754 | ERNIE-doc能否支持长度大于512的句子输入? | ERNIE-doc能否支持长度大于512的句子输入?这个目前有实现吗? | closed | 2021-10-11T08:22:57Z | 2022-01-09T01:31:42Z | https://github.com/PaddlePaddle/ERNIE/issues/754 | [
"wontfix"
] | geolvr | 2 |
JaidedAI/EasyOCR | deep-learning | 776 | Is there any onnx model deploy example? | closed | 2022-07-05T16:07:03Z | 2022-07-11T02:22:24Z | https://github.com/JaidedAI/EasyOCR/issues/776 | [] | yuanyan3060 | 1 | |
scikit-optimize/scikit-optimize | scikit-learn | 1,171 | `np.int` was a deprecated alias for the builtin `int`. | My version is **R1.10.1**. If my numpy's version is beyond or equal to R1.24.0, an error will output like this when skopt.space.Integer is used:
**AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself.**
... | open | 2023-06-01T09:31:52Z | 2024-02-14T16:27:09Z | https://github.com/scikit-optimize/scikit-optimize/issues/1171 | [] | a3678911 | 17 |
biolab/orange3 | data-visualization | 6,643 | Bulk .ows reader for monitoring our assets | **What's your use case?**
I would like to analyse my orange workflows (.ows), and for that, what would be better than using Orange Data Mining ?
**What's your proposed solution?**
A tool where you can send folders or adresses (like \\srv_simon\odm\workflows\prod*2023*.ows and \\srv_simon\odm\workflows\), choose ... | closed | 2023-11-19T09:30:23Z | 2023-11-26T18:13:43Z | https://github.com/biolab/orange3/issues/6643 | [] | simonaubertbd | 1 |
rgerum/pylustrator | matplotlib | 13 | allow to change font size of legend and legend title | closed | 2020-01-28T12:51:41Z | 2020-02-03T09:56:05Z | https://github.com/rgerum/pylustrator/issues/13 | [] | rgerum | 0 | |
d2l-ai/d2l-en | pytorch | 2,595 | The content is outdated | I found the book having very good content for the topics it covers. But the book stopped at GANs. Many not-very-new topics like YOLO, Diffusion were never discussed. I've seen some opened issues mentioned this several years ago but it seems no contents have been added. Will the book continue to be updated or it's archi... | open | 2024-03-31T03:33:11Z | 2024-12-15T15:41:30Z | https://github.com/d2l-ai/d2l-en/issues/2595 | [] | hiepdang-ml | 1 |
gradio-app/gradio | machine-learning | 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 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 287 | Selectively Contrastive Triplet loss | Hi Kevin
Would you mind add my Selectively Contrastive Triplet loss (which is published in ECCV2020)? The major idea of this paper is to overcome the local minima during the triplet optimization. This loss work especially well on high intra-variance datasets such as Hotel50K. And I provide my implementation in this ... | open | 2021-03-04T08:19:55Z | 2023-08-30T14:00:50Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/287 | [
"new algorithm request"
] | littleredxh | 3 |
streamlit/streamlit | deep-learning | 9,977 | Add a min_selections parameter to st.multiselect | ### 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
I wanted to do a st.multiselect where users could select up to (and only) 2. I checked the [API Reference](ht... | open | 2024-12-09T04:17:42Z | 2024-12-20T14:46:44Z | https://github.com/streamlit/streamlit/issues/9977 | [
"type:enhancement",
"feature:st.multiselect"
] | Unknownuserfrommars | 3 |
sqlalchemy/alembic | sqlalchemy | 920 | NameError Importing local packages in Alembic Operations 1.7.2 | **Describe the bug**
Importing local packages creates NameError in version 1.7.2 was not the case in 1.6.5
**Expected behavior**
Ability to use locally installed packages in alembic revisions
**To Reproduce**
Local Package "fun_stuff" installed via -e
The details on this file come from [replaceable objects ... | closed | 2021-09-15T18:56:17Z | 2024-04-19T22:06:07Z | https://github.com/sqlalchemy/alembic/issues/920 | [
"migration environment",
"op directives",
"regression"
] | daniel-butler | 10 |
litestar-org/polyfactory | pydantic | 138 | Enhancement: Add support for "mimesis" as an alternative to faker | Built in support for [`mimesis`](https://github.com/lk-geimfari/mimesis/stargazers) would be nice.
Main motivation is that much of the faker methods such as `get_faker().latitude()` etc aren't typed and result in `Any` types :( | closed | 2023-02-02T12:17:38Z | 2023-04-03T15:17:57Z | https://github.com/litestar-org/polyfactory/issues/138 | [
"enhancement",
"help wanted",
"good first issue"
] | michaeloliverx | 1 |
jupyter-widgets-contrib/ipycanvas | jupyter | 95 | Binder build does not work with Jupyter lab | If I follow the Binder link and then manually switch the URL to lab
`https://notebooks.gesis.org/binder/jupyter/user/martinrenou-ipycanvas-w7kg97yf/lab`
the Jupyter Lab user interface starts and prompts for a rebuild. After
the rebuild and restart the canvas does not work. I see this in the image demo:
<img... | open | 2020-05-11T10:20:01Z | 2020-05-11T10:30:29Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/95 | [
"enhancement"
] | AaronWatters | 2 |
widgetti/solara | fastapi | 264 | Getting bounds of visible area of an ipyleaflet.Map.element | Hi,
Is it possible to get the bound of a map whenever it changes? Similar to on_zoom or on_center functionality like below.
bound, set_bound = solara.use_state(None)
zoom, set_zoom = solara.use_state(10)
ipyleaflet.Map.element(...
zoom=zoom,
on_zoom = set_zoom,
on_bound_change = set_bound
) | closed | 2023-08-31T13:29:47Z | 2023-09-03T16:08:44Z | https://github.com/widgetti/solara/issues/264 | [] | hkayabilisim | 4 |
piskvorky/gensim | nlp | 3,401 | pip installation of gensim fails using python 3.11.0 on Mac OS X | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2022-11-07T16:02:29Z | 2022-12-06T12:24:44Z | https://github.com/piskvorky/gensim/issues/3401 | [] | davechallis | 2 |
graphql-python/graphene-django | django | 961 | Implementing custom Visitors | I'm trying to make usage of the visitor patterns for a project. Just by declaring a Custom visitor, I can see it being registered but I have no idea how to make it visible to the graphene flow so it get's called and runs my enter/leave methods. any help is appreciated.
Thanks
Edit: This added the wrong label as I... | open | 2020-05-13T16:51:06Z | 2020-09-18T21:14:21Z | https://github.com/graphql-python/graphene-django/issues/961 | [
"question",
"wontfix"
] | rdmrocha | 1 |
blacklanternsecurity/bbot | automation | 1,680 | Masscan command not found | **Describe the bug**
What happened?
Masscan did not run as expected
**Expected behavior**
What was supposed to happen?
Masscan was supposed to run and detect open ports.
**BBOT Command**
bbot -m portscan -t evilcorp.com
**OS, BBOT Installation Method + Version**
OS: Ubuntu, Installation Method: pip, BB... | closed | 2024-08-19T15:42:16Z | 2024-08-26T19:44:15Z | https://github.com/blacklanternsecurity/bbot/issues/1680 | [
"bug"
] | TheFunky1Markimark | 5 |
horovod/horovod | tensorflow | 2,946 | the reference Dockerfile is not find |
To streamline the installation process on GPU machines, we have published the reference Dockerfile so you can get started with Horovod in minutes. The container includes Examples in the /examples directory.
Pre-built Docker containers with Horovod are available on DockerHub.
Building
Before building, you can m... | closed | 2021-05-29T07:15:45Z | 2021-06-03T17:35:26Z | https://github.com/horovod/horovod/issues/2946 | [
"enhancement"
] | xxyp | 1 |
tflearn/tflearn | data-science | 951 | Save model and load it on another model with same structure | I have two DNN-models with the same structure and they are trained independently, but I want to transfer the weights of the first model to the second model at runtime.
```
import tflearn
from tflearn.layers.core import input_data, fully_connected
from tflearn.layers.estimator import regression
#import copy
... | open | 2017-11-05T17:13:42Z | 2017-11-07T06:28:13Z | https://github.com/tflearn/tflearn/issues/951 | [] | TheRealfanibu | 1 |
marimo-team/marimo | data-science | 3,640 | SQL Engines break base duckdb from df | ### Describe the bug
Hmm, ran into a new issue with engines when trying to update the md docs.
````md
```sql {.marimo}
SELECT GREATEST(a, b), SQRT(c) from {random_numbers}
```
```sql {.marimo query="random_numbers"}
SELECT i AS id,
random() AS a,
random() AS b,
random() AS c
FROM range(1,101) i;... | closed | 2025-01-31T19:04:34Z | 2025-01-31T22:36:47Z | https://github.com/marimo-team/marimo/issues/3640 | [
"bug"
] | dmadisetti | 3 |
huggingface/pytorch-image-models | pytorch | 1,723 | [FEATURE] Python 3.11 support | **Is your feature request related to a problem? Please describe.**
PyTorch 2.0 was released yesterday, adding Python 3.11 support. However, the latest release of timm does not yet support Python 3.11 (#1530).
**Describe the solution you'd like**
I hate to be that guy, but could we get a new release soon that i... | closed | 2023-03-16T21:34:05Z | 2023-03-24T01:07:18Z | https://github.com/huggingface/pytorch-image-models/issues/1723 | [
"enhancement"
] | adamjstewart | 6 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 705 | [FEATURE]: Job Suitability Const | ### Feature summary
Job Suitability Const
### Feature description
Instead of hard coding the job suitability requirement to 7, I'll change it to a const in the appconfig which will allow users to set this how they like
### Motivation
tunability
### Alternatives considered
I think this already is the alternative... | closed | 2024-11-01T22:38:23Z | 2024-11-07T00:42:42Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/705 | [
"enhancement"
] | FrancescoVassalli | 2 |
aio-libs/aiomysql | sqlalchemy | 64 | Ping should not ignore CancelledError | This part:
``` Python
try:
yield from self._execute_command(COMMAND.COM_PING, "")
yield from self._read_ok_packet()
except Exception:
```
In ping function will result in strange behavior on cancelling coroutine. CancelledError should be propagated outside of this try/except wit... | open | 2016-02-16T15:17:17Z | 2022-01-13T01:01:15Z | https://github.com/aio-libs/aiomysql/issues/64 | [
"bug"
] | tvoinarovskyi | 0 |
Lightning-AI/pytorch-lightning | pytorch | 20,053 | Can I nest LightningModules inside child modules? | ### Bug description
Suppose I have a `LightningModule` (parent) that contains a `nn.Module` (child), which in turn contains another `LightningModule` (grandchild). Calling `.log` inside the `LightningModule` (the grandchild) results in the following warning:
> You are trying to `self.log()` but the `self.trainer` ref... | open | 2024-07-05T15:53:34Z | 2024-07-09T02:27:20Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20053 | [
"question",
"lightningmodule",
"ver: 2.2.x"
] | jackdent | 4 |
lensacom/sparkit-learn | scikit-learn | 77 | Poor performances | Hi to all!
I just started to deep into spark machine learning, coming from scikit-learn. I tried to fit a linear SVC from scikit-learn and sparkit-learn. Splearn is remaining slower than scikit. How is this possible? (I am attaching my code and results)
import time as t
from sklearn.datasets import make_classifica... | closed | 2017-06-16T14:19:51Z | 2017-10-09T12:52:37Z | https://github.com/lensacom/sparkit-learn/issues/77 | [] | orfi2017 | 3 |
dnouri/nolearn | scikit-learn | 154 | Prevent Layers from being named `max` or `batch` | Prevent Layers from being named `max` or `batch` as these will conflict with NN params.
| open | 2015-09-21T23:23:01Z | 2015-09-21T23:23:01Z | https://github.com/dnouri/nolearn/issues/154 | [] | cancan101 | 0 |
skypilot-org/skypilot | data-science | 4,421 | [Core] Failure in pytorch distributed training code failed to get a job into FAILED state | <!-- Describe the bug report / feature request here -->
A user reported that although their distributed training code failed due to NCCL error on worker node, SkyPilot does not set the job in FAILED state.
<!-- If relevant, fill in versioning info to help us troubleshoot -->
_Version & Commit info:_
* `sky -v... | open | 2024-11-27T02:21:16Z | 2024-12-19T23:08:43Z | https://github.com/skypilot-org/skypilot/issues/4421 | [
"triage"
] | Michaelvll | 1 |
littlecodersh/ItChat | api | 346 | 请问itchat是否有消息撤回的接口? | 我用itchat发消息已经成功了,但是我有一个需求,有时候需要把itchat已经发出去的消息撤回,请问有没有撤回接口?
补充:
```python
@itchat.msg_register(NOTE)
def msg_back(msg):
e = xml.etree.ElementTree.fromstring(msg['Content'].encode('utf8'))
for oldmsgid in e.findall("./revokemsg/oldmsgid"):
print oldmsgid.text
```
已经能获得希望撤回消息的ID了,但是不清楚调用什么方法能... | closed | 2017-05-04T13:05:04Z | 2017-06-09T03:02:45Z | https://github.com/littlecodersh/ItChat/issues/346 | [
"question"
] | zhongwf | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 332 | Anyone willing to pick this up? | It's always sad when a really cool open source project gets abandoned to go commercial. Is there anyone else who is willing to pick this up and keep it going? | closed | 2020-04-29T15:33:19Z | 2020-07-04T19:41:48Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/332 | [] | nmcbride | 27 |
pandas-dev/pandas | data-science | 61,010 | PERF: bottleneck in `where()` | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this issue exists on the main branch of pandas.
### Reproducible Examp... | closed | 2025-02-26T09:47:27Z | 2025-02-28T18:23:02Z | https://github.com/pandas-dev/pandas/issues/61010 | [
"Performance",
"Needs Triage"
] | auderson | 5 |
google-deepmind/graph_nets | tensorflow | 128 | Is there relationship between model and form of base graph? | Hi, I'm interested in your novel work.
I tried to change some condition in 'demo/physics.ipynb'.
I wonder whether it also predict velocity well when I change initial position of spring.
For example, I changed that the only first mass is fixed in function 'base_graph'.(it means the last mass is not fixed.)
And I ad... | open | 2020-10-04T15:02:00Z | 2020-10-06T16:59:01Z | https://github.com/google-deepmind/graph_nets/issues/128 | [] | cheezzjazz | 2 |
ultralytics/yolov5 | deep-learning | 13,508 | A problem about calculating confusion matrices | ### Search before asking
- [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
in yolov5/utils/metics.py
class ConfusionMatrix:
"""Generates and visualizes a confusion matrix for evaluating object de... | open | 2025-02-12T01:58:28Z | 2025-02-16T19:01:55Z | https://github.com/ultralytics/yolov5/issues/13508 | [
"bug",
"detect"
] | SwustLiC | 3 |
davidsandberg/facenet | tensorflow | 503 | Error while generating embeddings | Hello,
I got this error while generating embeddings:
```
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\gengstah\Anaconda3\envs\facenet\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Users\gengstah\Anaconda3\envs\facenet\lib\threading.py", line 8... | closed | 2017-10-27T06:54:47Z | 2017-10-27T11:13:23Z | https://github.com/davidsandberg/facenet/issues/503 | [] | gengstah | 1 |
iperov/DeepFaceLab | machine-learning | 5,336 | how to create a new project? | Does I need create a new folder and copy **_internal** folder with all .bat files to the new created folder?
Is this the right way to do it?
| closed | 2021-05-24T11:16:47Z | 2023-06-09T16:11:40Z | https://github.com/iperov/DeepFaceLab/issues/5336 | [] | chshouyu | 2 |
robinhood/faust | asyncio | 637 | The point of using concurrency on agents? | Although in some cases it is a possibility that agents/processors have some I/O wait cycles (like a disk write etc.), In general, I feel they involve computation and hence are mostly CPU bound. In such a case, is the concurrency parameter of much use? Especially since all agents run in a single thread.
Would it not be... | open | 2020-08-21T10:41:48Z | 2020-08-25T13:12:31Z | https://github.com/robinhood/faust/issues/637 | [] | CowBoy4mH3LL | 3 |
serengil/deepface | deep-learning | 454 | GPU Configuration | Dear Shefik,
Can you please recommend the GPU hardware configuration for ArcFace & retina-face detector?
Also how to activate using GPU in the code?
Thanks | closed | 2022-04-12T16:08:09Z | 2022-04-15T20:58:34Z | https://github.com/serengil/deepface/issues/454 | [
"question"
] | shafichoudhary | 1 |
adbar/trafilatura | web-scraping | 379 | Doesn't seem to work with recent charset-normalizer | I get an error when I use trafilatura with version 3.1.0 of this package charset-normalizer, but reverting to v2.0.4 seems to work fine | closed | 2023-06-20T18:56:06Z | 2023-06-22T07:43:29Z | https://github.com/adbar/trafilatura/issues/379 | [
"feedback"
] | Stevod | 2 |
fugue-project/fugue | pandas | 201 | [FEATURE] Dask repartitioning improvement | **Describe the solution you'd like**
Let's see how we can make even repartition happen on dask
| closed | 2021-05-09T17:29:42Z | 2021-05-10T21:03:21Z | https://github.com/fugue-project/fugue/issues/201 | [
"enhancement",
"dask"
] | goodwanghan | 0 |
onnx/onnxmltools | scikit-learn | 233 | Unsufficient error handling in save_model | `onnxmltools.save_model` does not seem to raise exceptions on incorrect input.
**Example**
```py
import onnxmltools
model = None
onnxmltools.save_model(model, './estimator.onnx')
```
**Expected result**
A Python exception with a message mentioning that `model` is not a valid onnxml model.
**Actua... | closed | 2019-02-08T17:09:43Z | 2019-02-19T21:25:38Z | https://github.com/onnx/onnxmltools/issues/233 | [] | rth | 1 |
SYSTRAN/faster-whisper | deep-learning | 189 | Lower the host memory footprint? | Running a the small model only takes up about 1.32gb on my GPU but 2.7gb on my host machines's normal memory. Any thoughts on how to reduce normal memory footprint?
Thanks! | closed | 2023-04-27T22:44:55Z | 2023-05-04T18:12:58Z | https://github.com/SYSTRAN/faster-whisper/issues/189 | [] | daxaxelrod | 1 |
vitalik/django-ninja | rest-api | 1,160 | [BUG] `ModelSchema` produces `id > (integer | null)` openapi | **Describe the bug**
Having this model definition:
```python
class MyModel(ModelSchema):
class Meta:
model = MyModel
fields = ["id"]
```
Produces next definition on Swagger: `id > (integer | null)`.
However this definition:
```python
class MyModel(ModelSchema):
id: int
... | open | 2024-05-10T09:45:42Z | 2025-02-21T19:36:23Z | https://github.com/vitalik/django-ninja/issues/1160 | [] | viktorvsk | 2 |
wagtail/wagtail | django | 12,848 | Update TypedTableBlock.normalize to return empty TypedTable for None | Follow-up to #12808, to be picked up after #12827 is fixed.
As per https://github.com/wagtail/wagtail/pull/12808#discussion_r1943446266 - methods such as `get_prep_value` and `clean`, which accept block-native values, currently have the logic:
if value:
iterate over table contents
else:
treat ... | open | 2025-02-05T18:46:52Z | 2025-02-21T07:19:48Z | https://github.com/wagtail/wagtail/issues/12848 | [
"type:Cleanup/Optimisation",
"component:Streamfield"
] | gasman | 2 |
fugue-project/fugue | pandas | 421 | [FEATURE] Add the namespace concept to Fugue extensions | Fugue has very flexible ways to parse custom extensions expressions. We are working with more partners to enable their extensions for Fugue SQL, so there should be a more standard way to host extensions provided by different partners.
We should use a `Tuple[str,Any]` to represent such extensions, where the first ele... | closed | 2023-01-22T23:00:11Z | 2023-02-16T07:49:18Z | https://github.com/fugue-project/fugue/issues/421 | [
"enhancement",
"core feature"
] | goodwanghan | 0 |
streamlit/streamlit | data-visualization | 10,775 | Support `use_container_width=False` in `st.table()` | ### 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
I would like to have the option `st.table(df, use_container_width=False)`.
### Why?
I appreciate the `use_c... | open | 2025-03-14T02:12:31Z | 2025-03-14T02:29:46Z | https://github.com/streamlit/streamlit/issues/10775 | [
"type:enhancement",
"feature:st.table"
] | JosephMarinier | 1 |
sinaptik-ai/pandas-ai | data-science | 782 | PandaAI With AzureOpenAI | Hello everyone , Can anyone please tell me how to resolve the below error

I have tried it many times , If anyone of you tried and generating the graphs using azureopenai , Could you please share the prompts you ha... | closed | 2023-11-27T06:57:01Z | 2024-06-01T00:20:59Z | https://github.com/sinaptik-ai/pandas-ai/issues/782 | [] | sumeet-cresen | 14 |
deezer/spleeter | tensorflow | 350 | Feature Request/Suggestion: Audience Track | Possible to learn feedback from Audience such a cheers. whistles and clapping and isolate to its own track | closed | 2020-04-27T15:29:07Z | 2020-06-12T15:18:41Z | https://github.com/deezer/spleeter/issues/350 | [
"enhancement",
"feature"
] | kylemj89 | 2 |
python-restx/flask-restx | flask | 454 | Werkzeug 2.1.2 Did not attempt to load JSON data | ### **Code**
```python
from flask import Flask
from flask_restx import Api, Resource
from werkzeug.middleware.proxy_fix import ProxyFix
app = Flask(__name__)
app.wsgi_app = ProxyFix(app.wsgi_app)
api = Api(
app,
version="1.0",
title="Foo",
description="A simple foo",
)
ns = api.namespac... | open | 2022-07-14T15:28:37Z | 2025-01-16T04:35:35Z | https://github.com/python-restx/flask-restx/issues/454 | [
"bug"
] | jbmoorhouse | 6 |
iperov/DeepFaceLab | deep-learning | 5,201 | Head extraction size | ## Expected behavior
Extract head aligned with more tight crop of the head for frontal shots, so we can use lower model resolution and faster training, rather than trying to compensate with higher res.
## Actual behavior
Frontal aligned are extracted at 40% of aligned frame, so there is ~60% of frame resolutio... | closed | 2020-12-15T14:48:11Z | 2023-06-08T22:39:54Z | https://github.com/iperov/DeepFaceLab/issues/5201 | [] | zabique | 5 |
tox-dev/tox | automation | 3,456 | Missing environment variable doesn't throw an error in Tox 4+ | ## Issue
Per the documentation, a missing environment variable should throw an error: https://tox.wiki/en/latest/config.html#environment-variable-substitutions. However, this doesn't seem to the be the case in tox 4+ - the value is just retrieved as an empty string.
## Environment
Provide at least:
- OS: m... | closed | 2024-12-05T23:14:16Z | 2025-02-15T18:20:36Z | https://github.com/tox-dev/tox/issues/3456 | [] | plondino | 2 |
sgl-project/sglang | pytorch | 4,312 | Trouble with Install | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | open | 2025-03-11T14:11:13Z | 2025-03-11T19:41:33Z | https://github.com/sgl-project/sglang/issues/4312 | [] | cdtennant | 1 |
xlwings/xlwings | automation | 1,617 | Settings hierarchy overrides empty values | If you have an `xlwings.conf` sheet with all settings in there, empty values get overridden if you have them specified further down in the hierarchy (e.g. in a user config file). For example:
sheet
```
Conda Path | (empty)
```
user config file
```
"Conda Path","C:\some\path"
```
Will use `C:\some\path` ... | closed | 2021-06-11T07:56:25Z | 2021-06-15T08:13:03Z | https://github.com/xlwings/xlwings/issues/1617 | [
"bug"
] | fzumstein | 0 |
jina-ai/serve | fastapi | 5,916 | Streaming for gRPC for Deployment | closed | 2023-06-19T13:01:35Z | 2023-07-25T10:07:37Z | https://github.com/jina-ai/serve/issues/5916 | [] | alaeddine-13 | 0 | |
deezer/spleeter | deep-learning | 884 | Cannot do `poetry add spleeter` due to `tensorflow-io-gcs-filesystem` error | - [✅] I didn't find a similar issue already open.
- [✅] I read the documentation (README AND Wiki)
- [✅ ] I have installed FFMpeg
- [✅ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
If I run `poetry add spleeter` I get the f... | open | 2023-12-06T15:42:50Z | 2023-12-06T15:43:51Z | https://github.com/deezer/spleeter/issues/884 | [
"bug",
"invalid"
] | codeananda | 0 |
widgetti/solara | jupyter | 756 | GridDraggable not working on colab | see #323 | open | 2024-08-28T09:02:52Z | 2024-09-02T07:35:29Z | https://github.com/widgetti/solara/issues/756 | [] | maartenbreddels | 3 |
sktime/sktime | scikit-learn | 7,228 | [BUG] `DartsRegressionModel` can not be used if `u8darts` is not installed even if `darts` is installed | In `darts` adapter, `u8darts` is mentioned as the dependency since it has smaller dependency set than full `darts`. But `darts` is a proper superset of `u8darts` and both gets imported as `import darts` only. Therefore as a user if I have `darts` installed, my expectation is I should be able to use `DartsRegressionMode... | closed | 2024-10-05T19:50:02Z | 2025-03-22T15:52:10Z | https://github.com/sktime/sktime/issues/7228 | [
"bug",
"module:forecasting"
] | yarnabrina | 20 |
RayVentura/ShortGPT | automation | 85 | ❓ [Question]: installation error | ### Your Question
<string>:45: RuntimeWarning: Pillow 9.0.0 does not support Python 3.11 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: ... | closed | 2023-08-05T19:35:24Z | 2023-08-06T08:19:03Z | https://github.com/RayVentura/ShortGPT/issues/85 | [
"question"
] | DingSenSong | 3 |
ni1o1/transbigdata | data-visualization | 92 | 采用自定义bounds划分栅格时,出现多余的栅格 | 采用自定义bounds来划分栅格时,划分出来的格子,超过了设置的bounds(图中白色部分)
猜测可能是坐标系的原因?请问area_to_grid的默认坐标系是什么?
代码:
```
grid, params = tbd.area_to_grid(boundary, accuracy=3000, method='rect')
#栅格参数,方形栅格下method参数是rect,代表方形栅格
pprint.pprint(params)
#栅格几何图形
grid.head()
```
输出:
```
{'deltalat': 0.02697963123853744,
'deltalon': ... | open | 2023-11-05T09:30:43Z | 2023-11-06T12:15:54Z | https://github.com/ni1o1/transbigdata/issues/92 | [] | mokeeqian | 2 |
hack4impact/flask-base | flask | 55 | ImportError: No module named faker | do other people get this when setting up? I don't see faker in either of the requirements files
| closed | 2016-10-04T18:45:46Z | 2016-10-05T05:24:05Z | https://github.com/hack4impact/flask-base/issues/55 | [
"bug"
] | yoninachmany | 3 |
jupyter/docker-stacks | jupyter | 1,723 | [BUG] - permission denied error with datascience-notebook | ### What docker image(s) are you using?
datascience-notebook
### OS system and architecture running docker image
Fedora CoreOS 35
### What Docker command are you running?
Whatever is the default in Zero To JupyterHub version 1.2.0...
### How to Reproduce the problem?
1. Launch an R server using the `datascience-... | closed | 2022-06-13T17:16:00Z | 2022-09-27T10:28:31Z | https://github.com/jupyter/docker-stacks/issues/1723 | [
"type:Bug",
"status:Need Info"
] | verdurin | 5 |
dask/dask | pandas | 11,230 | Roundtripping timezone-aware DataFrame through parquet doesn't preserve timestamp resolution | While diagnosing some of the failures we're seeing over in https://github.com/coiled/dask-bigquery/pull/81, I stumbled across an issue with roundtripping timezone-aware timeseries data through parquet with Dask. Here's a minimal reproducer:
```python
import random
import pandas as pd
import dask.dataframe as dd... | closed | 2024-07-16T21:30:09Z | 2024-07-17T16:25:48Z | https://github.com/dask/dask/issues/11230 | [
"dataframe"
] | jrbourbeau | 0 |
lk-geimfari/mimesis | pandas | 644 | Refactor issue templates | Create issue page is misleading:
<img width="784" alt="2019-03-01 12 28 16" src="https://user-images.githubusercontent.com/4660275/53629325-538dd400-3c1e-11e9-802c-8b809fc065fc.png">
What is this "Custom template"? I am not sure that this is a good DX.
And I propose to rename it. | closed | 2019-03-01T09:34:41Z | 2019-03-01T10:17:43Z | https://github.com/lk-geimfari/mimesis/issues/644 | [
"bug",
"docs"
] | sobolevn | 1 |
voxel51/fiftyone | computer-vision | 5,079 | [BUG] CloseSession Event is never triggered on Chrome and Firefox | With **FiftyOne 1.0.1** on my **Windows 10** with **Python 3.10** I want to continue my script after closing the browser session. Unfortunately, the `CloseSession` event is never triggered, hence `session.wait(1)` waits forever.
### Code to reproduce issue
**Chrome v130.0.6723.117** is set to *default browser* w... | open | 2024-11-08T09:43:38Z | 2025-01-22T02:13:55Z | https://github.com/voxel51/fiftyone/issues/5079 | [
"bug"
] | JRGit4UE | 1 |
httpie/cli | api | 1,577 | JSON properties are shuffled | Hi,
I just execute this:
```
http http://localhost:9021/api/development
```
And i get this output:
```
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Sun, 19 May 2024 10:58:34 GMT
Server: Kestrel
Transfer-Encoding: chunked
[
{
"allowedIps": null,
"config... | closed | 2024-05-19T11:00:16Z | 2024-10-30T10:53:37Z | https://github.com/httpie/cli/issues/1577 | [
"bug",
"new"
] | imclint21 | 5 |
charlesq34/pointnet | tensorflow | 73 | How can I use the model I trained before to test a picture I took in the real world ? | How can I use the model I trained before to test a picture I took in the real world ? | open | 2018-01-24T14:36:17Z | 2021-09-02T08:56:52Z | https://github.com/charlesq34/pointnet/issues/73 | [] | Bigwode | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,892 | After call NeighborLoader my file logger prints in console | ### 🐛 Describe the bug
After call bellow, my file logger outputs to console, and changed the log format. Except that all fine. Could you tell me it is bug or i did wrong?
### Versions
```
train_loader = NeighborLoader(
dataset._data,
num_neigh... | open | 2024-12-26T06:13:59Z | 2024-12-28T19:21:19Z | https://github.com/pyg-team/pytorch_geometric/issues/9892 | [
"bug",
"loader"
] | munkhbuyan | 3 |
python-gino/gino | sqlalchemy | 648 | sssssssssssssssssssssssssss | * GINO version:
* Python version:
* asyncpg version:
* aiocontextvars version:
* PostgreSQL version:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
### What I Did
```
Paste the command(s) you ran and the output.
If t... | closed | 2020-04-05T07:33:51Z | 2020-04-05T15:52:15Z | https://github.com/python-gino/gino/issues/648 | [] | reinoldus | 2 |
Lightning-AI/LitServe | api | 218 | Decorator design for `LitServer` | Hello there! Great release. Just dropping in to suggest a stylistic refactor. Let me know what you think 😄
## 🚀 Feature
Provide a decorator/pythonic pattern to instantiate your API Server.
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.... | closed | 2024-08-23T13:11:32Z | 2024-08-23T15:57:37Z | https://github.com/Lightning-AI/LitServe/issues/218 | [
"enhancement",
"help wanted"
] | baggiponte | 1 |
iterative/dvc | machine-learning | 9,843 | stage environment | Passing of dependencies and outputs to a dvc process requires a quite a bit of boilerplate at the moment.
```yaml
stage:
train:
cmd: >
python -m stages.train \
--training-data=data/training.json \
--validation-data=data/validation.json \
--model model/model.joblib \
--me... | open | 2023-08-15T11:49:04Z | 2023-08-16T09:36:17Z | https://github.com/iterative/dvc/issues/9843 | [
"feature request",
"discussion",
"A: templating"
] | janrito | 3 |
huggingface/diffusers | deep-learning | 10,107 | gradient checkpointing runs during validations in the training examples | ### Describe the bug
The gradient checkpointing is enabled via self.training, but then the log_validations also unnecessarily encounter this codepath.
I found that I have to disable this when running even under `torch.no_grad()`, looked and saw that the official examples do not do this either.
This gives a sub... | closed | 2024-12-03T22:10:25Z | 2025-01-03T16:01:36Z | https://github.com/huggingface/diffusers/issues/10107 | [
"bug",
"stale"
] | bghira | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.