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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
graphql-python/graphene-sqlalchemy | sqlalchemy | 407 | Allow a custom filter class with the purpose of using all the base filters, and adding sqlalchemy-filter esk filters | So a pretty important use case at my company is the ability to add custom filters that aren't field specific
Here is an example use case using the below hack discussed
```
class UserNode(SQLAlchemyObjectType):
class Meta:
model = User
interfaces = (LevNode,)
filter = UserFilter
cla... | closed | 2024-03-18T15:32:36Z | 2024-09-15T00:55:04Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/407 | [] | adiberk | 1 |
pandas-dev/pandas | data-science | 60,534 | BUG: to_json overflows when date does not fit in NS date. | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2024-12-10T11:02:00Z | 2024-12-10T11:32:40Z | https://github.com/pandas-dev/pandas/issues/60534 | [
"Bug",
"Needs Triage"
] | skaae | 1 |
axnsan12/drf-yasg | rest-api | 241 | Invalid curl parameters | I'm using the built-in session-based authentication, and the login endpoint (`http://localhost:8000/api/auth/login`) is working fine. Here is a snippet from the google chrome console showing the all the required cookies are set:
:
https://python-responder.org/en/latest/quickstart.html#receiving-data-background-tasks
What is a good way to use responder in production?
Can someone show me example of POST request that work with multi-threading?
... | closed | 2018-11-20T21:54:25Z | 2024-03-31T00:57:44Z | https://github.com/kennethreitz/responder/issues/246 | [] | Agur-A | 0 |
miguelgrinberg/Flask-Migrate | flask | 340 | Installation Error | Hi,
An error ocurrs when trying to install any version of **flask-migrate**.
Windows 10, 64 bits, Python 3.8.2
```
Collecting Flask-Migrate
Using cached Flask_Migrate-2.5.3-py2.py3-none-any.whl (13 kB)
Collecting alembic>=0.7
Using cached alembic-1.4.2.tar.gz (1.1 MB)
Installing build dependencies: st... | closed | 2020-05-12T20:04:53Z | 2020-09-08T21:17:32Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/340 | [
"question"
] | afonsosantos | 7 |
predict-idlab/plotly-resampler | plotly | 226 | If add heatmap, x-axis would be not aligned. | Hello,
I’m trying to plot a stock price chart with a heatmap and a price scatter. However, when I add both the scatter and heatmap traces to the chart, the result is not what I expected.
plotly==5.15.0
plotly-resampler==0.8.3.2
dash==2.10.2.
Here’s my current code snippet:
```
fig = FigureWidgetResampl... | open | 2023-06-13T04:08:46Z | 2024-08-28T13:56:30Z | https://github.com/predict-idlab/plotly-resampler/issues/226 | [
"bug"
] | kevinyin9 | 4 |
xorbitsai/xorbits | numpy | 429 | BUG: Tensor tolist() does not fallback to numpy | ### Describe the bug
A clear and concise description of what the bug is.
When I call tolist() for a tensor, it does not fallback to numpy as expected
```
In [10]: import xorbits.numpy as np
In [11]: x = np.array([1,2,3])
In [12]: type(x)
Out[12]: xorbits.core.data.DataRef
In [13]: x.data.data_type.name
O... | closed | 2023-05-05T09:53:17Z | 2023-05-24T09:35:18Z | https://github.com/xorbitsai/xorbits/issues/429 | [
"bug"
] | Zhou1213CN | 0 |
vllm-project/vllm | pytorch | 15,194 | [Usage]: VLLM 0.7.3 with tensor parallelism outputs only exclamation marks when using multiple GPUs | ## Environment
- OS: Ubuntu 22.04
- GPUs: 2x NVIDIA L20 (49GB each)
- VLLM version: 0.7.3
- CUDA version: 12.4.131
- Driver version: 535.161.08
- Model: QwQ-32B-AWQ (AWQ quantized model)
## Problem Description
When running VLLM with tensor parallelism across two GPUs, the model sometimes outputs only exclamation marks... | open | 2025-03-20T07:34:28Z | 2025-03-20T08:26:58Z | https://github.com/vllm-project/vllm/issues/15194 | [
"usage"
] | yilaguan | 1 |
robotframework/robotframework | automation | 4,972 | (Question) is there a way to add css or custom class in the html.log? | Hi,
I've tried researching about this but I cant seem to find any information regarding this.
Basically, I'm trying to find out whether it is possible to add custom class to an existing css file that the html.logs use?
or even create a new css file and have the new generated html.logs use it?
Background: I am u... | closed | 2023-12-09T00:18:51Z | 2023-12-11T18:59:48Z | https://github.com/robotframework/robotframework/issues/4972 | [] | DarrenVictorianoDEX | 2 |
OthersideAI/self-operating-computer | automation | 74 | Scrolling up and down not added | I just noticed that the model doesn't have access to scrolling up and down. Is this difficult to implement generally (asking mostly for Linux, but of course interested in Mac, and Windows)?
If so, I may try adding in a web mode and leverage Selenium to scroll. | open | 2023-12-04T06:44:45Z | 2023-12-07T02:35:27Z | https://github.com/OthersideAI/self-operating-computer/issues/74 | [] | klxu03 | 5 |
pytorch/vision | computer-vision | 8,839 | Flowers102 dataset does not include the class names | ### 🐛 Describe the bug
Many datasets have a `classes` attribute containing the list of class names. I expected the same for `Flowers102` but there's no such attribute:
```python
import torchvision
dataset = torchvision.datasets.Flowers102(root="datasets", download=True)
dataset.classes # AttributeError: 'Flo... | open | 2025-01-07T09:28:34Z | 2025-01-07T09:28:34Z | https://github.com/pytorch/vision/issues/8839 | [] | ageron | 0 |
skforecast/skforecast | scikit-learn | 199 | Typos in "Recursive multi-step forecasting with exogenous variables" documentation | I have found a bug in the python code on this [page](https://joaquinamatrodrigo.github.io/skforecast/0.3/guides/autoregresive-forecaster-exogenous.html) "Recursive multi-step forecasting with exogenous variables".
If `exog = data_train[['exog_1', 'exog_2']].values` is run directly, it will give this error `Exceptio... | closed | 2022-07-25T16:43:31Z | 2022-08-04T03:13:23Z | https://github.com/skforecast/skforecast/issues/199 | [
"documentation"
] | kaionwong | 1 |
flasgger/flasgger | rest-api | 592 | 0.9.7.1 breaks `template_file` support | I have a bunch of definitions defined in my custom yaml file like so:
```
swagger = Swagger(template_file=path.join(path.dirname(__file__), "definitions.yaml"))
```
however, the swagger ui now shows a bunch of errors:
```
Resolver error at paths./api/1.0/experiment/{experiment_id}/metric_group/{metric_group... | open | 2023-08-23T02:06:47Z | 2023-12-19T13:10:11Z | https://github.com/flasgger/flasgger/issues/592 | [] | johnjiang | 0 |
vllm-project/vllm | pytorch | 14,560 | [Usage]: CPU OOM during training | ### Your current environment
### Env
```text
/home/zhuofeng/miniconda3/envs/r1/lib/python3.9/site-packages/vllm/connections.py:8: RuntimeWarning: Failed to read commit hash:
No module named 'vllm._version'
from vllm.version import __version__ as VLLM_VERSION
Collecting environment information...
PyTorch version: 2.... | closed | 2025-03-10T12:32:39Z | 2025-03-16T22:38:09Z | https://github.com/vllm-project/vllm/issues/14560 | [
"usage"
] | Zhuofeng-Li | 1 |
huggingface/datasets | machine-learning | 7,253 | Unable to upload a large dataset zip either from command line or UI | ### Describe the bug
Unable to upload a large dataset zip from command line or UI. UI simply says error. I am trying to a upload a tar.gz file of 17GB.
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f9d29024-06c8-49c4-a109-0492cff79d34">
<img width="755" alt="image" src="https://githu... | open | 2024-10-26T13:17:06Z | 2024-10-26T13:17:06Z | https://github.com/huggingface/datasets/issues/7253 | [] | vakyansh | 0 |
hatchet-dev/hatchet | fastapi | 1,221 | Model mismatch for 403 error response on WorkflowCronDeleteWithResponse API method | It seems like the JSON403 object on the response for the WorkflowCronDeleteWithResponse API method returns a pointer to an APIError struct while all the other errors I've encountered return a pointer to an *APIErrors struct. I'm not sure if this is intentional or a bug.
 {
if (head == tail) {
int l ... | closed | 2020-07-27T08:40:24Z | 2020-08-06T09:46:36Z | https://github.com/QingdaoU/OnlineJudge/issues/310 | [] | luosiwei-cmd | 1 |
graphql-python/graphene-django | django | 914 | Cannot order by two fields using django filter | Hi,
I am using `DjangoFilterConnectionField` in my project like this:
`all_sessions = DjangoFilterConnectionField(SessionNode, filterset_class=AgendaFilter)`
`SessionNode` is created based on `Session` model in my Django application. Now, I would like to be able to order these sessions by two fields: `start_da... | open | 2020-04-01T09:47:37Z | 2020-06-29T16:26:07Z | https://github.com/graphql-python/graphene-django/issues/914 | [] | martasd | 1 |
huggingface/datasets | pytorch | 6,644 | Support fsspec 2023.12 | Support fsspec 2023.12 by handling previous and new glob behavior. | closed | 2024-02-07T12:44:39Z | 2024-02-29T15:12:18Z | https://github.com/huggingface/datasets/issues/6644 | [
"enhancement"
] | albertvillanova | 1 |
biolab/orange3 | numpy | 6,451 | Save Data to more file format (and databases) | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
I would like a better format for my saved data, something that can be fast and where fields are ... | closed | 2023-05-23T19:07:54Z | 2023-05-26T08:15:43Z | https://github.com/biolab/orange3/issues/6451 | [] | simonaubertbd | 1 |
PaddlePaddle/PaddleHub | nlp | 1,417 | 咨询一个文本分类多分类问题, paddle 2.0 | closed | 2021-05-19T06:16:49Z | 2021-05-19T06:20:39Z | https://github.com/PaddlePaddle/PaddleHub/issues/1417 | [] | 1205469665 | 0 | |
keras-team/keras | machine-learning | 20,675 | Keras API reference has not been updated yet | Even though Keras 3.7.0 has been released, it seems the API reference has not yet been updated.
For example, I couldn't find the CELU activation function listed on [the activations page.](https://keras.io/api/layers/activations/)
Please feel free to let me know if I have misunderstood something.
Thank you! | closed | 2024-12-20T14:14:30Z | 2024-12-22T05:19:07Z | https://github.com/keras-team/keras/issues/20675 | [] | shashaka | 2 |
PaddlePaddle/ERNIE | nlp | 494 | ernie-gen使用时,用cnn语料做生成式摘要的的模型启动`run_seq2seq.sh`报错 | ernie-gen使用时,用cnn生成式摘要的的模型启动`run_seq2seq.sh`报错
```
InvalidArgumentError: Broadcast dimension mismatch. Operands could not be broadcast together with the shape of X = [8, 20, 768] and the shape of Y = [0, 20, 768]. Received [8] in X is not equal to [0] in Y.
```
报错位置代码
```python
def _gen_input(self, emb_ids, i... | closed | 2020-06-12T04:04:12Z | 2020-06-12T14:03:20Z | https://github.com/PaddlePaddle/ERNIE/issues/494 | [] | cedar33 | 1 |
SYSTRAN/faster-whisper | deep-learning | 296 | Passing in an audio file to transcribe() | I am having hard time passing a wav file to a model through CLI argument.
@guillaumekln could you help me troubleshoot?
The file name is taken in by an argument flag and then passed to transcribe() like this:
segments, _ = audio_model.transcribe(audio_file)
File "/home/schoonover/.local/lib/python3.... | closed | 2023-06-12T18:16:18Z | 2023-06-22T14:29:31Z | https://github.com/SYSTRAN/faster-whisper/issues/296 | [] | arschoon | 3 |
ydataai/ydata-profiling | data-science | 1,335 | Reproduction tab doesn't correctly indicate version used | ### Current Behaviour

### Expected Behaviour
Version reported as 4.1.2, the version used.
### Data Description
N/A
### Code that reproduces the bug
_No response_
### pandas-profiling version
v4.1.2
### D... | closed | 2023-05-19T14:45:48Z | 2023-09-19T02:47:36Z | https://github.com/ydataai/ydata-profiling/issues/1335 | [
"information requested ❔"
] | gdevenyi | 2 |
microsoft/nlp-recipes | nlp | 422 | [BUG] Error in test deep dive bidaf q&a due to config file | ### Description
<!--- Describe your bug in detail -->
We are using a config file to define the parameters: https://github.com/microsoft/nlp/blob/staging/examples/question_answering/bidaf_config.json
In [the notebook](https://github.com/microsoft/nlp/blob/staging/examples/question_answering/bidaf_aml_deep_dive.ipyn... | closed | 2019-09-25T12:32:36Z | 2019-09-25T14:46:56Z | https://github.com/microsoft/nlp-recipes/issues/422 | [
"bug"
] | miguelgfierro | 1 |
coqui-ai/TTS | pytorch | 3,282 | [Feature request] In non-English models stress could be assigned incorrectly | Fix it plz https://github.com/coqui-ai/TTS/issues/3039
The problem persists and because of this, normal correct use is not possible. Also at the moment it kind of breaks off the phrase at the end of each sentence and it turns out a jerky reading. | closed | 2023-11-21T20:52:57Z | 2024-12-05T10:24:31Z | https://github.com/coqui-ai/TTS/issues/3282 | [
"wontfix",
"feature request"
] | DmitryVN | 9 |
ploomber/ploomber | jupyter | 442 | Detect when tests create files in the current working directory | Many tests have to create files to work (e.g., create a `pipeline.yaml`) file. To isolate tests, we have a `tmp_directory` fixture that creates a temporary directory, moves the test to that directory, runs the text, cleans up the directory and goes back to the original working directory.
However, if a new test is in... | closed | 2021-12-17T21:43:04Z | 2023-06-21T21:40:15Z | https://github.com/ploomber/ploomber/issues/442 | [] | edublancas | 2 |
charlesq34/pointnet | tensorflow | 130 | Ask for semantic segmentation dataset | Hi Charles,
Thank you for sharing your code.
Could you share me your scene semantic segmentation dataset? | open | 2018-08-22T14:26:57Z | 2018-08-22T14:26:57Z | https://github.com/charlesq34/pointnet/issues/130 | [] | minhncsocial | 0 |
sinaptik-ai/pandas-ai | data-science | 1,011 | pandasai 2.0 broke `modin` support | ### 🐛 Describe the bug
Since #657, each module of pandasai **must** import `pandasai.pandas` as `pd` to make `pandasai` compatible with `modin`. | closed | 2024-03-08T23:03:58Z | 2024-03-08T23:48:34Z | https://github.com/sinaptik-ai/pandas-ai/issues/1011 | [] | mspronesti | 0 |
wagtail/wagtail | django | 12,241 | Admin UI performance testing & benchmark | We have [Admin UI performance improvements #80](https://github.com/wagtail/roadmap/issues/80) on the Wagtail roadmap, which is currently very open-ended. We need to do a benchmark of the Wagtail admin interface so we can plan possible improvements from a more curated backlog – and have a way to better quantify the impa... | closed | 2024-08-19T11:38:10Z | 2025-01-02T13:18:48Z | https://github.com/wagtail/wagtail/issues/12241 | [
"Documentation",
"🚀 Performance"
] | thibaudcolas | 2 |
ipython/ipython | jupyter | 14,311 | Move backend mapping to Matplotlib | I wanted to draw your attention to matplotlib/matplotlib#27663, about moving the Matplotlib backend mappings out of IPython and into Matplotlib.
The primary use case it so support Matplotlib widgets (`ipympl` and `matplotlib-inline`) registering themselves as Matplotlib backends without requiring additional code in ... | closed | 2024-01-30T12:05:56Z | 2024-04-12T12:39:34Z | https://github.com/ipython/ipython/issues/14311 | [
"matplotlib",
"magics"
] | ianthomas23 | 4 |
ultralytics/ultralytics | python | 19,803 | [Inferencing] How to initialize model before .predict() | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I'm using simpel model.predict() command to do inference.
However, I'm usin... | open | 2025-03-20T18:32:26Z | 2025-03-21T00:06:25Z | https://github.com/ultralytics/ultralytics/issues/19803 | [
"question",
"detect"
] | longtran1904 | 2 |
unionai-oss/pandera | pandas | 1,359 | pydantic validation to raise ValidationError instead of ValueError | ### Is your feature request related to a problem? Please describe.
The current Pandera validation error messages differ in structure from Pydantic, which makes it challenging for users, especially those using Pandera and Pydantic, to quickly identify the field causing the error.
### Describe the solution you'd like... | open | 2023-09-30T20:06:56Z | 2023-10-01T21:44:05Z | https://github.com/unionai-oss/pandera/issues/1359 | [
"enhancement"
] | WilianZilv | 2 |
SciTools/cartopy | matplotlib | 1,865 | Incorrect link at the top of the cartopy Gallery | The _getting started_ link at the top of the [Gallery](https://scitools.org.uk/cartopy/docs/latest/gallery/index.html), in
_For more examples, tutorials, and guides on how to use Cartopy, see the [getting started](https://docs.python.org/3/library/unittest.mock-examples.html#getting-started) section_.
is obviousl... | closed | 2021-09-15T13:45:46Z | 2021-09-15T15:29:03Z | https://github.com/SciTools/cartopy/issues/1865 | [] | jypeter | 3 |
deepfakes/faceswap | machine-learning | 630 | ERROR Caught exception in thread: 'training_0' | When i run this bot on ubuntu1604 to train the model, some problem were happened. Installing different versions of tensorflow won't work either. I have no idea to solve it. whether professor can give some suggestions? The problem are as follows:
Using TensorFlow backend.
02/27/2019 19:36:19 INFO Model A Dire... | closed | 2019-02-27T11:59:50Z | 2019-02-27T12:03:17Z | https://github.com/deepfakes/faceswap/issues/630 | [] | changyunke | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,318 | Type (typehint) error for `db.relationship` | ## Problem Description
The typehint of
```python
db.relationship("...", secondary=..., back_populates="...")
```
should be `sq_orm.Relationship[...]`, not `sq_orm.RelationshipProperty[...]`.
The mismatch of the typehint causes the manual annotation supported by `sqlalchemy` fails:
<img width="830" alt=... | open | 2024-03-26T16:45:50Z | 2024-11-13T21:08:40Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1318 | [] | cainmagi | 5 |
dynaconf/dynaconf | fastapi | 308 | examples.md .env section - DYNACONF prefix missing? | In [examples.md under .env](https://github.com/rochacbruno/dynaconf/blob/44ac11b2cb95396af5646a2ac36ecedae5321dfd/docs/guides/examples.md#env) the environment variables do not have a prefix. Is the DYNACONF prefix missing or does this assume `ENVVAR_PREFIX=false` is defined? | closed | 2020-02-29T10:25:18Z | 2020-09-12T04:14:26Z | https://github.com/dynaconf/dynaconf/issues/308 | [
"question"
] | kshahar | 1 |
biolab/orange3 | scikit-learn | 6,996 | Scoring Sheet Viewer: Refactor | **What's wrong?**
_class_combo_changed (https://github.com/biolab/orange3/blob/master/Orange/widgets/visualize/owscoringsheetviewer.py#L446C9-L446C29) checks whether the class indeed changed and if so, they (indirectly) call https://github.com/biolab/orange3/blob/master/Orange/widgets/visualize/owscoringsheetviewer.py... | open | 2025-01-19T09:09:59Z | 2025-01-24T09:17:27Z | https://github.com/biolab/orange3/issues/6996 | [
"bug"
] | janezd | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,006 | [Feature Request]: Stable Diffusion 3 Medium support | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Support Stable Diffusion 3 Medium
https://huggingface.co/stabilityai/stable-diffusion-3-medium
### Proposed workflow
Just like other SD models
### ... | open | 2024-06-12T13:25:15Z | 2024-06-22T07:27:24Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16006 | [
"enhancement"
] | bendikv | 44 |
thtrieu/darkflow | tensorflow | 471 | Bottleneck: GPU is mostly idling, then suddenly spikes. Superslow training | Hi, thankyou for this rep. However, im suspicious. During training, I get 22 steps a minute on my geforce 1070 with batch size 16 and HD training-images. I dont know if that is bad, however im suspicious because the GPU is mostly idling. Its at 0% all the time, but each 5 second it spikes to 70%, but only for a short m... | open | 2017-12-16T22:50:41Z | 2017-12-18T14:36:36Z | https://github.com/thtrieu/darkflow/issues/471 | [] | zungam | 2 |
vaexio/vaex | data-science | 1,475 | [BUG-REPORT] datetime64 objects save in feather/arrow format incorrectly when converted from pandas | **Description**
There appears to be an issue reloading a saved dataframe in arrow/feather format after converting a pandas dataframe containing a datetime64 column/index. This does not occur when saving as hdf5. The general workflow to reproduce the error is:
1. Create a pandas dataframe with a datetime64 column/in... | closed | 2021-07-25T13:49:36Z | 2021-08-13T11:51:44Z | https://github.com/vaexio/vaex/issues/1475 | [
"bug"
] | Nicholas-Schaub | 1 |
ploomber/ploomber | jupyter | 644 | missing cloud API key causing verbose output | if the user has no API key, the same message displays many times:
```
(ploomber) Edu@MBP dev/cloud-demo (dev) » ploomber build --force
Loading pipeline...
No cloud API key was found
No cloud API key was found
Executing: 100%|██████████████████████████████████████████████████████████████████████████████████████... | closed | 2022-03-06T21:45:36Z | 2022-03-07T00:53:00Z | https://github.com/ploomber/ploomber/issues/644 | [] | edublancas | 0 |
ageitgey/face_recognition | machine-learning | 1,579 | Does locating the face first then encoding the face have higher accuracy than just encoding the face? | Since I noticed that there's this attribute `number_of_times_to_upsample` in the function `face_locations`, I wonder if locating the face first have a slower outcome but a higher accuracy?
e.g. locating the face first then encoding the face
```python
face_locations = face_recognition.face_locations(image,
... | open | 2024-08-02T02:25:28Z | 2024-08-02T02:26:15Z | https://github.com/ageitgey/face_recognition/issues/1579 | [] | Ann5t | 0 |
blacklanternsecurity/bbot | automation | 2,067 | host_header module runs for an incredible long time | **Describe the bug**
host_header module waiting 15+ minutes on an operation
**Expected behavior**
Shoudln't take 15+ minutes to run
**BBOT Command**
Example: `bbot -p preset.yml -t targets.txt -o ~/scans/`
**OS, BBOT Installation Method + Version**
`OS: Arch Linux, Installation poetry shell, dev
**BBOT ... | closed | 2024-12-09T01:29:59Z | 2025-02-13T00:10:23Z | https://github.com/blacklanternsecurity/bbot/issues/2067 | [
"bug",
"low priority",
"cant-reproduce"
] | aconite33 | 6 |
onnx/onnx | scikit-learn | 6,694 | _get_initializer_tensors() gets attribute tensors from functions instead of initializer tensors | # Bug Report
### Describe the bug
Reading the code in [external_data_helper.py](https://github.com/onnx/onnx/blob/0277a1f62550c0b9edc3e1016a50a42dc4c73cf1/onnx/external_data_helper.py#L254), it looks like there's an error:
```
def _get_initializer_tensors(onnx_model_proto: ModelProto) -> Iterable[TensorProto]:
"... | closed | 2025-02-06T17:39:07Z | 2025-03-06T03:36:17Z | https://github.com/onnx/onnx/issues/6694 | [] | lg8080 | 1 |
ivy-llc/ivy | numpy | 28,442 | [Bug]: Ivy tests use deprecated module `jax.config` | ### Bug Explanation
`ivy_tests/__init__.py` imports `jax.config`, which is deprecated as of February 16, 2024. Since `jax.config` no longer provides a `config` object, this breaks testing with the jax backend and produces the following error:
`AttributeError: module 'jax.config' has no attribute 'x64_enabled'`
### S... | closed | 2024-02-27T21:27:35Z | 2024-04-11T18:34:15Z | https://github.com/ivy-llc/ivy/issues/28442 | [
"Bug Report"
] | jacksondm33 | 1 |
ydataai/ydata-profiling | jupyter | 1,722 | Bug Report - Correlation.corr() fails when input DataFrame is empty in Spark | ### Current Behaviour
When using ydata-profiling with Spark, if the dataset is empty after filtering numeric columns, an exception is raised due to Correlation.corr() not handling empty DataFrames properly. This issue occurs in _compute_spark_corr_natively when converting a DataFrame into a feature vector and then com... | open | 2025-03-06T13:15:48Z | 2025-03-10T22:28:22Z | https://github.com/ydataai/ydata-profiling/issues/1722 | [
"spark :zap:"
] | minseokim12 | 0 |
keras-team/keras | machine-learning | 20,706 | Loaded Keras Model Throws Error While Predicting (Likely Issues with Masking) | I am currently developing and testing a RNN that relies upon a large amount of data for training, and so have attempted to separate my training and testing files. I have one file where I create, train, and save a tensorflow.keras model to a file 'model.keras' I then load this model in another file and predict some valu... | closed | 2024-12-31T20:46:49Z | 2025-01-23T21:57:52Z | https://github.com/keras-team/keras/issues/20706 | [
"type:Bug"
] | JoeDoyle12 | 4 |
newpanjing/simpleui | django | 264 | 左侧一级菜单切换点击时,会有白色光线闪过。 | 如题。菜单栏是深背景色的时候会出现此现象。
| closed | 2020-05-19T12:41:37Z | 2020-05-20T10:47:05Z | https://github.com/newpanjing/simpleui/issues/264 | [
"bug"
] | cnbillow | 1 |
scikit-learn/scikit-learn | data-science | 30,742 | `y`, and `groups` parameters to`StratifiedGroupKFold.split()` are optional | ### Describe the bug
`StratifiedGroupKFold.split` has the signature `(self, X, y=None, groups=None)` indicating that both `y`, and `groups` may not be specified when calling `split`.
However, omitting only `groups` results in `TypeError: iteration over a 0-d array`. Also, when omitting both `y` and `groups`, or only ... | open | 2025-01-31T10:09:10Z | 2025-02-18T06:08:00Z | https://github.com/scikit-learn/scikit-learn/issues/30742 | [
"Documentation",
"Validation"
] | Teagum | 8 |
dask/dask | scikit-learn | 11,544 | `.rechunk()`-Issue with dask 2024.11.2 | I'm loading [a big bunch of tomographic data](https://github.com/habi/laminitis), crop out small regions, rechunk those with `chunks='auto'` and want to save them to disk with `.to_zarr`.
`dask.__version__='2024.11.2'` complains about doing so, while `dask.__version__='2024.9.1'` does so without issue.
**Minimal ... | closed | 2024-11-20T15:00:22Z | 2024-12-06T12:23:23Z | https://github.com/dask/dask/issues/11544 | [
"array"
] | habi | 7 |
ranaroussi/yfinance | pandas | 2,231 | Hey If Possible for screener class can their be new Quote Types of cryptos , currency exchanges, ETF , Indices and futures ? | cuz i was trying some logic to fetch data using exiting ones it didn't work. and i think their might be some way as i want some amount of data i would be working with for my project and other stuff. | open | 2025-01-20T04:25:04Z | 2025-02-02T16:09:38Z | https://github.com/ranaroussi/yfinance/issues/2231 | [] | Ronit26Mehta | 7 |
litestar-org/litestar | pydantic | 3,040 | Bug: `ResponseDataExtractor` merges per cookie attributes | ### Description
Currently `ResponseDataExtractor` merges all values of cookies into a single dictionary, however cookies in the `Set-Cookie` header can have different flags, paths, domains, etc. set which are currently lost.
### URL to code causing the issue
https://github.com/litestar-org/litestar/blob/e5f2b6... | open | 2024-01-28T15:39:04Z | 2025-03-20T15:54:22Z | https://github.com/litestar-org/litestar/issues/3040 | [
"Bug :bug:"
] | floxay | 1 |
Lightning-AI/pytorch-lightning | pytorch | 19,957 | Logging Hyperparameters for list of dicts | ### Bug description
Currently, when hyper parameters are logged with `log_hyperparams` the function calls [_flatten_dict](https://github.com/Lightning-AI/pytorch-lightning/blob/master/src/lightning/fabric/utilities/logger.py#L75-L106) to collapse the dict to a single level. However, when the config contains a list of ... | closed | 2024-06-07T13:55:51Z | 2025-03-14T10:32:52Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19957 | [
"bug",
"needs triage",
"ver: 2.2.x"
] | vork | 0 |
plotly/dash-bio | dash | 450 | Use color vision deficiency friendly colormap as default for Clustergram | Inability to distinguish red and green is the most common color deficiecy in the population, affecting nearly 10% of people. Although red-green colormaps were once common in heatmaps, especially for microarray data, the color combinations is increasingly avoided for more accessible color combinations such as blue/teal ... | closed | 2019-11-24T08:38:31Z | 2021-11-08T22:31:13Z | https://github.com/plotly/dash-bio/issues/450 | [
"size: 1",
"dash-type-enhancement"
] | joelostblom | 0 |
openapi-generators/openapi-python-client | rest-api | 541 | Generate also models that are children of models used in endpoints | **Is your feature request related to a problem? Please describe.**
Yes, my problem is that some of my endpoints use contract (component) that is of type `QueryCondition`. But `QueryCondition` has subclasses like `AttributeQueryCondition`, `SpatialQueryCondition`, and others. The `openapi-python-client` does not gener... | closed | 2021-11-29T16:01:03Z | 2024-09-29T18:33:25Z | https://github.com/openapi-generators/openapi-python-client/issues/541 | [
"✨ enhancement"
] | filipkral | 3 |
plotly/dash | data-science | 2,492 | DataTable the first used filter will not be displayed when changed | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
No need, can be recreated right from Dash tutorial here [DataTable Filtering](https://dash.plotly.com/datata... | open | 2023-04-01T03:58:19Z | 2024-08-13T19:30:01Z | https://github.com/plotly/dash/issues/2492 | [
"bug",
"dash-data-table",
"P3"
] | DarkCTO | 0 |
pennersr/django-allauth | django | 3,540 | How do I prevent user login after registration | Hi everyone,
I have a custom user model and signup form and everything works well except that users are automatically logged in after creating their account. **How do I disable this?**
Right now, I redirect users to a custom page after signup but I don't want them logged in by the time they get to this page. | closed | 2023-11-29T10:53:37Z | 2023-11-29T17:28:40Z | https://github.com/pennersr/django-allauth/issues/3540 | [] | josylad | 0 |
opengeos/leafmap | jupyter | 662 | .edit_vector's behavior is wired | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.30.1
- solara: 1.25.1
- Python version: 3.11.3
- Operating System: MacOS. 13.6.3
### Description
- A widget for the user to select polygon from a list to edit,
- however, after a... | closed | 2024-01-18T14:05:45Z | 2024-01-23T17:57:57Z | https://github.com/opengeos/leafmap/issues/662 | [
"bug"
] | suredream | 9 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,867 | I'm unable to download the chrome_driver after packaging with Nuitka. | When I use Nuitka for packaging, it encounters a bug here.

Here is my packaging command:
`nuitka --mingw64 --include-package-data=selenium --enable-plugin=tk-inter --standalone --onefile --... | open | 2024-05-05T08:11:49Z | 2024-05-06T17:10:39Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1867 | [] | LINKlang | 2 |
tableau/server-client-python | rest-api | 1,459 | Getting error while login into Tableau Cloud using tableauserverclient | **Describe the bug**
I'm trying to login into Tableau Cloud using tableauserverclient but getting below error
`urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='90su.online.tableau.com', port=443): Max retries exceeded with url: //api/2.4/auth/signin (Caused by NewConnectionError('<urllib3.connection.HTTPSC... | closed | 2024-09-09T15:45:14Z | 2024-09-18T06:59:41Z | https://github.com/tableau/server-client-python/issues/1459 | [
"help wanted"
] | suman4apr | 7 |
serengil/deepface | machine-learning | 1,162 | Sending base64 encoded image to API server | Hi, thank you for this project. I am trying to access the `analyze` endpoint that is hosted locally (`localhost:5000/analyze`) by providing the base64 encoded image. However, the web server does not seem to recognize the base64 encoded image (unless I am missing something).
Request body:
```json
{
"img_path": "... | closed | 2024-04-02T07:44:43Z | 2024-04-02T08:55:11Z | https://github.com/serengil/deepface/issues/1162 | [
"question"
] | kk-min | 3 |
desec-io/desec-stack | rest-api | 1,008 | Feature request: Keep search term intact over page changes | I sometimes have to do changes to **many of my domains** like changing the AAAA record. As I don't (want to) use the API for those changes I use the GUI instead. Currently I have over 30 domains in my account so I usually use the search function to filter these entries.
After coming back from on one the domain detai... | closed | 2025-01-07T17:03:36Z | 2025-01-25T03:07:41Z | https://github.com/desec-io/desec-stack/issues/1008 | [
"enhancement",
"gui"
] | codiflow | 1 |
flairNLP/flair | nlp | 3,019 | Workshop, Slack Channel, Meetup, News and other forms of Collaboration . . ? | First and foremost: thanks for making Flair available and continuing to improve it - I am a regular user =)
How about enhancing the opportunity to collaborate for those fond of flair ?
While the landing page does point to a cornucopia of resources there seems to be an absence of collaboration mechanism . . . oth... | closed | 2022-12-11T18:54:05Z | 2023-06-11T11:25:45Z | https://github.com/flairNLP/flair/issues/3019 | [
"wontfix"
] | None-Such | 1 |
pyjanitor-devs/pyjanitor | pandas | 816 | [INF] Ensure tests pass on dev branch in auto release | # Brief Description
- .github/workflows/auto-release.yml
- See https://github.com/marketplace/actions/wait-on-check
- Have every push to dev trigger a test suite run | open | 2021-03-25T10:52:30Z | 2021-03-25T10:52:30Z | https://github.com/pyjanitor-devs/pyjanitor/issues/816 | [] | loganthomas | 0 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 226 | 如何切换v2以及是否考虑增加一个自动抓取最新视频的功能? | 已经部署好了 现在只有单一解析 没太看懂那个付费的api 购买之后如何替换?我是一键部署到linux 可否简单指导下
另外是否考虑定时自动抓取某一用户的最新视频,我现在用的一个微博爬虫,定时运行并将之前爬到的结果记录跳过,感觉这个功能很有用 | closed | 2023-07-20T14:16:04Z | 2024-04-23T05:05:24Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/226 | [
"enhancement"
] | AIEOV | 3 |
krish-adi/barfi | jupyter | 2 | Add support for streamlit password st.text_input type | For the st.text_input widget, streamlit supports password masking using the type='password' param (https://docs.streamlit.io/library/api-reference/widgets/st.text_input). Any way to get support for this? | closed | 2022-07-09T21:37:47Z | 2022-07-25T09:17:29Z | https://github.com/krish-adi/barfi/issues/2 | [
"enhancement"
] | zabrewer | 5 |
piskvorky/gensim | nlp | 2,694 | Use linesentence to stream corpus from file | I have used gensim to train word embedding about 6 months ago. At that time, the code used to stream data works just fine, but now I used it again, I meet so many error, one of them from fasttext model using too much ram. I think the document have not been updated
```
corpus_file = datapath('sample.txt')
model = ... | closed | 2019-12-03T09:23:13Z | 2019-12-03T11:27:36Z | https://github.com/piskvorky/gensim/issues/2694 | [
"need info"
] | TQuy | 4 |
flasgger/flasgger | api | 623 | Can syntax highlighting be supported? | In future planning, can syntax highlighting be used in description? | open | 2024-08-13T04:21:10Z | 2024-08-13T04:23:01Z | https://github.com/flasgger/flasgger/issues/623 | [] | rice0524168 | 0 |
psf/black | python | 3,760 | Hatchling version is incorrect in toml file | <!--
Please make sure that the bug is not already fixed either in newer versions or the
current development version. To confirm this, you have three options:
1. Update Black's version if a newer release exists: `pip install -U black`
2. Use the online formatter at <https://black.vercel.app/?version=main>, which w... | closed | 2023-07-04T11:13:59Z | 2023-07-05T12:56:38Z | https://github.com/psf/black/issues/3760 | [
"T: bug"
] | KiraUnderwood | 2 |
miguelgrinberg/microblog | flask | 54 | elasticsearch.exceptions.ConnectionError | Cannot seem to get a connection to the elasticsearch server started. I have tried the example setup in the python shell, import the module, pass the server address and port to the instance of es, however, I get the following error:
```
elasticsearch.exceptions.ConnectionError
elasticsearch.exceptions.ConnectionErr... | closed | 2017-12-22T13:44:36Z | 2019-09-09T01:19:26Z | https://github.com/miguelgrinberg/microblog/issues/54 | [
"question"
] | theodeyle | 5 |
apache/airflow | python | 47,496 | AIP-38 | Connections Add | ### Body
Alongside with #43703 a form needs to be available allowing to add a new connection.
Similar to the old / legacy UI depending on the connection type some `extra` fields need to be displayed. For this the "FlexibleForm" from the trigger UI should be re-used as a component.
### Committer
- [x] I acknowledge ... | closed | 2025-03-07T14:33:30Z | 2025-03-20T17:30:48Z | https://github.com/apache/airflow/issues/47496 | [
"kind:meta",
"area:UI"
] | jscheffl | 2 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 83 | download pictures and videos | hello my question is it possible to download pictures and images of the post?,
| open | 2023-08-04T08:53:13Z | 2023-08-05T13:17:23Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/83 | [] | ihabpalamino | 1 |
aminalaee/sqladmin | sqlalchemy | 334 | Hide bulk delete action button when can_delete=False | ### Discussed in https://github.com/aminalaee/sqladmin/discussions/331
<div type='discussions-op-text'>
<sup>Originally posted by **94929** September 24, 2022</sup>

