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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
KaiyangZhou/deep-person-reid | computer-vision | 74 | Could you please share some hyperparameters for Resnet-50 in several datasets? | I am really grateful towards your project and I am just starting Person-Reid Project as a fresh man.
However, except some setting you shared or default settings, the Models(Resnet50) I tranined have a great distances worse than benchmark.
Could please share the hyperparameters of Resnet50 with xent loss in Marke... | closed | 2018-10-29T06:48:25Z | 2018-11-11T17:38:23Z | https://github.com/KaiyangZhou/deep-person-reid/issues/74 | [] | wzziqian | 6 |
psf/requests | python | 6,228 | Explain the status and the future of the library (in PR template, README, docs site) | Attempting to file a new feature request shows the text:
> Requests is not accepting feature requests at this time.
Fair enough, there must be reason for that (e.g. lack of maintainers).
However, maybe explain a bit more - if new features are not accepted, what is the future of the library in general? You coul... | open | 2022-09-03T15:12:06Z | 2023-04-06T19:38:02Z | https://github.com/psf/requests/issues/6228 | [] | tuukkamustonen | 3 |
aiortc/aioquic | asyncio | 170 | Creating Multiple streams from Client | What I see in the current implementation is when you create a stream from the client-side by calling:
https://github.com/aiortc/aioquic/blob/c99b43f4c7a1903e9ab2431932395bb7e0b29232/src/aioquic/asyncio/protocol.py#L63-L75
You get the stream_id and create a reader, writer object, however, you don't create a new entr... | closed | 2021-03-09T16:35:58Z | 2022-08-09T16:58:49Z | https://github.com/aiortc/aioquic/issues/170 | [
"stale"
] | dimitsqx | 3 |
statsmodels/statsmodels | data-science | 8,752 | I wrote a customized state space class but could not figure out the error. Please help. | Statsmodels - 0.14.0.dev535
@ChadFulton Could you please help me with this error? Thanks!
```
ValueError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_46580/847275192.py in <module>
----> 1 two_factor_fit = two_factor_mod.fit()
~\Anaconda3\envs\new_base\lib\si... | open | 2023-03-22T07:15:49Z | 2023-03-22T22:38:23Z | https://github.com/statsmodels/statsmodels/issues/8752 | [
"comp-tsa-statespace",
"question"
] | YueHaiming | 4 |
CPJKU/madmom | numpy | 443 | TempoDetector batch processing hangs on bad input | ### Expected behaviour
Run
tempodetector --mirex batch 105247.mp3
It should finish processing, no matter what.
The attached test file is from [FMA_medium](https://github.com/mdeff/fma).
### Actual behaviour
It prints a message that the file could not be read (which is correct), but then simply hangs... | closed | 2019-07-29T06:47:38Z | 2019-07-29T07:49:15Z | https://github.com/CPJKU/madmom/issues/443 | [] | hendriks73 | 0 |
graphql-python/graphene | graphql | 769 | Cannot make optional mutation argument | According to the docs args are optional by default:
```python
class RechargeSim(graphene.Mutation):
class Arguments:
msisdn = graphene.String(required=True)
network_id = graphene.String(required=True)
product_id = graphene.String()
airtime_amount = graphene.Float()
```
... | closed | 2018-06-14T08:51:32Z | 2020-05-05T15:54:41Z | https://github.com/graphql-python/graphene/issues/769 | [] | lee-flickswitch | 7 |
waditu/tushare | pandas | 1,387 | huobi数字货币分钟 btc数据为空 | 接口:coin_bar
火币报错,okex 有数据
start_date='2020-04-01 00:00:01',
end_date='2020-04-22 19:00:00' 火币这个日期也没有数据。
ID:376461 | open | 2020-06-29T08:10:04Z | 2020-06-29T08:10:04Z | https://github.com/waditu/tushare/issues/1387 | [] | Jackyxiaocc | 0 |
BeanieODM/beanie | pydantic | 421 | [BUG] `save_changes()` doesn't throw an error when document doesn't exists | **Describe the bug**
In 1.11.9 state was changed and always defaults being not None, instead it got a dict with the default values. This causes `check_if_state_saved` to never throw an error.
`save_changes` on a new created document that isn't saved in the database silently does nothing.
**To Reproduce**
```pyt... | closed | 2022-11-16T13:09:20Z | 2023-01-04T02:30:38Z | https://github.com/BeanieODM/beanie/issues/421 | [
"Stale"
] | Luc1412 | 4 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 210 | The model runs independently, which can increase the speed!! | As we all know, the project is divided into four steps. When I run the model of each step independently, the speed is significantly improved. | closed | 2021-12-24T09:53:44Z | 2022-02-25T11:01:12Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/210 | [] | davaram | 1 |
SYSTRAN/faster-whisper | deep-learning | 712 | Question about Tensor Input Size Changes in Version 1.0.0 | Hello developers.
I appreciate all your efforts to improve this software.
Now, I noticed that the transcription behavior has changed a lot in version 1.0.0.
I found out that the size of the Tensor input to the model is different. In other words, encode output is different from the previous one, so the result of ... | closed | 2024-02-24T01:47:00Z | 2024-11-14T13:48:55Z | https://github.com/SYSTRAN/faster-whisper/issues/712 | [] | kale4eat | 4 |
jina-ai/clip-as-service | pytorch | 614 | How can I run the server from source rather than install from PyPi? | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [x] D... | open | 2020-12-21T22:40:19Z | 2021-04-14T10:33:48Z | https://github.com/jina-ai/clip-as-service/issues/614 | [] | teaxio | 2 |
OpenBB-finance/OpenBB | machine-learning | 6,777 | [🕹️] Write a Article Comparing OpenBB and Other Financial Tools | ### What side quest or challenge are you solving?
Write a Article Comparing OpenBB and Other Financial Tools
### Points
300
### Description
15-October-2024 by Neha Prasad » https://nehaprasad27118.medium.com/openbb-vs-proprietary-financial-tools-the-case-for-open-source-in-finance-9563320ff4cd:
### Provide proof ... | closed | 2024-10-15T06:45:59Z | 2024-10-20T19:01:33Z | https://github.com/OpenBB-finance/OpenBB/issues/6777 | [] | naaa760 | 8 |
healthchecks/healthchecks | django | 527 | Make monitoring of healthchecks.io easier by instrumenting metrics / traces. | Hi, I would like to instrument healthchecks.io with proper metrics (i.e. tracking http requests duration, status codes, etc...). So we monitoring of the app in production is a lot easier. Ideally using which supports also traces. https://opentelemetry.io/docs/python/ | closed | 2021-06-15T07:10:14Z | 2021-06-15T07:32:15Z | https://github.com/healthchecks/healthchecks/issues/527 | [] | jmichalek132 | 0 |
babysor/MockingBird | pytorch | 60 | 补充教程 | closed | 2021-08-28T00:29:54Z | 2021-08-29T12:05:14Z | https://github.com/babysor/MockingBird/issues/60 | [] | babysor | 0 | |
voila-dashboards/voila | jupyter | 687 | Error setting template paths; Voila fails to render | I'm running Voila to serve a dashboarding notebook to users via Jupyter Hub, using a proxy configuration as follows:
`c.ServerProxy.servers = { 'voila':
{ 'command': ['voila', '--debug', '--enable_nbextensions=True', '--MappingKernelManager.cull_interval=60', '--MappingKernelManager.cull_idle_timeout=120',... | closed | 2020-08-31T18:29:19Z | 2020-09-02T16:48:52Z | https://github.com/voila-dashboards/voila/issues/687 | [] | dschofield | 1 |
dpgaspar/Flask-AppBuilder | rest-api | 1,446 | CGI Generic SQL Injection (blind) | If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
### Environment
Flask-Appbuilder version: `2.1.9`
### Describe the expected results
I am using Superset with Flask-AppBuilder with version stated above. While doing some scanni... | closed | 2020-07-28T01:16:34Z | 2020-10-01T10:13:59Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1446 | [
"question"
] | syazshafei | 5 |
Yorko/mlcourse.ai | plotly | 720 | Data for assignment 4 | Thanks for the course. I've been working my way through it via cloning the repo off of Github. I can't seem to find the data set for assignment 4 on sarcasm detection. If it is indeed included, apologies; if not, how would you suggest to get it? Via Kaggle or some other means? Thanks again. | closed | 2022-09-12T19:22:28Z | 2022-09-13T23:01:54Z | https://github.com/Yorko/mlcourse.ai/issues/720 | [] | jonkracht | 1 |
CorentinJ/Real-Time-Voice-Cloning | python | 866 | File Could not find | what about the file "vox1_meta.csv" | closed | 2021-10-07T04:36:22Z | 2021-10-07T05:16:57Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/866 | [] | xynulgm6020 | 1 |
NullArray/AutoSploit | automation | 837 | Divided by zero exception107 | Error: Attempted to divide by zero.107 | closed | 2019-04-19T16:01:23Z | 2019-04-19T16:37:35Z | https://github.com/NullArray/AutoSploit/issues/837 | [] | AutosploitReporter | 0 |
polakowo/vectorbt | data-visualization | 603 | imageio: fps no longer supported, use duration instead | https://github.com/polakowo/vectorbt/blob/8c040429ac65d43ea431dc2789bf4787dd103533/vectorbt/utils/image_.py#LL74C1-L74C72
Clearly `vbt.save_animation` is still using `fps` as argument in `imageio.get_writer`, which doesn't support `fps` anymore,
One quick fix should be changing this line to
`with imageio.get_wri... | closed | 2023-06-04T10:31:54Z | 2024-03-16T10:45:28Z | https://github.com/polakowo/vectorbt/issues/603 | [] | xtfocus | 2 |
automl/auto-sklearn | scikit-learn | 1,650 | [Question] Opinions on including SplineTransformer as feature preprocessing step | I was wondering if there were any plans of bringing the [SplineTransformer() preprocessor](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html) into `auto-sklearn` (it became available in `sklearn` in a newer version that what is currently being used). I have been testing it r... | closed | 2023-03-16T18:06:37Z | 2023-04-17T21:30:28Z | https://github.com/automl/auto-sklearn/issues/1650 | [] | MrKevinDC | 2 |
plotly/dash | jupyter | 2,677 | Dash.run return url with 404 when calling JupyterDash.infer_jupyter_proxy_config() | Hello,
I'm migrating several Jupyter Notebooks using dash.
It used to rely on https://pypi.org/project/jupyter-plotly-dash/ and I upgraded all python librairies and migrating in miniforge environment.
The notebooks are distributed through a jupyterhub, behind nginx as reverse proxy. Both nginx and jupyterhub are ... | closed | 2023-10-27T16:34:35Z | 2025-03-20T09:18:48Z | https://github.com/plotly/dash/issues/2677 | [
"bug",
"P3"
] | ferdinandbayard | 2 |
vllm-project/vllm | pytorch | 14,651 | [Usage]: how to cache the lora adapter in memory | ### Your current environment
I want to build a multi-lora service, but the following code seems to reload the Lora adapter every time
```python
class LoraModule(BaseModel):
name: str
path: str
class UserRequest(BaseModel):
lora_module: list[LoraModule]
question: str
@app.post("/")
async def multi_l... | closed | 2025-03-12T02:23:40Z | 2025-03-12T05:49:53Z | https://github.com/vllm-project/vllm/issues/14651 | [
"usage"
] | estuday | 1 |
deepset-ai/haystack | nlp | 8,953 | Use new utility method `select_streaming_callback` in all ChatGenerators | As we have added `run_async` methods to our ChatGenerators we brought over a useful utility method https://github.com/deepset-ai/haystack/blob/209e6d5ff0f30f0be1774045de2491272bd2bdc2/haystack/dataclasses/streaming_chunk.py#L32-L34
which checks the compatibility of the streaming callback with the async or non-async run... | open | 2025-03-04T08:24:24Z | 2025-03-21T07:01:46Z | https://github.com/deepset-ai/haystack/issues/8953 | [
"P2"
] | sjrl | 0 |
ultralytics/ultralytics | machine-learning | 19,082 | nms=true for exporting to onnx | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
i get this error
```
(yolo) root@workstation-016:/mnt/4T/Tohidi/object_detector_service# yolo ex... | closed | 2025-02-05T12:00:05Z | 2025-02-06T02:43:54Z | https://github.com/ultralytics/ultralytics/issues/19082 | [
"bug",
"fixed",
"exports"
] | mohamad-tohidi | 2 |
paperless-ngx/paperless-ngx | django | 8,811 | [BUG] Process mail doesn't work as non-superuser | ### Description
I tried the now Process Mail button as added with v2.14.
https://github.com/paperless-ngx/paperless-ngx/pull/8466
- It works when the button is pressed by a superuser.
- It doesn't work when it's pressed by a non-superuser (despite having admin and all mail permissions).
It shows an 403 Forbidden err... | closed | 2025-01-19T15:26:24Z | 2025-02-19T03:07:47Z | https://github.com/paperless-ngx/paperless-ngx/issues/8811 | [
"not a bug"
] | alexhk | 6 |
dask/dask | numpy | 11,701 | `bind` parameter for preserving keys of the regenerated nodes | The docstring of [bind](https://docs.dask.org/en/stable/graph_manipulation.html#dask.graph_manipulation.bind) mentions regarding the `returns`:
> The keys of the regenerated nodes will be different from the original ones, so that they can be used within the same graph.
As mentioned in https://github.com/dask/dask/issu... | closed | 2025-01-25T18:16:46Z | 2025-01-27T19:04:57Z | https://github.com/dask/dask/issues/11701 | [
"needs triage"
] | gsakkis | 7 |
Yorko/mlcourse.ai | plotly | 703 | patreon payment | Hi, I paid the $17 for the bonus assignment, but I have no way to access it. Please help. | closed | 2022-03-16T08:40:31Z | 2022-03-16T19:07:14Z | https://github.com/Yorko/mlcourse.ai/issues/703 | [] | vahuja4 | 1 |
davidsandberg/facenet | computer-vision | 808 | The extracted feature is not the same when run validate code twice | Hi, David,
Thanks a lot for sharing this repo, I notice that when extract the feature on lfw, the feature is not the same on when I run the code twice, could you please tell me how this happened? should I crop the image size as a certain size? | open | 2018-07-09T18:05:23Z | 2018-07-09T18:05:23Z | https://github.com/davidsandberg/facenet/issues/808 | [] | xingdi1990 | 0 |
ploomber/ploomber | jupyter | 1,088 | Feature Request: Inversion of Control features should be supported in notebooks | We're working on adopting ploomber as our pipeline management technology. In early experimentation, I've found that many of the best inversion of control features of ploomber don't seem to be supported for notebooks. I find this odd because of the amount of attention and ink spent on integrating jupyter notebooks.
E... | open | 2023-03-29T22:58:38Z | 2023-03-30T00:16:27Z | https://github.com/ploomber/ploomber/issues/1088 | [] | marr75 | 3 |
bauerji/flask-pydantic | pydantic | 71 | Raise classical Pydantic ValidationError like FastApi | Hello,
I'm working with this library and I found the option to raise errors (`FLASK_PYDANTIC_VALIDATION_ERROR_RAISE = True`).
I was expecting the same kind of error as in FastAPI/Pydantic combination:
```json
{
"errors":[
{
"loc":[
"query",
"request-mode"
... | open | 2023-04-20T13:09:20Z | 2023-04-20T13:28:55Z | https://github.com/bauerji/flask-pydantic/issues/71 | [] | Merinorus | 1 |
pytorch/pytorch | numpy | 149,302 | Reduce memory consumption in broadcast bmm | ### 🚀 The feature, motivation and pitch
Here is a minimal example, consumes about 66GiB CUDA memory (I guess it may expand `b` to [8192,32,1024,128] before calculation). Is it possible to reduce the memory consumption without expanding?
`a=torch.rand((8192,32,1,1024),dtype=torch.bfloat16,device='cuda:0')`
`b=torch.ra... | closed | 2025-03-17T07:58:39Z | 2025-03-19T07:53:31Z | https://github.com/pytorch/pytorch/issues/149302 | [
"module: cuda",
"module: memory usage",
"triaged",
"module: linear algebra",
"needs design",
"matrix multiplication"
] | zheyishine | 4 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 425 | SearchGraph error while follwing the example | ```
from search_graph import SearchGraph
# Define the prompt and configuration
prompt = "What is Chioggia famous for?"
config = {
"llm": {"model": "gpt-3.5-turbo"}
}
# Create the search graph
search_graph = SearchGraph(prompt, config)
# Run the search graph
result = search_graph.run()
print(resul... | closed | 2024-07-01T11:47:54Z | 2025-02-17T21:28:03Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/425 | [] | dwk601 | 7 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 651 | 训练精度问题 | 博主:
您好!
我用自己的数据去训练U2net,显示“[epoch: 0] val_MAE: 0.067 val_maxF1: 0.000
Epoch: [1] [ 0/48] eta: 0:05:28 lr: 0.000511 loss: 1.3729 (1.3729) time: 6.8397 data: 6.2014 max mem: 3338”
这是什么问题?然后预测的时候预测图全为黑色。
加载数据的时候,可以加载tif格式的数据吗?
感谢您的分享!
期待你的回答! | closed | 2022-09-29T03:07:33Z | 2022-11-20T03:37:28Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/651 | [] | adminmyw | 3 |
FactoryBoy/factory_boy | django | 825 | Providing a `django.mute_signals` like mechanism for SQLAlchemy | #### The problem
SQLAlchemy provides a listener mechanism similar to django signals in order to execute code based on events handler like pre_save or post_save. Some models can be plugged in with this concept and code are executed `before`/`after` `insert/update/delete` events. Sometime, those pieces of code are not r... | open | 2020-12-04T14:03:29Z | 2020-12-04T15:57:06Z | https://github.com/FactoryBoy/factory_boy/issues/825 | [
"Feature",
"SQLAlchemy"
] | moumoutte | 1 |
django-oscar/django-oscar | django | 3,738 | Caching when no search results found - 2.1.1 | I am using python 3.6, oscar 2.1.1 (django 2.2) with haystack + solr 8, cache is memcached 1.6.9. Didnt fork search app. Caching per site is not turned on. Tried to switch to default cache - disable memcached, didnt help. Settings:
```
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.mem... | closed | 2021-07-23T15:25:08Z | 2021-07-29T14:04:05Z | https://github.com/django-oscar/django-oscar/issues/3738 | [] | xplsek03 | 1 |
kynan/nbstripout | jupyter | 98 | Add `--global` option to `--install` to save filter config to `global .gitconfig` | Presently, `nbstripout --install` modifies the repo `.git/config`. This is less portable than saving the path to `nbstripout` and the filters in the user's global `.gitconfig`.
It would be nice to have a command such as:
`nbstripout --install --global --atributes .gitattributes` that created a `.gitattributes` file... | closed | 2019-05-30T20:23:19Z | 2019-07-22T22:53:16Z | https://github.com/kynan/nbstripout/issues/98 | [
"type:enhancement",
"resolution:fixed"
] | jraviotta | 6 |
MagicStack/asyncpg | asyncio | 772 | How to do more than one cleanup task in cancelled state? | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | closed | 2021-06-18T13:36:12Z | 2021-06-19T00:13:19Z | https://github.com/MagicStack/asyncpg/issues/772 | [] | zzzeek | 6 |
jupyterlab/jupyter-ai | jupyter | 1,277 | Chat Interface Throws Error When Model Provider is Ollama but Works in Notebook | ## Description
I'm working on a blogpost on Jupyter AI and I had completed the draft.
Article Draft : https://docs.google.com/document/d/1N59WnVCDOzFX2UdfPW_G-eRet5AkCpNcJGbZ5uXw6HI/edit?usp=sharing
Everything was working seamlessly as can be seen from the screenshots in the article. The Ollama integration in Jupyter... | open | 2025-03-17T18:10:53Z | 2025-03-19T18:40:17Z | https://github.com/jupyterlab/jupyter-ai/issues/1277 | [
"bug"
] | parulnith | 7 |
autokey/autokey | automation | 39 | Migrate wiki from code.google.com archives | closed | 2016-11-08T05:30:24Z | 2016-11-08T06:05:22Z | https://github.com/autokey/autokey/issues/39 | [] | troxor | 1 | |
matterport/Mask_RCNN | tensorflow | 2,502 | Is resizing of the input image done in both training and predicting? | In the hyperparameters, the standard settings for input image resizing are as below:
`IMAGE_RESIZE_MODE = "square"`
`IMAGE_MIN_DIM = 800`
`IMAGE_MAX_DIM = 1024`
I have input images that are 6080x3420, so to my understanding, these are resized to 1024x1024 and padded with zeroes to make a square image. Doe... | open | 2021-03-09T16:39:29Z | 2021-03-09T16:39:29Z | https://github.com/matterport/Mask_RCNN/issues/2502 | [] | TECOLOGYxyz | 0 |
microsoft/nni | deep-learning | 5,161 | hpo 远程问题 | **Describe the issue**:
HPO 远程运行的例子在哪里可以找到呢
**Environment**:
- NNI version:
- Training service (local|remote|pai|aml|etc):
- Client OS:
- Server OS (for remote mode only):
- Python version:
- PyTorch/TensorFlow version:
- Is conda/virtualenv/venv used?:
- Is running in Docker?:
**Configuration**:
-... | closed | 2022-10-15T12:34:32Z | 2022-10-15T12:36:27Z | https://github.com/microsoft/nni/issues/5161 | [] | LS11111 | 0 |
Miserlou/Zappa | django | 1,412 | Set PYTHON_EGG_CACHE for flask apps during init | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
I discovered th... | open | 2018-02-23T01:18:21Z | 2018-03-07T23:42:09Z | https://github.com/Miserlou/Zappa/issues/1412 | [
"bug",
"enhancement"
] | L226 | 2 |
tensorpack/tensorpack | tensorflow | 947 | Multiple-Input Batched Data | I'm trying to feed a RNN+LSTM Network using the `KerasModel` layer, and in my case, I need to use 2 inputs, and get a `Dense(1)` output.
```python
train, test, val = dataset.get('train'), dataset.get('test'), dataset.get('val')
train_ds = BatchData(train, batch_size, use_list=True)
test_ds = BatchData(test, batch... | closed | 2018-10-24T18:08:08Z | 2018-11-27T04:17:21Z | https://github.com/tensorpack/tensorpack/issues/947 | [
"unrelated"
] | brunoalano | 2 |
jmcnamara/XlsxWriter | pandas | 294 | Feature request: Watermark support | Hi,
I was looking in documentation and couldn't find any clue how to set background image in worksheet. I want to add watermark to printed pages. Is this feature supported? If not, maybe any workaround exists?
| closed | 2015-09-01T09:06:05Z | 2021-05-12T09:27:36Z | https://github.com/jmcnamara/XlsxWriter/issues/294 | [
"question",
"ready to close"
] | Valian | 3 |
sczhou/CodeFormer | pytorch | 308 | ModuleNotFoundError: No module named 'facelib' | ```
Traceback (most recent call last):
File "inference_codeformer.py", line 10, in <module>
from facelib.utils.face_restoration_helper import FaceRestoreHelper
ModuleNotFoundError: No module named 'facelib'
```
Then I install the library, but no suitable version is displayed, what should I do?
```
pip in... | closed | 2023-09-25T14:25:43Z | 2023-12-15T03:56:09Z | https://github.com/sczhou/CodeFormer/issues/308 | [] | FaShi-x | 1 |
elliotgao2/toapi | flask | 121 | ImportError: cannot import name 'XPath' | XPath去哪啦???看起来你好像移除了xpath???

