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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
plotly/dash-core-components | dash | 953 | Release v1.16.0 of DashCoreComponents for Julia | This issue will trigger v1.16.0 of `DashCoreComponents` for Dash.jl. | closed | 2021-04-13T19:09:48Z | 2021-04-14T01:13:56Z | https://github.com/plotly/dash-core-components/issues/953 | [] | rpkyle | 3 |
betodealmeida/shillelagh | sqlalchemy | 47 | Make schema work | Right now if we query `main.table` the query fails. | closed | 2021-07-01T14:30:02Z | 2021-07-01T16:55:02Z | https://github.com/betodealmeida/shillelagh/issues/47 | [
"bug"
] | betodealmeida | 0 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 296 | The program shows applying to jobs completed but no jobs are actually applied to | ## Description
I set up the program and ran it according to the instructions, it was successful in logging in -> navigating to the linkedIn jobs page -> scrolling through the page ; but I don't see any ongoing action after the message `Starting the application process for this page...` and after a couple of minutes ... | closed | 2024-09-05T23:33:29Z | 2024-09-25T14:09:44Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/296 | [] | kevalhb | 8 |
miguelgrinberg/flasky | flask | 32 | Chapter 10 - There is an error | closed | 2015-01-20T15:23:47Z | 2015-01-20T15:40:20Z | https://github.com/miguelgrinberg/flasky/issues/32 | [] | ghost | 0 | |
man-group/arctic | pandas | 884 | Panel not available in pandas 1.2 | Starting from pandas 1.2 Panel is not available anymore, so this causes an error:
arctic/store/_pandas_ndarray_store.py", line 6, in <module>
from pandas import DataFrame, Series, Panel
ImportError: cannot import name 'Panel' from 'pandas' | closed | 2021-01-21T18:04:35Z | 2021-03-12T11:51:04Z | https://github.com/man-group/arctic/issues/884 | [] | grinisrit | 4 |
netbox-community/netbox | django | 18,129 | Create custom views to extend export templates feature | ### NetBox version
v4.1.7
### Feature type
New functionality
### Triage priority
N/A
### Proposed functionality
This feature would allow to create a custom view that can cross-display columns from different tables based on a reconciliation key. For example, a custom view that displays a device display name, prim... | closed | 2024-12-02T10:44:58Z | 2025-03-06T03:09:07Z | https://github.com/netbox-community/netbox/issues/18129 | [
"type: feature",
"plugin candidate"
] | YoucefYousfi | 1 |
automl/auto-sklearn | scikit-learn | 1,670 | [Question] Trouble to install `auto-sklearn`? | How to troubleshoot installation `auto-sklearn`?
I tried to do `pipenv install auto-sklearn` on my Linux environment, but I got this (in the end):
```sh
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for scikit-learn
ERROR: Could not build wheels... | open | 2023-06-15T12:45:34Z | 2023-08-25T07:48:07Z | https://github.com/automl/auto-sklearn/issues/1670 | [] | guilhermeparreira | 6 |
PaddlePaddle/models | nlp | 4,742 | PaddleNLP的lac分词baseline模型保存为serving的预测模型出错 | 保存模型:
```
# baseline model
export PYTHONIOENCODING=UTF-8 # 模型输出为Unicode编码,Python2若无此设置容易报错
python3.7 inference_model.py \
--init_checkpoint ./model_baseline \
--inference_save_dir ./inference_model
```
保存为serving预测模型:
```
import paddle_serving_client.io as serving_io
serving_io.inference_model_... | closed | 2020-07-06T08:14:18Z | 2020-07-13T10:52:18Z | https://github.com/PaddlePaddle/models/issues/4742 | [] | levinxo | 1 |
benbusby/whoogle-search | flask | 390 | [QUESTION] Disable autocompletion | As the title suggests. i dont know if this is already in there and I skipped past it because im dumb and/or blind but if not im sure theres a way to disable that, right? | closed | 2021-08-20T08:34:12Z | 2021-09-07T16:37:04Z | https://github.com/benbusby/whoogle-search/issues/390 | [
"question"
] | ClaraCrazy | 4 |
huggingface/datasets | pandas | 6,989 | cache in nfs error | ### Describe the bug
- When reading dataset, a cache will be generated to the ~/. cache/huggingface/datasets directory
- When using .map and .filter operations, runtime cache will be generated to the /tmp/hf_datasets-* directory
- The default is to use the path of tempfile.tempdir
- If I modify this path to the N... | open | 2024-06-21T02:09:22Z | 2025-01-29T11:44:04Z | https://github.com/huggingface/datasets/issues/6989 | [] | simplew2011 | 1 |
streamlit/streamlit | machine-learning | 10,181 | `st.data_editor` should remain at the edited cell (x,y) after the (`on_change`) refresh. | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
**Description**
When a user scrolls down in the `st.data_editor` table and inputs data into a cell, the on_c... | open | 2025-01-14T08:49:33Z | 2025-03-17T18:25:32Z | https://github.com/streamlit/streamlit/issues/10181 | [
"type:enhancement",
"feature:st.data_editor"
] | mariod13 | 3 |
ray-project/ray | pytorch | 50,718 | [core] Fix mock dependency | ### What happened + What you expected to happen
Ray core's mock object dependency is a mess, one concrete example:
https://github.com/ray-project/ray/blob/master/src/mock/ray/raylet/agent_manager.h
It should have the dependency of `AgentManager` and `DefaultAgentManagerServiceHandler`, but somehow it doesn't...
As a ... | open | 2025-02-19T05:25:20Z | 2025-03-12T01:52:56Z | https://github.com/ray-project/ray/issues/50718 | [
"bug",
"good-first-issue",
"enhancement",
"core",
"help-wanted"
] | dentiny | 6 |
modin-project/modin | data-science | 7,123 | Preserve shape_hint for dropna | This is to avoid index materialization in Series.columnarize.
| closed | 2024-03-26T09:34:08Z | 2024-03-26T12:14:25Z | https://github.com/modin-project/modin/issues/7123 | [
"Performance 🚀"
] | YarShev | 0 |
saleor/saleor | graphql | 17,377 | Bug: Variable "$password" is never used in operation "SetPassword". | ### What are you trying to achieve?
Hello, when trying to create a mutation to reset a password, I encountered the impossibility of doing this.
In the documentation https://docs.saleor.io/developer/users it is written that I first need to send a password reset mutation RequestPasswordReset (and I succeed, the letter ... | closed | 2025-02-17T19:10:51Z | 2025-02-17T19:22:23Z | https://github.com/saleor/saleor/issues/17377 | [
"bug",
"triage"
] | ilyLovesCode | 0 |
netbox-community/netbox | django | 18,856 | Related Objects not showing for a user that has limited permissions | ### Deployment Type
NetBox Cloud
### NetBox Version
v4.2.5
### Python Version
3.11
### Steps to Reproduce
Create a user with limited permissions to certain objects (I.E. we have production users who only can view prefixes, VRFs, and IP addresses with a production tag on them. They have read-only access to all si... | open | 2025-03-10T16:51:45Z | 2025-03-17T14:50:06Z | https://github.com/netbox-community/netbox/issues/18856 | [
"type: bug",
"status: revisions needed"
] | ZachHoiberg | 5 |
facebookresearch/fairseq | pytorch | 4,687 | The normalization settings of input audio | ## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
<!-- If you still can't find what you need: -->
#### What is your question?
In wav2vec2.0 and hubert, the config `task.normalize` is set to `False` (which means not to normalize the input audio), but data2vec is set to `T... | closed | 2022-09-01T13:50:32Z | 2022-09-18T06:06:09Z | https://github.com/facebookresearch/fairseq/issues/4687 | [
"question",
"needs triage"
] | Ther-nullptr | 2 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,016 | [Feature Request]: Since the SD3 effect is so poor, can we support the use of HunyuanDIT? | ### 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 the inference use of the HunyuanDIT model.
### Proposed workflow
Able to perform t2i
### Additional information
Since the SD3 effect is s... | open | 2024-06-14T01:54:26Z | 2024-06-18T04:22:00Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16016 | [
"enhancement"
] | yuno779 | 8 |
gradio-app/gradio | machine-learning | 10,755 | Update User interface for all users without restarting the server | Hello
I am reposting #10699 with more info as there was obviously a misunderstanding in my previous my request:
I know how to share data between user sessions. What I need is to be able to use this shared data to adapt the gradio user interface without having to restart the gradio server.
So here is a more concrete... | closed | 2025-03-07T14:55:51Z | 2025-03-10T18:14:10Z | https://github.com/gradio-app/gradio/issues/10755 | [] | deepbeepmeep | 3 |
robotframework/robotframework | automation | 4,688 | Do not exclude files during parsing if using `--suite` option | Currently when the `--suite` option is used, files not matching the specified suite aren't parsed at all. This is a useful performance optimization, but it doesn't work well with the new `Name` setting (#4583) that allows configuring the suite name in the parsed file itself. In addition to that, suites not being parsed... | closed | 2023-03-14T13:42:47Z | 2023-06-09T22:54:34Z | https://github.com/robotframework/robotframework/issues/4688 | [
"enhancement",
"priority: medium",
"backwards incompatible",
"rc 1",
"effort: small"
] | pekkaklarck | 1 |
jina-ai/serve | deep-learning | 5,539 | chore: draft release note v3.13.1 | # Release Note (3.13.1)
This release contains 3 bug fixes and 1 documentation improvement.
## 🐞 Bug Fixes
### Support Gateway with multiple protocols for Kubernetes export ([#5532](https://github.com/jina-ai/jina/pull/5532))
You can now export Flows with multiple protocols to Kubernetes. Previously this wo... | closed | 2022-12-20T10:47:35Z | 2022-12-22T20:07:31Z | https://github.com/jina-ai/serve/issues/5539 | [] | alexcg1 | 0 |
pydata/xarray | pandas | 9,376 | xarray.open_datatree is taking too long to open datatree in a s3 bucket | ### What is your issue?
Hi all,
I was trying to open a datatree stored in a s3 bucket but it is taking too long.
```python
from xarray.backends.api import open_datatree
URL = 'https://js2.jetstream-cloud.org:8001/'
path = f'pythia/radar/erad2024'
fs = s3fs.S3FileSystem(anon=True, client_kwargs=dict(en... | closed | 2024-08-17T22:10:58Z | 2024-08-20T16:01:56Z | https://github.com/pydata/xarray/issues/9376 | [
"topic-performance",
"topic-zarr",
"topic-DataTree"
] | aladinor | 1 |
flasgger/flasgger | rest-api | 196 | use swaggerUiPrefix in template_file | I want to use template_file argument with a unique YAML file.
But i'm behind a reverse proxy and i need to use the "swaggerUiPrefix" option in the template.
`swaggerUiPrefix=LazyString(lambda : request.environ.get('HTTP_X_SCRIPT_NAME', ''))`
But when i use a YAML file, this option doesn't work. flasgger see th... | open | 2018-05-01T18:59:04Z | 2018-10-01T17:31:19Z | https://github.com/flasgger/flasgger/issues/196 | [
"enhancement",
"hacktoberfest"
] | phil2fer | 2 |
gradio-app/gradio | data-visualization | 10,267 | gradio 5.0 unable to load javascript file | ### Describe the bug
if I provide JavaScript code in a variable, it is executed perfectly well but when I put the same code in a file "app.js" and then pass the file path in `js` parameter in `Blocks`, it doesn't work. I have added the code in reproduction below. if the same code is put in a file, the block will be ... | open | 2024-12-30T15:09:28Z | 2024-12-30T16:19:48Z | https://github.com/gradio-app/gradio/issues/10267 | [
"bug"
] | git-hamza | 2 |
holoviz/panel | jupyter | 7,754 | TextAreaInput - implementing/dropping `cols` param? | #### ALL software version info
Panel 1.6.2a1
#### Description of expected behavior and the observed behavior
The [Panel docs](https://panel.holoviz.org/reference/widgets/TextAreaInput.html) says `cols` is the number of columns in the text input field, which is quite confusing. The [Bokeh docs](https://docs.bokeh.org/e... | open | 2025-03-03T09:58:21Z | 2025-03-11T14:23:00Z | https://github.com/holoviz/panel/issues/7754 | [] | thuydotm | 0 |
openapi-generators/openapi-python-client | fastapi | 1,051 | Missing lazy import in post body to_multipart function | **Describe the bug**
It is possible to generate a model with a missing import leading to invalid python code.
The below `to_multipart` function is generated in the body for the create_upload_file_uploadfile__post model and references `UploadConfig` however it is not in scope.
```python
def to_multipart(self) ... | open | 2024-06-07T10:07:22Z | 2024-06-07T11:07:21Z | https://github.com/openapi-generators/openapi-python-client/issues/1051 | [] | mthanded | 0 |
ultralytics/ultralytics | machine-learning | 18,973 | Tensorrt cannot speed up inference time well | ### 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 have tried to use tensorrt to speed up the inference speed, but it has no ... | open | 2025-02-03T03:20:32Z | 2025-02-10T09:03:23Z | https://github.com/ultralytics/ultralytics/issues/18973 | [
"question",
"detect",
"exports"
] | darouwan | 9 |
ultralytics/ultralytics | python | 19,294 | Cannot access segment model in mobile hub | Hi
When I try to use my segment model I get the message that currently only detection models are supported.
Ok, but how does this fit with the remark
> @AstroCIEL Segment models also automatically are Detect models, they output both bounding boxes and segment masks.
_Originally posted by @glenn-jocher in [#... | open | 2025-02-18T09:51:38Z | 2025-02-20T23:51:27Z | https://github.com/ultralytics/ultralytics/issues/19294 | [
"question",
"HUB",
"segment"
] | metagic | 4 |
Sanster/IOPaint | pytorch | 498 | Cant find an option to use mask or alpha channel in inpaint | **Model**
Which model are you using?
Fooocus inpaint + canny controlnet
**Describe the bug**
A clear and concise description of what the bug is.
In previous versions ( lama-cleaner) it was possible to upload a mask together with the image, I can't find this option again or use the alpha channel in the image as a... | closed | 2024-03-28T20:25:58Z | 2025-01-12T02:06:13Z | https://github.com/Sanster/IOPaint/issues/498 | [
"stale"
] | ShmuelRonen | 4 |
aleju/imgaug | deep-learning | 118 | Probablity value to use in OneOf | Hi @aleju ,
I am using the OneOf option to do Fliplr, Flipud and rotate.
My question is in this case since i want one of the augmentations, is it better to put a probability of 1
for Fliplr and Flipud ? so my code looks like this:
augmentation = imgaug.augmenters.OneOf([
imgaug.augmenters.Fliplr(1... | open | 2018-04-05T15:52:40Z | 2022-06-09T11:27:07Z | https://github.com/aleju/imgaug/issues/118 | [] | mpsampat | 4 |
Kanaries/pygwalker | plotly | 277 | Allow single spec file same for multiple cell (different Dataframes) visualization | **Issue:**
Current functionality does not allow saving different visualizations(different Jupyter cells and different data frames) to a single config file.
If you plan to share your repo with someone for collaboration, this clutters the filespace.
| open | 2023-10-21T02:58:33Z | 2023-11-06T01:53:31Z | https://github.com/Kanaries/pygwalker/issues/277 | [
"enhancement"
] | rishabh-dream11 | 3 |
biolab/orange3 | numpy | 6,720 | Orange and PyMC? |
**What's your use case?**
Bayesian Modelling e.g. using [PyMC](https://www.pymc.io/welcome.html) has already a visual representation built into it's concept. E.g. converting the model to `pm.model_to_graphviz(model)`
Adapting the Orange framework to Bayesian or probabalist modelling in general, might lower the ... | closed | 2024-01-28T08:02:06Z | 2024-02-16T09:42:32Z | https://github.com/biolab/orange3/issues/6720 | [] | MoritzImendoerffer | 1 |
babysor/MockingBird | pytorch | 270 | 合成时人声电音爆裂问题 | 效果不是很好,有时人声还会突然中断变成电子音

| closed | 2021-12-14T10:37:51Z | 2021-12-16T01:58:28Z | https://github.com/babysor/MockingBird/issues/270 | [] | a1140314577 | 2 |
PokeAPI/pokeapi | graphql | 587 | GraphQL implementation | I am willing to try out implementing GraphQL with graphene-django. Does it seem like a good/useful idea?
| closed | 2021-03-08T23:37:04Z | 2021-06-10T09:20:40Z | https://github.com/PokeAPI/pokeapi/issues/587 | [] | AgustinRamiroDiaz | 2 |
flairNLP/flair | nlp | 3,415 | [Question]: Combining two different Models? | ### Question
Hello,
I am a complete freshman in the whole NLP/NER topic and unfortunately don't have much knowledge of python. I am experimenting with NER with Flair and was happy to get the NER with Flair up and running (with good results using the NER-German-large model). Now there are a few entities like dates o... | closed | 2024-03-01T11:39:44Z | 2025-03-12T08:02:46Z | https://github.com/flairNLP/flair/issues/3415 | [
"question"
] | ghost | 1 |
koxudaxi/datamodel-code-generator | fastapi | 1,848 | TypeAlias does not work for python versions <3.10 | **Describe the bug**
When `from typing import TypeAlias` is used in the output models, it does not take into consideration that support for this was introduced in python 3.10. Any versions below 3.10 will generate models that will not work.
The potential solution would be to use `from typing_extensions import Type... | open | 2024-02-09T09:43:13Z | 2025-02-07T18:17:18Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1848 | [
"bug",
"help wanted"
] | paultop6 | 5 |
HumanSignal/labelImg | deep-learning | 395 | Orientation issue exif related | Photos taken by iPhones in Portrait mode show up as landscape. This could be an Exif related issue. Photos taken in landscape mode seem fine. I will provide more details as I work with this tool more to characterize what's really wrong. | closed | 2018-11-18T04:01:09Z | 2023-02-03T18:26:46Z | https://github.com/HumanSignal/labelImg/issues/395 | [] | kechan | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,519 | [Bug]: Worse results with latest version | ### Checklist
- [X] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-04-14T22:19:29Z | 2024-09-14T10:09:35Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15519 | [
"bug-report"
] | Pisha99 | 26 |
amdegroot/ssd.pytorch | computer-vision | 513 | train.py:KeyError: 'van' | This's my bug:
-----------------
iter 0 || Loss: 20.2327 || timer: 0.1706 sec.
iter 10 || Loss: 12.8549 || Traceback (most recent call last):
File "train.py", line 259, in <module>
train()
File "train.py", line 165, in train
images, targets = next(batch_iterator)
File "/home/its/anaconda3/envs/tor... | closed | 2020-08-27T06:13:31Z | 2022-03-20T12:16:48Z | https://github.com/amdegroot/ssd.pytorch/issues/513 | [] | zhao-97 | 3 |
SciTools/cartopy | matplotlib | 1,869 | Cartopy crashes on Google Colab notebook: URLError: <urlopen error [Errno -3] Temporary failure in name resolution> | ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
Trying to run Cartopy on this Colab notebook: https://colab.research.google.com/drive/12AbSjq5gJd5mhcZDplH-WFl9vtUFc-wi#scrollTo=gsPHPY_xxmeL
However, any attempt to download coastlines or features leads to a URLError. Is this ... | closed | 2021-09-15T21:46:52Z | 2021-09-17T09:26:15Z | https://github.com/SciTools/cartopy/issues/1869 | [] | HaynesStephens | 13 |
taverntesting/tavern | pytest | 596 | Help needed: content-type; request body elements order, printing the response | I am trying out Tavern with RestfullBooker API. One of the test cases is for [creating a booking](https://restful-booker.herokuapp.com/apidoc/index.html#api-Booking-CreateBooking). For some reason, I keep getting content-type text/html in response instead of application/json, although that is the content-type I am send... | closed | 2020-09-07T18:26:37Z | 2021-01-30T16:38:51Z | https://github.com/taverntesting/tavern/issues/596 | [] | api-girl | 4 |
ydataai/ydata-profiling | jupyter | 800 | Ambiguous config usage documentation | Documentation about [how to alter the configurations](URL) directly starts with ``` profile = df.profile_report(title="Pandas Profiling Report", pool_size=1)``` and it is absolutely not clear what the ```df``` is. If it is a pandas DataFrame, it does not have profile_report as a defined method. | open | 2021-06-19T13:03:36Z | 2021-10-14T09:45:46Z | https://github.com/ydataai/ydata-profiling/issues/800 | [
"documentation 📖",
"Hacktoberfest :fireworks:"
] | nitinmnsn | 3 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 107 | build failed "No module named 'conda'" | ### description
build failed
### context:
- no custom environnement variables
- Docker version 20.10.5, build 55c4c88
- docker-compose version 1.29.2, build 5becea4c
### how to reproduce
1. git clone https://github.com/jupyterhub/jupyterhub-deploy-docker
1. mkdir secrets
1. echo -e admin admin > secret... | closed | 2021-06-30T15:33:30Z | 2022-12-05T00:47:26Z | https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/107 | [] | juleslagarde | 7 |
jonaswinkler/paperless-ng | django | 816 | [BUG] Cannot change base href |
**Describe the bug**
I'm using paperless with using caddy reverse proxy I cannot get it working correctly because when I open:
https://example.com/paperlessng/dashboard im being redirected by paperless-ng server to:
https://example.com/accounts/login/?next=/paperlessng/dashboard
If I run it locally (192.168.X.... | closed | 2021-03-24T08:45:57Z | 2021-03-24T11:35:40Z | https://github.com/jonaswinkler/paperless-ng/issues/816 | [] | ahaw | 1 |
AirtestProject/Airtest | automation | 1,035 | 报告样式中,poco录制的元素超出屏幕 | 报告样式中,poco录制的元素超出屏幕,样式问题,如下图所示
运行环境:
mac
python 3.9
airtest==1.2.4
<img width="1395" alt="image" src="https://user-images.githubusercontent.com/29191106/161370843-0cf8ea9b-cec8-44cd-b69a-03a1118b0444.png">
| open | 2022-04-02T06:49:39Z | 2022-04-02T06:49:39Z | https://github.com/AirtestProject/Airtest/issues/1035 | [] | Pactortester | 0 |
ashnkumar/sketch-code | tensorflow | 21 | How to use multi .h5 files generated by training my own data? | When I trained my own data, it generated multi .h5 file, how to use them? | closed | 2019-05-27T05:26:49Z | 2019-07-17T13:45:55Z | https://github.com/ashnkumar/sketch-code/issues/21 | [] | lewis617 | 1 |
thp/urlwatch | automation | 247 | Allow --edit even when the urls.yaml file is currently invalid | Once there is a configuration error the `--edit`, `--edit-config` and `--edit-hooks` commands no longer work.
For example if the `urls.yaml` looks like this:
name: test
ur: abc
There will be an error when invoking the `--edit` command:
EDITOR=vim urlwatch --edit
Traceback (most recent call... | closed | 2018-06-06T18:22:10Z | 2018-11-11T20:48:37Z | https://github.com/thp/urlwatch/issues/247 | [] | kbabioch | 4 |
ydataai/ydata-profiling | data-science | 837 | importing ProfileReport seems to interfere with pandas plotting | **Describe the bug**
Running
```
from pandas_profiling import ProfileReport
import pandas as pd
```
seems to interfere with pandas plotting
**To Reproduce**
Run this as a cell in jupyter lab (may be same as jupyter notebook)
```
import pandas as pd
from pandas_profiling import ProfileReport
df = p... | open | 2021-09-28T21:04:02Z | 2021-10-11T01:21:43Z | https://github.com/ydataai/ydata-profiling/issues/837 | [
"bug 🐛",
"Hacktoberfest :fireworks:"
] | raybellwaves | 2 |
dask/dask | pandas | 11,044 | FileExpired exception when reading parquet from a Minio bucket using Dask | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | open | 2024-04-11T07:24:36Z | 2024-04-18T07:53:51Z | https://github.com/dask/dask/issues/11044 | [
"dataframe",
"parquet"
] | PietroSpalluto | 6 |
ageitgey/face_recognition | machine-learning | 1,280 | Failing to Detect faces from IPhone images | * face_recognition version: 1.2.3
* Python version: 3.9.1
* Operating System: Mac
### Description
I am working on a website to do emotion detection on faces from images. The first step is to detect faces in an image.
This mostly works fine, but whenever I upload images straight from my iphone to the website, n... | open | 2021-02-07T18:13:27Z | 2021-11-29T19:53:55Z | https://github.com/ageitgey/face_recognition/issues/1280 | [] | cullena20 | 3 |
OpenInterpreter/open-interpreter | python | 1,297 | Should not crash from running out of money | ### Describe the bug
Crashes when OpenAI account runs out of money
### Reproduce
Use Open Interpreter when there is little money in account until it runs out.
### Expected behavior
Should print the error message without crashing or dropping the conversation, so you can replenish account and continue.
... | open | 2024-06-08T15:18:19Z | 2024-06-08T15:18:52Z | https://github.com/OpenInterpreter/open-interpreter/issues/1297 | [] | endolith | 0 |
waditu/tushare | pandas | 1,376 | pro.hk_hold - 返回数据和接口参数建议 | ### 1 建议增加同时获取 SH SZ数据
问题描述:exchange 参数不能同时设置为 ['SH', 'SZ'] 或 'SH, SZ' 的形式,以同时获取两个市场的数据
level: minor
###2 建议剔除周六数据
问题描述:pro.hk_hold回返回周六的数据,和周五相同
level: minor
```
In [211]: df = pro.hk_hold(trade_date='20200516', exchange='SZ')
In [212]: df
Out[212]:
code trade_date ts_code name ... | closed | 2020-06-14T03:32:27Z | 2020-06-15T10:48:46Z | https://github.com/waditu/tushare/issues/1376 | [] | chrjxj | 1 |
gyli/PyWaffle | data-visualization | 19 | Font awesome license | I notice that files from the Font Awesome project are being used. The project's license [requires attribution](https://fontawesome.com/license/free). IANAL, and I am not affiliated with that project, but I think there probably needs to be a license file for these files, and this needs to be in the MANIFEST.in file (s... | closed | 2019-11-19T16:37:48Z | 2020-01-27T01:43:39Z | https://github.com/gyli/PyWaffle/issues/19 | [] | toddrme2178 | 2 |
ultralytics/ultralytics | pytorch | 19,283 | Loss of frames in inference on Yolo11 and greyed out output video | ### 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
Predict
### Bug
I'm having the same problem, I'm processing RTSP and generating videos based on the inferences made, but t... | open | 2025-02-17T13:51:09Z | 2025-02-19T10:08:40Z | https://github.com/ultralytics/ultralytics/issues/19283 | [
"question",
"detect"
] | kaueciglioni | 7 |
qubvel-org/segmentation_models.pytorch | computer-vision | 591 | wish more implements~ | closed | 2022-04-20T08:51:30Z | 2022-06-27T02:20:18Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/591 | [
"Stale"
] | yonghongwu | 2 | |
mage-ai/mage-ai | data-science | 5,402 | [BUG] Kubernetes API Failures During Job Creation | ### Mage version
0.9.72
### Describe the bug
Currently, when using Mage to run jobs in a Kubernetes environment, there is an issue where failures caused by the Kubernetes API being unavailable or unreachable are not handled properly. These failures can happen due to reasons like temporary unavailability of Kub... | open | 2024-09-09T14:56:40Z | 2025-02-06T23:05:16Z | https://github.com/mage-ai/mage-ai/issues/5402 | [
"bug"
] | jordi-ydteam | 5 |
lanpa/tensorboardX | numpy | 152 | Implement support of Matplotlib figures | Hello @lanpa,
First of all, thanks a lot for investing the time and developing this project. I find it super useful whenever I try (and usually fail ;) hacking _PyTorch_.
Frequently, when I work there's a need to create _Matplotlib_ plot and add it to _TensorBoard_. There are known and well documented ways to do ... | closed | 2018-05-31T17:18:56Z | 2018-06-02T17:07:37Z | https://github.com/lanpa/tensorboardX/issues/152 | [] | vojtamolda | 5 |
python-gino/gino | asyncio | 30 | Integrate with Sanic | Perhaps at least offer a request-scoped lazy-borrowed connection. | closed | 2017-08-07T06:25:26Z | 2017-08-14T04:43:53Z | https://github.com/python-gino/gino/issues/30 | [
"help wanted",
"task"
] | fantix | 0 |
opengeos/leafmap | plotly | 663 | Support add_stac_layer for leafmap.deckgl backend | <!-- Please search existing issues to avoid creating duplicates. -->
### Description
lonboard support was added for the deck.gl backend. However, I'm having difficulty integrating this functionality with STAC item visualizations that are supported in the ipyleaflet backend.
Below is a reproducible example
A... | closed | 2024-01-18T20:47:32Z | 2024-01-20T04:40:36Z | https://github.com/opengeos/leafmap/issues/663 | [
"Feature Request"
] | rbavery | 2 |
lensacom/sparkit-learn | scikit-learn | 20 | Implement ArrayRDD.std() method | see http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.std.html#numpy.ndarray.std
see ArrayRDD.mean()
| open | 2015-06-11T12:09:49Z | 2015-06-11T15:30:49Z | https://github.com/lensacom/sparkit-learn/issues/20 | [
"enhancement"
] | kszucs | 0 |
jumpserver/jumpserver | django | 14,572 | [Question] 使用 vscode 连接资产服务器失败 | ### 产品版本
v4.4.1
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [X] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### 环境信息
ubuntu-22.04.5 server
有互联网
### 🤔 问题描述
config.txt中添加了配置,但使用vscode 连接资产服务器失败。
资产服务器账号密码托管在平台上,JumpServer登录日志中显示JumpServe... | closed | 2024-12-03T09:55:09Z | 2024-12-05T01:57:08Z | https://github.com/jumpserver/jumpserver/issues/14572 | [
"🤔 Question"
] | steven22tom | 2 |
exaloop/codon | numpy | 528 | Why did some AST copy in some places and then assign values to themselves? | like:
```C++
f.ast = std::static_pointer_cast<FunctionStmt>(clone(f.ast));
```
What is the reason for the cost of this copy?
| closed | 2024-01-15T08:03:22Z | 2024-01-29T19:27:49Z | https://github.com/exaloop/codon/issues/528 | [] | WutingjiaX | 1 |
pydata/xarray | pandas | 9,890 | ASV Benchmark warning and timeouts | ### What is your issue?
https://github.com/pydata/xarray/pull/9889#issuecomment-2543054655
Quite a few timeouts and warnings nowadays with the benchmarks, but it runs now at least.
Failing after 115m
<details>
```
2024-12-14T09:52:03.3320213Z [50.00%] · For xarray commit 36e46460 (round 2/2):
2024-12-... | open | 2024-12-14T11:11:36Z | 2025-03-21T19:24:23Z | https://github.com/pydata/xarray/issues/9890 | [
"CI"
] | Illviljan | 6 |
ultralytics/ultralytics | deep-learning | 19,134 | Different behavior (NOT good) of yolov11n on Jetson Orin Nano Super | ### 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
Recently, we have upgrade our Jetson Orin Nano 8GB DevKit to Jetpack 6.2, wh... | closed | 2025-02-08T02:21:13Z | 2025-03-10T02:08:47Z | https://github.com/ultralytics/ultralytics/issues/19134 | [
"question",
"detect",
"embedded"
] | lida2003 | 41 |
taverntesting/tavern | pytest | 619 | MQTT publish does it support the use of external function | Hello, I encountered a problem. I want to use an external method like HTTP request in the mqtt_publish configuration of yaml. But when executed locally, it did not resolve and replace my external function.
- tavern yaml
```yaml
stages:
- name: Success Request
mqtt_publish:
topic: xxx
qos: 1
... | closed | 2020-11-12T09:33:37Z | 2020-12-11T16:53:07Z | https://github.com/taverntesting/tavern/issues/619 | [] | Sokkam | 2 |
pytest-dev/pytest-cov | pytest | 216 | Pluggy incompatibility with pytest==3.7.0 when using pipenv | When updating in pipenv today:
```
$> pipenv install
Pipfile.lock (bd627c) out of date, updating to (5f00e3)...
Locking [dev-packages] dependencies...
Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass thi... | closed | 2018-07-31T12:37:01Z | 2018-08-01T08:11:46Z | https://github.com/pytest-dev/pytest-cov/issues/216 | [] | benhowes | 5 |
ClimbsRocks/auto_ml | scikit-learn | 139 | for adding predicted features: add a flag for exists or not | inside transform for AddPredictedFeature, check to see if we already have this feature present in the dataset. if we do, don't do anything! If we don't, add it in.
and maybe add it in every time for a single row, just to be sure we're doing that right at prediction time.
Doing this will let us get predicted fea... | closed | 2016-11-09T22:58:28Z | 2017-03-12T01:13:50Z | https://github.com/ClimbsRocks/auto_ml/issues/139 | [] | ClimbsRocks | 1 |
paperless-ngx/paperless-ngx | machine-learning | 8,476 | [BUG] Custom_field selectbox order | ### Description
When creating a custom field as a select box and assigning its contents to documents, the data is stored on the document as follows:
...'custom_fields': [{'value': None, 'field': 1}, {'value': 13, 'field': 2}],...
The order of the select box elements is therefore critical since they are numbered ... | closed | 2024-12-12T15:26:11Z | 2025-01-12T03:12:26Z | https://github.com/paperless-ngx/paperless-ngx/issues/8476 | [
"not a bug"
] | AndryXY | 3 |
autogluon/autogluon | computer-vision | 4,185 | [BUG] | [V] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
[X] I confirmed bug exists on the latest mainline of AutoGluon via source install. <!-- Preferred -->
[V] I confirmed bug exists on the latest stable version of AutoGluon. <!-- Unnecessary if prior item... | closed | 2024-05-09T08:54:13Z | 2024-05-10T18:25:37Z | https://github.com/autogluon/autogluon/issues/4185 | [
"duplicate"
] | giladrubin1 | 1 |
HIT-SCIR/ltp | nlp | 189 | glibc detected corrupted double-linked list |
cat input | bin/examples/pos_cmdline --postagger-model ./ltp_data/pos.model
```
*** glibc detected *** bin/examples/pos_cmdline: corrupted double-linked list: 0x00000000009193b0 ***
======= Backtrace: =========
/lib64/libc.so.6[0x3671275f3e]
/lib64/libc.so.6[0x36712790b6]
/usr/lib64/libstdc++.so.6(_ZdlPv+0x18)[... | closed | 2016-11-01T06:23:40Z | 2016-11-01T07:46:34Z | https://github.com/HIT-SCIR/ltp/issues/189 | [] | luyee | 2 |
NullArray/AutoSploit | automation | 781 | Divided by zero exception51 | Error: Attempted to divide by zero.51 | closed | 2019-04-19T16:00:42Z | 2019-04-19T16:37:55Z | https://github.com/NullArray/AutoSploit/issues/781 | [] | AutosploitReporter | 0 |
MycroftAI/mycroft-core | nlp | 2,294 | Strange Skill regex behaviour | Interested in any comments or hypotheses on this one...
It was flagged that some utterances like "tell me about the royal bank of canada" were not receiving any response from Mycroft. So first stop was to investigate the Skill itself.
1. With the existing Skills regex, the Article Title is extracted correctly and... | closed | 2019-09-09T02:10:03Z | 2024-09-08T08:34:02Z | https://github.com/MycroftAI/mycroft-core/issues/2294 | [] | krisgesling | 2 |
deepset-ai/haystack | pytorch | 8,216 | clean up docstrings: MetadataRouter | closed | 2024-08-13T12:25:43Z | 2024-08-14T06:40:19Z | https://github.com/deepset-ai/haystack/issues/8216 | [] | dfokina | 0 | |
PhantomInsights/subreddit-analyzer | matplotlib | 3 | thank you for putting this out there! | First of all, thank you for making this public :) Have always wanted to do something like this but have been lazy.
It would be great if you could put some simple instructions on how to install / use it without reading the source too much :P (like if I could see what you're running in cmd line)
Merry Christmas :)
... | closed | 2019-12-24T22:03:52Z | 2019-12-25T19:08:41Z | https://github.com/PhantomInsights/subreddit-analyzer/issues/3 | [] | brianwu02 | 2 |
pallets/flask | flask | 4,979 | url_for() add support for explicit query params | I have a flask route that takes the query params of the request, and uses them to build a new URL.
A simplified example looks like this:
```python
@app.route("/my-route")
def my_route():
request_query = request.args.to_dict()
request_query['foo'] = 'bar'
url = url_for("my_route", **reques... | closed | 2023-02-15T16:29:18Z | 2023-02-15T19:49:23Z | https://github.com/pallets/flask/issues/4979 | [] | michael-lazar | 3 |
nerfstudio-project/nerfstudio | computer-vision | 3,134 | Google Drive Permission Error when running `ns-download-data nerfstudio --capture-name=poster` | **Describe the bug**
Running `ns-download-data nerfstudio --capture-name=poster` results in a gdown google drive permission error.
**To Reproduce**
Steps to reproduce the behavior:
1. Run `ns-download-data nerfstudio --capture-name=poster` after installation.
**Expected behavior**
Download Data
**Screensho... | open | 2024-05-10T01:22:54Z | 2024-05-12T21:51:23Z | https://github.com/nerfstudio-project/nerfstudio/issues/3134 | [] | branyang02 | 4 |
aimhubio/aim | tensorflow | 2,888 | Continue runs in callback | ## 🚀 Feature
Even though there is [continue run](https://aimstack.readthedocs.io/en/latest/using/manage_runs.html#continue-runs) functionality for run object but this support is not available for callbacks when using Hugging Face trainer api)
<!-- A clear and concise description of the feature proposal -->
### ... | open | 2023-07-03T04:16:00Z | 2023-07-03T16:06:23Z | https://github.com/aimhubio/aim/issues/2888 | [
"type / enhancement"
] | prince14322 | 1 |
amisadmin/fastapi-amis-admin | fastapi | 67 | QuickSaveItemApi错误,请修正代码 | admin/admin.py 文件 中 :
primaryField=self.pk_name,
quickSaveItemApi=f"put:{self.router_path}/item/" + "${id}",
改为:
primaryField=self.pk_name,
quickSaveItemApi=f"put:{self.router_path}/item/${self.pk_name}"
否则pk_name不为id时,会报405错误 | closed | 2022-11-16T02:13:18Z | 2023-09-17T08:51:16Z | https://github.com/amisadmin/fastapi-amis-admin/issues/67 | [] | zinohome | 3 |
jowilf/starlette-admin | sqlalchemy | 585 | Bug: Empty bulk actions dropdown menu when no bulk actions available. | **Describe the bug**
Empty bulk actions dropdown menu when no bulk actions avalable.
**To Reproduce**
Allow only "view" row actions, ex:
```python
class ReadOnlyModelView(ModelView):
def can_create(self, request):
return False
def can_edit(self, request):
return False
def can... | open | 2024-10-03T12:30:30Z | 2024-10-14T13:17:35Z | https://github.com/jowilf/starlette-admin/issues/585 | [
"bug"
] | essenciary | 0 |
jofpin/trape | flask | 42 | No me sale el registro cuando me conecto a la dirección | 
| closed | 2018-04-26T17:14:51Z | 2018-09-19T16:26:03Z | https://github.com/jofpin/trape/issues/42 | [] | Blask0 | 3 |
psf/requests | python | 6,877 | List of documented exceptions doesn't match reality / unused `URLRequired` exception | The documentation lists a [relatively small list](https://requests.readthedocs.io/en/latest/api/#exceptions) of exceptions, among them:
> exception `requests.URLRequired(*args, **kwargs)`
> A valid URL is required to make a request.
which would imply that passing an invalid URL raises `URLRequired`. However, that exc... | open | 2025-01-31T16:15:01Z | 2025-02-01T19:57:14Z | https://github.com/psf/requests/issues/6877 | [] | The-Compiler | 4 |
mwaskom/seaborn | pandas | 3,182 | Missing xticklabels in non-rectangular shared plots | In the objects interface, one can instantiate a faceted plot where the faceted column is wrapped. When this results in a non-rectangular grid of axes, there are no xtick labels for the bottom axes that are not on the bottom row. Example code:
```python
import seaborn as sis
import seaborn.objects as so
iris = sns... | closed | 2022-12-11T18:59:54Z | 2022-12-11T19:15:32Z | https://github.com/mwaskom/seaborn/issues/3182 | [] | MaozGelbart | 1 |
benbusby/whoogle-search | flask | 747 | [BUG] support.google.com link using removed /url endpoint | **Describe the bug**
Results for support.google.com had a href of /url?q=&{google_url}
1. the / in the href break compatability with WHOOGLE_URL_PREFIX
2. the url endpoint is removed in 2490089645f2cc2659f75be1398d13bbb6fec726
Probably another bug but may be related. With anonymous view enabled if search "googl... | closed | 2022-05-05T11:37:40Z | 2022-05-16T15:57:44Z | https://github.com/benbusby/whoogle-search/issues/747 | [
"bug"
] | invis-z | 0 |
deezer/spleeter | deep-learning | 615 | Error: AttributeError: module 'ffmpeg' has no attribute '_run' | - [x ] I didn't find a similar issue already open.
- [x ] I read the documentation (README AND Wiki)
- [x ] I have installed FFMpeg
- [ x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
When running spleeter to extract stems f... | closed | 2021-04-22T22:59:31Z | 2022-10-17T14:05:43Z | https://github.com/deezer/spleeter/issues/615 | [
"bug",
"invalid"
] | afolabiaji | 3 |
huggingface/transformers | deep-learning | 36,513 | Allow parameters of the ViTPooler to be configurable, with the default values set to the current hardcoded values | ### Feature request
I would like to add `pooled_output_size: int | None` and `pooler_act: str` fields in ViTConfig such that the following https://github.com/huggingface/transformers/blob/main/src/transformers/models/vit/modeling_vit.py#L665-L666 can be configured if needed.
The two fields would have default values ... | open | 2025-03-03T14:22:02Z | 2025-03-07T14:12:29Z | https://github.com/huggingface/transformers/issues/36513 | [
"Feature request",
"Vision"
] | sebbaur | 6 |
marimo-team/marimo | data-science | 3,889 | Read script metadata when running `marimo edit` | ### Description
Script metadata is only read for a file when running `marimo edit run.py`. However, it would be nice to have it work for `marimo edit` also, and then any file that is opened within that session.
### Suggested solution
Probably reading from the file key / query param?
### Alternative
_No response_
... | closed | 2025-02-23T22:07:56Z | 2025-03-03T04:43:13Z | https://github.com/marimo-team/marimo/issues/3889 | [
"enhancement"
] | riyavsinha | 0 |
neuml/txtai | nlp | 746 | Support max_seq_length parameter with model pooling | txtai has an internal mechanism to run mean and cls pooling. This adds support for `sentence-transformers` models without having to install the library. This component was added to limit the number of package dependencies.
One difference noted between `sentence-transformers` and txtai is that txtai doesn't read the... | closed | 2024-07-04T13:17:57Z | 2024-07-04T14:05:48Z | https://github.com/neuml/txtai/issues/746 | [] | davidmezzetti | 0 |
tensorlayer/TensorLayer | tensorflow | 949 | Warning in tensorlayer.layers.utils.set_name_reuse | Hello Hao Dong,
I am using your library for my project on tumor segmentation. The code has stopped working because of the issue of tensorlayer.layers.utils.set_name_reuse.
How to solve this issue?
Thank you. | closed | 2019-03-25T06:05:15Z | 2019-04-03T12:34:32Z | https://github.com/tensorlayer/TensorLayer/issues/949 | [] | rupalkapdi | 2 |
keras-team/keras | tensorflow | 20,964 | User guide to use Rematerialization | gradient checkpoint feat was introduced here https://github.com/keras-team/keras/pull/20743 but currently there is no user guide how to adop it or use it. | open | 2025-02-26T01:06:43Z | 2025-02-27T17:11:10Z | https://github.com/keras-team/keras/issues/20964 | [
"type:docs"
] | pure-rgb | 2 |
Miserlou/Zappa | flask | 2,242 | Unable to deploy Zappa to AWS Lambda return 502 everytime | Zaapa settings
```
{
"prod": {
"aws_region": "ap-south-1",
"django_settings": "app.main.settings",
"profile_name": "project",
"project_name": "project-admin-backend",
"runtime": "python3.7",
"s3_bucket": "project-backend-api",
"cors": true,
... | open | 2023-04-15T04:41:14Z | 2023-04-25T11:29:21Z | https://github.com/Miserlou/Zappa/issues/2242 | [] | cartoonmangodev1 | 1 |
iperov/DeepFaceLab | machine-learning | 5,214 | XSeg training GPU unavailable | ## Expected behavior
It should be able to use GPU for training.
## Actual behavior
```Press enter in 2 seconds to override model settings.Error: Cannot assign a device for operation XSeg/conv01/conv/weight: node XSeg/conv01/conv/weight (defined at /code/DeepFaceLab_Linux/DeepFaceLab/core/leras/layers/Conv2D.py:76)... | open | 2020-12-24T19:44:38Z | 2023-06-08T22:20:57Z | https://github.com/iperov/DeepFaceLab/issues/5214 | [] | 1over137 | 7 |
widgetti/solara | jupyter | 996 | Meta tags: Potential bug or documentation inconsistency | Hi!
When looking at the docstrings of `solara.Head` we see this:
```
A component that manager the "head" tag of the page to avoid duplicate tags, such as titles.
Currently only supports the [title](/documentation/components/page/title) tag as child, e.g.:
```python
import solara
@solara.component
... | open | 2025-02-06T20:36:08Z | 2025-02-07T11:42:06Z | https://github.com/widgetti/solara/issues/996 | [] | JovanVeljanoski | 2 |
PokeAPI/pokeapi | api | 933 | Okidogi Wrong Hidden Ability | Okidogi's hidden ability is listed as Zero to Hero instead of the proper ability of Guard Dog. | closed | 2023-10-01T01:42:54Z | 2023-10-05T05:09:41Z | https://github.com/PokeAPI/pokeapi/issues/933 | [] | tmbocheeko | 1 |
newpanjing/simpleui | django | 409 | Save button on change_list.html page update all table rows not only the editable row | I have reated `list_editable = ("pickup_date", "pickup_available_time")` in admin.py file but in the page change_list.html when I edit pickup_date for an selected row in the table I noticed that all the table rows are updated not only the selected one
| closed | 2021-11-14T00:12:58Z | 2022-06-13T02:29:02Z | https://github.com/newpanjing/simpleui/issues/409 | [
"bug"
] | AlyRadwan2020 | 2 |
replicate/cog | tensorflow | 1,524 | cog multimodel setup issue |
output_path = "/tmp/super_resolution.png"
if high_resolution:
cv2.imwrite(output_path, cv2.cvtColor(output, cv2.COLOR_RGB2BGR))
else:
output_path = "/tmp/out.png"
output.save(output_path)
return output_path
```
my run comment is
```
$ cog ... | closed | 2024-02-09T04:53:00Z | 2024-06-21T22:35:16Z | https://github.com/replicate/cog/issues/1524 | [] | tzktz | 1 |
xlwings/xlwings | automation | 2,498 | Remove vendored mistune | Anaconda now includes >2.0 so save to use as optional external dependency. | closed | 2024-08-12T20:48:29Z | 2024-08-13T09:51:01Z | https://github.com/xlwings/xlwings/issues/2498 | [] | fzumstein | 0 |
biosustain/potion | sqlalchemy | 11 | Eliminate 'DeferredSchema' | Instead return new instances using the `Schema.bind()` method if needed.
| closed | 2015-01-15T13:37:46Z | 2015-02-15T14:14:29Z | https://github.com/biosustain/potion/issues/11 | [] | lyschoening | 0 |
hankcs/HanLP | nlp | 664 | 繁体简体转换词典中"立體=三維"的一个bug | t2s.txt中
立體=三維
但是"三維"的“維”也是一个繁体字,应该是“三维” | closed | 2017-11-02T04:33:33Z | 2017-11-02T06:45:57Z | https://github.com/hankcs/HanLP/issues/664 | [
"improvement"
] | searchserver | 1 |
google-research/bert | tensorflow | 914 | computing self-attention for tokens in a sentence | Hi,
I follow the intuitive working of BERT but I am still not quite sure how to compute self-attention for tokens in a sentence.
For instance:
['The cat sat on the mat', 'The cat lay on the rug']
I want to compute the attention scores for all the tokens in both the sentences. Also, if I plan to use the multi-... | open | 2019-11-13T03:36:44Z | 2019-11-13T03:36:44Z | https://github.com/google-research/bert/issues/914 | [] | vr25 | 0 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 613 | [QUESTION]: What is the point of MINIMUM_WAIT_TIME? | ### Summary of your question
Why do we have the bot idle on pages if they complete all jobs before MINIMUM_WAIT_TIME (in app_config.py) has elapsed?
### Question details
If several pages need to be skipped because jobs have already been applied to, then this will cause the bot to idle for several minutes befor... | closed | 2024-10-26T05:31:48Z | 2024-10-31T16:51:50Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/613 | [
"question"
] | sloganking | 1 |
waditu/tushare | pandas | 1,720 | (pro版)adj_factor保持更新时间一致、补全数据 | adj_factor文档上说更新时间是早上9点30分,结果只是部分更新。
以今天2023-10-09为例,'689009.SH'在16:45仍未更新,直到17点左右才更新。
另外'836504.BJ'在2022-08-22有行情,而复权因子直到2023-08-17才有数据。
| open | 2023-10-09T12:16:09Z | 2023-10-09T12:27:09Z | https://github.com/waditu/tushare/issues/1720 | [] | edward852 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.