As seen ... | closed | 2022-09-24T13:07:24Z | 2022-09-24T15:51:28Z | https://github.com/aminalaee/sqladmin/issues/334 | [] | aminalaee | 1 |
gradio-app/gradio | python | 9,939 | Dropdown and LinePlot buggy interaction | ### Describe the bug
Interactive dropdowns (```gr.Dropdown(options, interactive=True)```) do not work if a LinePlot (probably similar with ScatterPlot and others, but untested) is provided in the same block. This also happens if the plot is in other columns and rows. I did not check if it also happens with other com... | closed | 2024-11-11T14:51:32Z | 2025-02-07T18:16:33Z | https://github.com/gradio-app/gradio/issues/9939 | [
"bug"
] | nestor98 | 3 |
graphql-python/graphene | graphql | 1,274 | cannot import name 'ObjectType' from partially initialized module 'graphene' | **Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
When I simply run `import graphene`, I get the following error:
```
>>> import graphene
Traceback (most recent call last):
File "<stdin>", ... | closed | 2020-10-08T15:06:59Z | 2020-10-09T07:44:29Z | https://github.com/graphql-python/graphene/issues/1274 | [
"🐛 bug"
] | edalongeville | 1 |
allenai/allennlp | nlp | 4,669 | Officially support Python 3.8 | closed | 2020-09-24T17:07:51Z | 2020-09-25T20:27:24Z | https://github.com/allenai/allennlp/issues/4669 | [] | epwalsh | 0 | |
huggingface/diffusers | pytorch | 10,674 | FluxPipeline is not working with GGUF :( | ### Describe the bug
cpu offload is not working for Flux-GGUF, Works fine for AuraFlow-GGUF pipeline.
### Reproduction
```
import torch
from diffusers import FluxPipeline, FluxTransformer2DModel
from diffusers import GGUFQuantizationConfig
model_id = "ostris/Flex.1-alpha"
dtype = torch.bfloat16
transformer_path = "... | closed | 2025-01-28T18:50:40Z | 2025-02-06T11:01:16Z | https://github.com/huggingface/diffusers/issues/10674 | [
"bug"
] | nitinmukesh | 8 |
huggingface/diffusers | deep-learning | 10,514 | Sana 4k with use_resolution_binning not supported due to sample_size 128 | ### Describe the bug
Using the new 4k model fails with defaults values. Specifically with use_resolution_binning=True which is the default.
```
Traceback (most recent call last):
File "/home/rockerboo/code/others/sana-diffusers/main.py", line 28, in <module>
image = pipe(
^^^^^
File "/home... | open | 2025-01-09T23:16:20Z | 2025-02-12T15:03:30Z | https://github.com/huggingface/diffusers/issues/10514 | [
"bug",
"stale"
] | rockerBOO | 5 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 317 | Applying TripletMarginMiner To Image Segmentation | Hello, I'm attempting to train a segmentation network via triplet loss on the COCO dataset and am running into problems in regards to mining triplet samples from my segmentation masks. I'm using an FCN network (AlexNet with the last layer removed), and the embeddings when I pass my data in is of size [N, 1000] with N =... | closed | 2021-04-27T10:49:00Z | 2021-04-28T11:14:38Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/317 | [
"question"
] | H0PP3R | 4 |
keras-team/keras | tensorflow | 20,627 | GlobalAveragePooling1D data_format Question | My rig
- Ubuntu 24.04 VM , RTX3060Ti with driver nvidia 535
- tensorflow-2.14-gpu/tensorflow-2.18 , both pull from docker
- Nvidia Container Toolkit if running in gpu version
About[ this example](https://keras.io/examples/timeseries/timeseries_classification_transformer/)
The transformer blocks of this example... | open | 2024-12-11T05:51:31Z | 2024-12-13T06:28:57Z | https://github.com/keras-team/keras/issues/20627 | [
"type:Bug"
] | cptang2007 | 0 |
ned2/slapdash | plotly | 27 | incomplete installation? | I must be doing something wrong during installation. I set up a virtualenv and then followed all the commands, with defaults when prompted. I can get `run-slapdashed-app-dev` to work fine, but when I try to run `run-slapdashed-app-prod` I get `ModuleNotFoundError: No module named 'slapdash'` (and also mod_wsgi errors).... | closed | 2019-09-23T20:32:39Z | 2022-10-19T12:38:24Z | https://github.com/ned2/slapdash/issues/27 | [] | chubukov | 3 |
lukas-blecher/LaTeX-OCR | pytorch | 212 | Papers about LaTeX-OCR, want to learn more principles and innovate | Dear lukas:
Long time no see, I used your project about a year ago when I was working on an image recognition project, and you solved a lot of my problems at that time. After a year, I am very happy to see that your project is getting better and better, and the attention is also increasing. At present, I am in the s... | closed | 2022-10-25T04:16:04Z | 2022-10-25T08:58:49Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/212 | [] | XiaoyangLiu-sjtu | 1 |
HumanSignal/labelImg | deep-learning | 538 | error opening file: make sure xxx.jpg is a valid image file | when i open labelimg it shows below:
error opening file: make sure xxx.jpg is a valid image file?
how to sovle this problem? Thanks | open | 2020-01-03T12:50:02Z | 2020-01-23T02:59:50Z | https://github.com/HumanSignal/labelImg/issues/538 | [] | china56321 | 1 |
xlwings/xlwings | automation | 2,017 | Folders from OneDrive resolve incorrect fullname if subpaths | #### OS (e.g. Windows 10 or macOS Sierra)
macOS Monterey 12.5.1
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings 0.27.14
Python 3.10.6
Excel 16.64
#### Describe your issue (incl. Traceback!)
In OneDrive (for business) I am looking at some files from a colleague. The ... | open | 2022-09-14T09:34:09Z | 2022-09-14T12:17:04Z | https://github.com/xlwings/xlwings/issues/2017 | [
"bug"
] | dpwrussell | 3 |
Kav-K/GPTDiscord | asyncio | 418 | Clean up max_token selection | Currently, when setting max_tokens for a conversation buffer memory within langchain, we use simple string selection to set the token limit to 29,000 if the model is a gpt-4 model, and 100,000 if the model is one of the preview models (these are 128k context)
It would be nicer to have some sort of `get_max_conversat... | open | 2023-11-16T23:19:20Z | 2023-11-16T23:19:20Z | https://github.com/Kav-K/GPTDiscord/issues/418 | [] | Kav-K | 0 |
sczhou/CodeFormer | pytorch | 363 | error "No module named 'setuptools'" | when i input command "python basicsr/setup.py develop"
Traceback (most recent call last):
File "C:\Users\krisl\Desktop\CodeFormer\basicsr\setup.py", line 3, in <module>
from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools' | open | 2024-03-29T13:50:31Z | 2024-03-29T13:50:31Z | https://github.com/sczhou/CodeFormer/issues/363 | [] | hkcitizens9527 | 0 |
ets-labs/python-dependency-injector | flask | 336 | Optional dependencies | I am trying to create a container that optionally takes a dependency, and otherwise provides a value derived from another provider. The (IMO) hacky solution I have so far is a custom provider which either provides a Callable, or a default value if the callable has an error. Then I use this with the Callable being the d... | closed | 2020-12-14T15:28:08Z | 2021-01-30T00:18:29Z | https://github.com/ets-labs/python-dependency-injector/issues/336 | [
"question",
"feature"
] | shaunc | 12 |
SYSTRAN/faster-whisper | deep-learning | 1,020 | Does this project not support Jetson deployment yet | When I tried to deploy on Jetson, the following error occurred:

The deployment code is as follows:

The Jetson environment is:
 | ### Describe the bug
I want to use flux fill pipeline with turbo lora, but when I load pipeline and load lora model, than gives error
### Reproduction
```
from diffusers import FluxFillPipeline
def model_fn(model_dir: str) -> FluxFillPipeline:
pipe = FluxFillPipeline.from_pretrained(
"black... | closed | 2024-12-11T07:33:21Z | 2024-12-23T09:53:34Z | https://github.com/huggingface/diffusers/issues/10184 | [
"bug",
"lora"
] | Suprhimp | 19 |
sherlock-project/sherlock | python | 2,051 | In ubuntu is not working ? | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you ha... | closed | 2024-03-18T13:59:49Z | 2024-03-18T14:07:40Z | https://github.com/sherlock-project/sherlock/issues/2051 | [
"bug"
] | Day21cyber | 1 |
PaddlePaddle/models | nlp | 4,776 | arcface loss | 请问度量学习中的arcmargin loss是arcface loss么?? | closed | 2020-07-29T14:14:35Z | 2020-07-30T02:36:21Z | https://github.com/PaddlePaddle/models/issues/4776 | [
"user"
] | endy-see | 2 |
dynaconf/dynaconf | fastapi | 927 | [RFC] Support for username and password with vault | **Is your feature request related to a problem? Please describe.**
Dynaconf currently does not support connecting to Hashicorp Vault using username and password.
**Describe the solution you'd like**
I suggest adding support for username and password.
**Describe alternatives you've considered**
**Additional... | closed | 2023-04-26T12:52:39Z | 2023-04-29T19:13:23Z | https://github.com/dynaconf/dynaconf/issues/927 | [
"Not a Bug",
"RFC"
] | hansharhoff | 1 |
darrenburns/posting | rest-api | 179 | Toggle collection browser shortcut (ctrl+h) not working | Posting Version: 2.3.0
OS: Ubuntu 22.04
Terminal: Alacritty
I'll try to debug it later running from source. I'll let you know I find anything
 | open | 2025-02-07T14:27:35Z | 2025-03-07T22:03:03Z | https://github.com/darrenburns/posting/issues/179 | [] | felipebueno | 2 |
encode/apistar | api | 341 | Allow app.py to be in a package | I'd prefer to have app.py as a module in a package than to have it at the root. It would also allow for its name to be changed (and the package to be installed by `setup.py`).
Maybe I missed something but installing "app.py" from a setup.py would conflict between apistar projects or is there a way to "alias" a modul... | closed | 2017-10-25T10:01:08Z | 2018-03-23T23:00:48Z | https://github.com/encode/apistar/issues/341 | [] | JulienPalard | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.