| closed | 2018-04-26T17:21:16Z | 2021-12-25T05:37:50Z | https://github.com/elliotgao2/toapi/issues/121 | [] | sparkyvxcx | 2 |
jonaswinkler/paperless-ng | django | 185 | [Docker] Please export port 8000 for plesk | Hi there, merry Christmas!
I am trying to install paperless-ng on a server using Plesk. It's working and I got it all running - but Plesk does not recognize the port you're exposing, which prevents me from actually accessing the service. I am using your docker image from https://hub.docker.com/r/jonaswinkler/paperle... | closed | 2020-12-24T11:57:21Z | 2020-12-31T01:28:16Z | https://github.com/jonaswinkler/paperless-ng/issues/185 | [
"fixed in next release"
] | influjensbahr | 2 |
harry0703/MoneyPrinterTurbo | automation | 600 | 合作请求 | ### 是否已存在类似的功能请求?
- [x] 我已搜索现有的功能请求
### 痛点
老师,推荐开源项目 https://github.com/volcengine/ai-app-lab 合作,您看有兴趣吗?可以邮件沟通一下吗?[email protected]
### 建议的解决方案
老师,推荐开源项目 https://github.com/volcengine/ai-app-lab 合作,您看有兴趣吗?可以邮件沟通一下吗?[email protected]
### 有用的资源
_No response_
### 其他信息
_No response_ | open | 2025-03-05T04:31:24Z | 2025-03-05T04:31:24Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/600 | [
"enhancement"
] | ljg52603681 | 0 |
PokeAPI/pokeapi | api | 733 | Missing Array length | Hey,
I worked in C# with this API and it was verry cool. But i missed something.
It would be realy nice to have a field, wich shows the length of the following Array.
For example like this:
```
"types_length": 2,
"types": [
{
"slot": 1,
"type": {
"name": "grass",
"ur... | closed | 2022-07-18T06:49:44Z | 2022-10-26T13:51:52Z | https://github.com/PokeAPI/pokeapi/issues/733 | [] | bidery | 2 |
mobarski/ask-my-pdf | streamlit | 59 | persintency among sessions | could it be possible to recover stored vector indexes across sessions (same API key ) at least within 90 days? | open | 2023-08-23T20:44:33Z | 2023-08-23T20:44:33Z | https://github.com/mobarski/ask-my-pdf/issues/59 | [] | carloscascos | 0 |
home-assistant/core | asyncio | 140,450 | Higher CPU load after upgrading to 2025.3.2 | ### The problem
Hi
I see a higher CPU load after upgrading from 2025.2.5 to 2025.3.2 today at 8:15. Normally only around 1-2%, but now it is consistently between 3-4%.
I have tried stopping all add-ons, but no difference in CPU load.
 for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
Browser sessions allow developers to track browser status in streamlit, so that they can implement fea... | open | 2024-12-18T02:12:59Z | 2025-01-06T15:40:04Z | https://github.com/streamlit/streamlit/issues/10041 | [
"type:enhancement"
] | link89 | 2 |
microsoft/qlib | machine-learning | 1,750 | The official RL example got error | Copy and run these code from official RL example, but got below errors, please help check, thanks.
https://github.com/microsoft/qlib/blob/main/examples/rl/simple_example.ipynb
Training started
/Users/user/Desktop/ruc/paper/quant/Quant/venv/lib/python3.8/site-packages/tianshou/env/venvs.py:66: UserWarning: You pr... | closed | 2024-02-21T15:55:56Z | 2024-03-28T15:31:41Z | https://github.com/microsoft/qlib/issues/1750 | [
"bug"
] | ghyzx | 3 |
ijl/orjson | numpy | 42 | mypy can't find OPT_SERIALIZE_DATACLASS | For some reason mypy doesn't think that OPT_SERIALIZE_DATACLASS exists in the orjson module. I really don't know why this is, it's clearly defined and in the .pyi file, so maybe it's an issue with mypy? Figured I would post it here in case you know why.
My code:
```python
from dataclasses import dataclass
impor... | closed | 2019-12-04T20:42:14Z | 2019-12-06T21:21:23Z | https://github.com/ijl/orjson/issues/42 | [] | dbanty | 4 |
aio-libs/aiopg | sqlalchemy | 71 | Migrate from "yield from" to await (TypeError: object Engine can't be used in 'await' expression) | Hi, i replaced in my code "yield from" to "await", and received Traceback:
"TypeError: object Engine can't be used in 'await' expression"
``` python
async def db_psql_middleware(app, handler):
async def middleware(request):
db = app.get('db_psql')
if not db:
app['db_psql'] = db = awai... | closed | 2015-09-17T12:19:19Z | 2018-05-17T20:20:57Z | https://github.com/aio-libs/aiopg/issues/71 | [] | vvv-v13 | 18 |
robinhood/faust | asyncio | 376 | Proposal: Support for Failure-topic forwarding | Failure handling is an area where there is limited consensus within the Kafka community. One option for Faust would be adding support for failure forwarding in the same pattern as sinks. The API might look like:
```python
# in faust.models.record
# new Faust Record type specifically for error handling
class Failu... | open | 2019-07-01T19:42:04Z | 2022-03-10T20:51:58Z | https://github.com/robinhood/faust/issues/376 | [] | sivy | 6 |
tensorpack/tensorpack | tensorflow | 1,357 | faster-rcnn performance | hi, wuyuxin
Thank you for sharing this wonderful project! Here I have some performance problems of faster-rcnn.
In coco dataset, experiments results show GN has better performance.
R50-FPN | 38.9;35.4
R50-FPN-GN | 40.4;36.3
However, in my dataset(ocr icdar2017), GN performance is poor than FreezeBN. Scratch p... | closed | 2019-10-30T13:21:31Z | 2019-10-30T14:29:20Z | https://github.com/tensorpack/tensorpack/issues/1357 | [] | gulixin0922 | 1 |
pydantic/logfire | fastapi | 224 | Docs breadcrumbs usually start with 'Intro' | e.g. 'Intro > Legal'. This doesn't make sense.

| closed | 2024-05-30T12:49:03Z | 2024-06-04T13:17:37Z | https://github.com/pydantic/logfire/issues/224 | [
"documentation"
] | alexmojaki | 5 |
amidaware/tacticalrmm | django | 1,354 | linux agent disconnect after seconds | **Server Info :**
- OS: Ubuntu 20.04
- Browser: Chrome
- RMM Version (as shown in top left of web UI): 0.15.3
**Installation Method:**
- [x] Standard
**Agent Info (please complete the following information):**
- Agent version (as shown in the 'Summary' tab of the agent from web UI): 2.4.2
- Agent OS: U... | closed | 2022-11-16T06:27:46Z | 2022-11-16T06:33:35Z | https://github.com/amidaware/tacticalrmm/issues/1354 | [] | alez404 | 1 |
biolab/orange3 | numpy | 6,111 | Prediction widget shows no probabilities | **Describe the bug**
The Prediction widget shows no probabilities for the predicted classes.
**To Reproduce**
**Expected behavior**
See probabilities for predicted classes in prediction Widget.
**Orange version:**
3.32
**Screenshots**
)
input_2 = layers.Input(shape=(5,))
model_1 = keras.mod... | open | 2025-01-03T16:29:52Z | 2025-02-05T06:58:14Z | https://github.com/keras-team/keras/issues/20719 | [
"type:Bug"
] | Surya2k1 | 3 |
PaddlePaddle/ERNIE | nlp | 229 | ERNIE英文预训练模型 | ERNIE有公开的英文预训练模型吗 | closed | 2019-07-29T09:35:49Z | 2019-08-19T03:10:26Z | https://github.com/PaddlePaddle/ERNIE/issues/229 | [] | 1234560o | 1 |
Tinche/aiofiles | asyncio | 90 | Adding file.peek() | Hello!
I noticed that in your README.md there is no mention of your aiofiles supporting [peek](https://docs.python.org/3/library/io.html#io.BufferedReader.peek). However in your code there are some tests for it.
When attempting to use peek in my code, it did not seem to work as desired. Could you please add this... | open | 2020-12-07T03:49:28Z | 2020-12-07T03:49:28Z | https://github.com/Tinche/aiofiles/issues/90 | [] | MajesticMullet | 0 |
huggingface/text-generation-inference | nlp | 2,332 | TGI on NVIDIA GH200 (Arm64) | ### Feature request
Would it be possible to build/publish an arm64 container image for the text-generation-inference? I would like to be able to run it on a NVIDIA GH200 which is an arm64-based system.
Thanks,
Jonathan
### Motivation
Current images won't run on arm64.
### Your contribution
I've tried to buil... | open | 2024-07-30T11:50:24Z | 2024-09-03T12:09:32Z | https://github.com/huggingface/text-generation-inference/issues/2332 | [] | dartcrossett | 3 |
huggingface/datasets | computer-vision | 6,773 | Dataset on Hub re-downloads every time? | ### Describe the bug
Hi, I have a dataset on the hub [here](https://huggingface.co/datasets/manestay/borderlines). It has 1k+ downloads, which I sure is mostly just me and my colleagues working with it. It should have far fewer, since I'm using the same machine with a properly set up HF_HOME variable. However, whene... | closed | 2024-04-02T17:23:22Z | 2024-04-08T18:43:45Z | https://github.com/huggingface/datasets/issues/6773 | [] | manestay | 5 |
aws/aws-sdk-pandas | pandas | 2,467 | OSError: When resolving region for bucket 'ursa-labs-taxi-data': AWS Error [code 99]: curlCode: 35, SSL connect error | ### Describe the bug
When trying to read data from the example bucket (and any other bucket) the error "OSError: When resolving region for bucket 'ursa-labs-taxi-data': AWS Error [code 99]: curlCode: 35, SSL connect error" is displayed although aws environment variables are set and configured as well as the proxy
... | closed | 2023-09-21T07:39:42Z | 2023-10-13T10:16:26Z | https://github.com/aws/aws-sdk-pandas/issues/2467 | [
"bug"
] | dmarkowvw | 2 |
opengeos/leafmap | streamlit | 639 | pmtiles tooltip + layers control is broken with folium > 0.14.0 | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.29.5
- Python version: 3.9
- Operating System: Windows/Linux
### Description
When PMTilesLayer tooltip is enabled, it leads to console error and prevents layers control from loading.... | closed | 2023-12-15T06:29:30Z | 2023-12-15T20:51:24Z | https://github.com/opengeos/leafmap/issues/639 | [
"bug"
] | prusswan | 1 |
mirumee/ariadne | graphql | 1,092 | Replace ApolloTracing with simple tracing extension | Instead of `ApolloTracing` (which is deprecated) we could implement a simple extension that adds `extensions: {traces: []}` object where each trace would be a separate `{path: time: }`.
I don't know how useful this would be to folk, but maybe it would have some utility as simple example extension? | open | 2023-06-02T17:37:50Z | 2023-06-05T14:16:26Z | https://github.com/mirumee/ariadne/issues/1092 | [
"enhancement",
"decision needed"
] | rafalp | 3 |
2noise/ChatTTS | python | 800 | bug:main、dev code run main.py has error:lzma.LZMAError: Corrupt input data | I use the latest code, in main,dev;i find use api in api/main.py, the web result is error, no voice and server has:lzma.LZMAError: Corrupt input data
1.i try check model,code and pip package,it's run,but generate has no voice and is noise
[audio_files (19).zip](https://github.com/user-attachments/files/17505105/aud... | open | 2024-10-24T10:00:31Z | 2025-02-18T02:45:39Z | https://github.com/2noise/ChatTTS/issues/800 | [
"documentation",
"help wanted"
] | xhjcxxl | 5 |
comfyanonymous/ComfyUI | pytorch | 7,126 | CUDA | ### Your question
CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with `TORCH_USE_CUDA_DSA` to enable device-side as... | open | 2025-03-08T04:21:39Z | 2025-03-22T09:27:51Z | https://github.com/comfyanonymous/ComfyUI/issues/7126 | [
"User Support"
] | cas12e3 | 6 |
xinntao/Real-ESRGAN | pytorch | 192 | Windows想提升修复速度,需要增强什么硬件? | 是CPU,还是内存,还是显卡?效果最好的是AMD的还是Intel还是Nvida的呢? | open | 2021-12-20T10:08:09Z | 2022-02-21T11:34:02Z | https://github.com/xinntao/Real-ESRGAN/issues/192 | [] | rapmq0 | 3 |
microsoft/qlib | deep-learning | 1,681 | get | ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
## Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
## Screenshot
<!-- A screenshot of the error message or a... | closed | 2023-10-25T03:15:21Z | 2023-10-25T03:19:02Z | https://github.com/microsoft/qlib/issues/1681 | [
"bug"
] | ElonJustin7 | 0 |
skforecast/skforecast | scikit-learn | 281 | Questions about using the known exogenous variables to conduct forecasted values | Hi developers,
I have a little confusion about **using the known exogenous variables** to conduct forecasted values.
Firstly, I use the **multi-series function to "predict"** all the exogenous variables and the target output Y simultaneously. After that, I would like to use the 'predicted values' of the exogenous... | closed | 2022-11-10T02:10:39Z | 2022-11-10T14:23:50Z | https://github.com/skforecast/skforecast/issues/281 | [
"question"
] | kennis222 | 2 |
postmanlabs/httpbin | api | 204 | a way to make stream-bytes produce multiple http chunks | Currently (unless I'm missing something) the chunk_size parameter on stream-bytes controls the block size used to write the data to the socket. But the entire data is still sent as one HTTP chunk i.e. there is only one total size followed by the data.
Would it be reasonable to have chunk_size control the size of the H... | closed | 2015-01-20T21:26:33Z | 2018-04-26T17:51:05Z | https://github.com/postmanlabs/httpbin/issues/204 | [] | apmckinlay | 4 |
keras-team/keras | machine-learning | 20,139 | Keras should support bitwise ops | Numpy has bitwise ops https://numpy.org/doc/stable/reference/routines.bitwise.html
TensorFlow has bitwise ops https://www.tensorflow.org/api_docs/python/tf/bitwise
Jax has bitwise ops https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.bitwise_and.html
PyTorch has bitwise ops https://pytorch.org/docs/stable/... | closed | 2024-08-20T21:27:41Z | 2024-08-22T16:27:10Z | https://github.com/keras-team/keras/issues/20139 | [
"type:feature"
] | kaiyuanw | 2 |
littlecodersh/ItChat | api | 37 | 登陆报错:Remote end closed connection without response | TypeError: getresponse() got an unexpected keyword argument 'buffering'
http.client.RemoteDisconnected: Remote end closed connection without response
requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
requests.exceptions.Conn... | closed | 2016-07-17T01:47:14Z | 2016-07-19T10:55:17Z | https://github.com/littlecodersh/ItChat/issues/37 | [
"invalid"
] | MrHelix0625 | 3 |
alpacahq/alpaca-trade-api-python | rest-api | 579 | [Bug/Feature]: long-short.py - Qty should be calculated relative to price of stock | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When opening new positions, the long-short.py opens all the positioning with approximately the same qty in terms of shares (ie: with 100k capital, each position is 160 shares). This does not make sense, the positi... | open | 2022-02-24T15:43:53Z | 2022-04-29T15:18:30Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/579 | [
"enhancement"
] | Dylan-86 | 1 |
davidteather/TikTok-Api | api | 564 | by_sound method failing | **Describe the bug**
by_sound method returns an error
**The buggy code**
```
TikTokApi.get_instance(proxy=sys.argv[3]).by_sound(sys.argv[1], int(sys.argv[2]))
```
**Expected behavior**
by_sound method returns an error
**Error Trace (if any)**
```
raise EmptyResponseError(\nTikTokApi.exceptions.E... | closed | 2021-04-15T09:20:08Z | 2021-04-15T22:45:44Z | https://github.com/davidteather/TikTok-Api/issues/564 | [
"bug"
] | nikolamajmunovic | 2 |
home-assistant/core | asyncio | 140,652 | [Overkiz] - Unsupported value CyclicSwingingGateOpener | ### The problem
I have in my Tahoma an association with Netatmo station and legrand drivia switch (https://www.legrand.fr/pro/catalogue/pack-de-demarrage-drivia-with-netatmo-pour-installation-connectee-1-module-control-1-contacteur-connecte).
In the system log, I see an error related my Netatmo on Overkiz.
### What ... | closed | 2025-03-15T07:57:42Z | 2025-03-22T18:40:49Z | https://github.com/home-assistant/core/issues/140652 | [
"integration: overkiz"
] | alsmaison | 3 |
FlareSolverr/FlareSolverr | api | 1,314 | Error solving the challenge. | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-08-05T16:43:03Z | 2024-08-05T22:16:56Z | https://github.com/FlareSolverr/FlareSolverr/issues/1314 | [
"duplicate"
] | Ladjal1997 | 0 |
PeterL1n/RobustVideoMatting | computer-vision | 268 | Encode the video output in HEVC instead h264 ? | Hello there , how i can make RVM encode the video output in HEVC instead h264 ? And is it possible to get the sound from the original vid too ? Thank you in advance ! | open | 2024-07-20T10:26:53Z | 2024-07-20T10:26:53Z | https://github.com/PeterL1n/RobustVideoMatting/issues/268 | [] | web2299 | 0 |
ClimbsRocks/auto_ml | scikit-learn | 151 | make nlp work for individual dictionaries | right now it only works with dataframes.
we'll probably want to move this whole block into fit:
```
col_names = self.text_columns[key].get_feature_names()
# Make weird characters play nice, or just ignore them :)
for idx, word in enumerate(col_name... | closed | 2016-12-14T19:02:18Z | 2017-03-12T01:17:17Z | https://github.com/ClimbsRocks/auto_ml/issues/151 | [] | ClimbsRocks | 1 |
fastapi/sqlmodel | sqlalchemy | 1,218 | Do you support importing Asynchronous Sessions from sqlmodel? | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
`from sqlmodel import AsyncSession` | open | 2024-11-18T12:24:46Z | 2025-02-18T03:54:57Z | https://github.com/fastapi/sqlmodel/issues/1218 | [] | yuanjie-ai | 4 |
FlareSolverr/FlareSolverr | api | 409 | The cookies provided by FlareSolverr are not valid | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-06-17T18:35:54Z | 2022-06-17T23:51:59Z | https://github.com/FlareSolverr/FlareSolverr/issues/409 | [
"invalid"
] | Remulos44 | 1 |
Ehco1996/django-sspanel | django | 114 | 用diango开发的全新的shadowsocks网络面板 | diango.. | closed | 2018-05-05T05:26:22Z | 2018-05-08T14:08:14Z | https://github.com/Ehco1996/django-sspanel/issues/114 | [] | shjdssxsyydaw | 0 |
nltk/nltk | nlp | 2,961 | nltk.lm.api entropy formula source? | Hi! I've been experimenting with training and testing a standard trigram language model on my own dataset. Upon investigating the `entropy` method of the LM class, I was a bit confused. The [docs](https://www.nltk.org/api/nltk.lm.api.html#nltk.lm.api.LanguageModel.entropy) only mention a very brief description: "Calcul... | closed | 2022-03-11T16:50:33Z | 2024-01-29T09:04:40Z | https://github.com/nltk/nltk/issues/2961 | [
"language-model"
] | mbauwens | 18 |
wger-project/wger | django | 1,570 | Database encryption | Add encryption at rest to the database so the server's owner can't access user's data. Account password should be the master key to decrypt the database. | open | 2024-01-28T20:41:34Z | 2024-01-28T20:41:34Z | https://github.com/wger-project/wger/issues/1570 | [] | m3thm4th | 0 |
CTFd/CTFd | flask | 1,962 | Docker compose stuck on waiting for my sql | I cloned the repo and did docker-compose build. It ran successfully. I then did docker-compose up. This is stuck on Waiting for mysql+pymysql...
```
docker-compose up
Starting ctfd_db_1 ... done
Starting ctfd_cache_1 ... done
Starting ctfd_ctfd_1 ... done
Starting ctfd_nginx_1 ... done
Attaching to ctfd_cach... | open | 2021-07-24T18:00:58Z | 2023-05-05T08:09:00Z | https://github.com/CTFd/CTFd/issues/1962 | [] | rajatagarwal457 | 11 |
coqui-ai/TTS | pytorch | 2,438 | [Feature request] Implementation for FreeVC | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest and appreciate your support! --->
**🚀 Feature Description**
Original implementation: https://github.com/OlaWod/FreeVC
We can use it in combination with any 🐸TTS model and make it speak with any voice aka faking voice cloning.
<!--A clear a... | closed | 2023-03-20T13:54:57Z | 2024-02-24T05:59:56Z | https://github.com/coqui-ai/TTS/issues/2438 | [
"feature request"
] | erogol | 4 |
slackapi/python-slack-sdk | asyncio | 1,491 | Why we don't use certifi root certificates by default? | Hey there,
Today my colleauge step into the problem with ceritificate that time to time appears with other people who use your client.
You can read about this problem more here:
https://stackoverflow.com/questions/59808346/python-3-slack-client-ssl-sslcertverificationerror
As I see the problem that people have ... | open | 2024-04-23T13:57:26Z | 2024-04-24T18:34:52Z | https://github.com/slackapi/python-slack-sdk/issues/1491 | [
"enhancement",
"question"
] | mangin | 7 |
pydata/xarray | pandas | 9,696 | Sliding window (mix of rolling and coarsen) | ### Is your feature request related to a problem?
I often have functions to apply to sliding windows, such as a fft computation, but both coarsen and rolling do not fit. For example, generating a spectrogram with overlap between windows is complicated using xarray. Of course, one could use [scipy STFT](https://docs.s... | closed | 2024-10-29T18:05:37Z | 2024-11-01T15:15:42Z | https://github.com/pydata/xarray/issues/9696 | [
"enhancement",
"topic-rolling"
] | JulienBrn | 3 |
fastapi-users/fastapi-users | asyncio | 162 | Can't connect to mongo docker | okey, spend a day, but still can't make this work
> .env
```
# Mongo DB
MONGO_INITDB_ROOT_USERNAME=admin-user
MONGO_INITDB_ROOT_PASSWORD=admin-password
MONGO_INITDB_DATABASE=container
```
> docker-compose.yml
```
mongo-db:
image: mongo:4.2.3
env_file:
- .env
ports:
- 2701... | closed | 2020-04-23T14:16:15Z | 2020-04-24T07:15:56Z | https://github.com/fastapi-users/fastapi-users/issues/162 | [
"question"
] | galvakojis | 2 |
pallets/flask | flask | 5,642 | PROVIDE_AUTOMATIC_OPTIONS causes KeyError if not set | https://github.com/pallets/flask/blob/bc098406af9537aacc436cb2ea777fbc9ff4c5aa/src/flask/sansio/app.py#L641C12-L641C86
Simply changing this to : `self.config.get("PROVIDE_AUTOMATIC_OPTIONS", False)` should resolve the problem.
This change now released is causing upstream trouble in other packages such as Quart:
... | closed | 2024-11-14T12:01:51Z | 2024-11-14T16:55:57Z | https://github.com/pallets/flask/issues/5642 | [] | develerltd | 3 |
igorbenav/FastAPI-boilerplate | sqlalchemy | 89 | typing.Dict, typing.List, typing.Type, ... deprecated | With `ruff check`:
```sh
src/app/api/paginated.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead
src/app/api/paginated.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
src/app/api/v1/login.py:2:1: UP035 `typing.Dict` is deprecated, use `dict` instead
src/app/api/v1/logout.py:1:1: UP035 `... | closed | 2023-12-31T19:46:00Z | 2024-01-01T23:21:12Z | https://github.com/igorbenav/FastAPI-boilerplate/issues/89 | [
"bug",
"good first issue"
] | igorbenav | 3 |
huggingface/datasets | nlp | 6,717 | `remove_columns` method used with a streaming enable dataset mode produces a LibsndfileError on multichannel audio | ### Describe the bug
When loading a HF dataset in streaming mode and removing some columns, it is impossible to load a sample if the audio contains more than one channel. I have the impression that the time axis and channels are swapped or concatenated.
### Steps to reproduce the bug
Minimal error code:
```python
... | open | 2024-03-05T09:33:26Z | 2024-08-14T17:54:20Z | https://github.com/huggingface/datasets/issues/6717 | [] | jhauret | 2 |
tensorflow/tensor2tensor | machine-learning | 944 | Distributed Training with 4 machines on Translation Task | Hello , I want to do distributed training using four machines ,each one has 8 1080ti GPUs on En-Zh translation task, and the t2t-version is 1.6.5. I have seen the other similar issues , and
the distributed_training.md ,but I still have some confusion. If the four machines named M1, M2 ,M3 ,M4 , the first step is t... | open | 2018-07-18T02:23:58Z | 2018-08-16T20:34:24Z | https://github.com/tensorflow/tensor2tensor/issues/944 | [] | libeineu | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.