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
wagtail/wagtail
django
12,661
Hook for replacing user avatar logic
### Is your proposal related to a problem? From @jhrr on https://github.com/wagtail/wagtail/issues/12274#issuecomment-2514281305: > Sorry to mildly necrobump this thread, but there is one issue with cutomizing the Wagtail `UserProfile` that we've encountered, and that is being able to replace or alias the `avatar` fi...
closed
2024-12-04T12:26:35Z
2024-12-17T20:47:21Z
https://github.com/wagtail/wagtail/issues/12661
[ "type:Enhancement", "component:User Management" ]
gasman
3
randyzwitch/streamlit-folium
streamlit
235
refresh data with zoom in/zoom out
when I changed to st_folium everytime I zoom in/zoom out all data uploads again and it takes a lot of time. When I use folium_static I don't have this problem.
closed
2024-11-07T21:01:32Z
2024-11-22T20:33:24Z
https://github.com/randyzwitch/streamlit-folium/issues/235
[]
sanapolsky
3
allenai/allennlp
pytorch
5,050
How can we support text_to_instance running in parallel?
Though we have a multi-process data-loader, we use for loops in [predictor](https://github.com/allenai/allennlp/blob/main/allennlp/predictors/predictor.py#L299). It will make the process hard and slow when we have many inputs( especially when this predictor as a server). I mean can we use or add some method to ma...
closed
2021-03-11T11:14:18Z
2021-12-30T06:29:36Z
https://github.com/allenai/allennlp/issues/5050
[ "Feature request" ]
wlhgtc
21
desec-io/desec-stack
rest-api
247
Log TLS protocol and cipher suite
Ssllabs is going to cap to B starting March 2020 if TLS < 1.2 is supported. We currently do not know the prevalence of TLS versions amongst our requests, so we should start to log these parameters. Instructions: https://serverfault.com/a/620130/377401
closed
2019-10-07T10:54:49Z
2024-10-07T16:53:54Z
https://github.com/desec-io/desec-stack/issues/247
[ "prio: medium", "easy" ]
peterthomassen
1
seleniumbase/SeleniumBase
web-scraping
2,589
Website detects undetected bot
I have been trying to log in on a website but it keeps detecting me. This is what I do: I create a driver and open google with it. From there I log in manually to my google account so that I have cookies on the profile. Next step I go to the website where I want to log in, but whenever i try logging in it detects me...
closed
2024-03-10T17:46:14Z
2024-03-13T00:59:12Z
https://github.com/seleniumbase/SeleniumBase/issues/2589
[ "invalid usage", "UC Mode / CDP Mode" ]
jorisstander
10
graphql-python/graphene-sqlalchemy
graphql
122
Invalid SQLAlchemy Model
Hey guys I hope someone can help me on this, i'm really stuck.... database automaping: ``` engine = create_engine(" blablabla", convert_unicode=True) db_session = scoped_session(sessionmaker(autocommit=False, autoflush=False, bi...
closed
2018-03-27T13:53:32Z
2023-02-25T00:49:12Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/122
[]
rvandyk
9
httpie/cli
python
1,589
v3.2.3 GitHub release missing binary and package
## Checklist - [x] I've searched for similar issues. --- The 3.2.3 release https://github.com/httpie/cli/releases/tag/3.2.3 is missing the binary and .deb package
open
2024-07-18T23:28:21Z
2024-07-18T23:28:21Z
https://github.com/httpie/cli/issues/1589
[ "bug", "new" ]
Crissante
0
miguelgrinberg/Flask-Migrate
flask
300
render_item method in env.py is not being called
There's an issue with the `sqlalchemy_utils` package. Special field types like UUID, Password from this library are not being recognized by alembic. There was a workaround in earlier versions of `flask-migrate` and that is to write custom `render_item` method in `env.py`: ```python def render_item(type_, obj, autog...
closed
2019-11-09T18:39:40Z
2020-04-10T14:08:36Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/300
[ "question" ]
amilosmanli
1
chatanywhere/GPT_API_free
api
346
[Enhancement] I'm looking for a solution
I would like to make a preview on my website, details of my purchased API like here https://api.chatanywhere.org/ I type API, give search and it displays information about what balance is left from what quantity. Please help
open
2024-12-29T10:08:32Z
2024-12-29T13:46:26Z
https://github.com/chatanywhere/GPT_API_free/issues/346
[]
kamis086
5
jwkvam/bowtie
jupyter
227
consider moving to poetry from flit
Advantages: 1. Automatic python dependency management. 2. Consolidate requirements into one file. Disadvantages: 1. Learn a new tool, (leaving flit). https://github.com/sdispater/poetry
open
2018-04-25T01:50:38Z
2018-07-24T02:10:11Z
https://github.com/jwkvam/bowtie/issues/227
[ "low-priority" ]
jwkvam
0
opengeos/leafmap
jupyter
611
Leafmap and streamlit cannot use interactive vector tools to obtain coordinate values
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version:0.18.8 - Python version:3.9.16 - Operating System:windows ### Description Leafmap and streamlit cannot use the interactive vector tool to obtain coordinate values. The possible reason i...
closed
2023-11-16T13:56:04Z
2023-11-19T01:03:57Z
https://github.com/opengeos/leafmap/issues/611
[ "bug" ]
CraibYun
1
tfranzel/drf-spectacular
rest-api
1,310
Example for list response is either a list containing only the first element or a list inside a list in redoc
**Describe the bug** When I specify a list as an example (in a raw schema) in redoc only the first item in the given list is displayed as the only item in the example. If I wrap the example list into a list, the example is displayed as a list of list. In swagger I always get a single element list with garbled data...
open
2024-10-09T09:38:29Z
2024-12-10T12:31:23Z
https://github.com/tfranzel/drf-spectacular/issues/1310
[]
TauPan
5
noirbizarre/flask-restplus
flask
617
extra_requires[dev] does not exist
Issue: running `pip install -e .[dev]` works, but doesn't install the dev requirements. this is due to the missing extra, dev ``` pip install .[dev] Processing /Users/jchittum/dev01/flask-restplus flask-restplus 0.12.2.dev0 does not provide the extra 'dev' ``` clearly missing in setup.py ``` extras_...
closed
2019-04-01T19:57:01Z
2019-04-19T13:04:39Z
https://github.com/noirbizarre/flask-restplus/issues/617
[ "bug", "in progress" ]
j5awry
3
autogluon/autogluon
data-science
4,443
[BUG] Time Series Predictor Model Fit Causing Kernel to Die (Jupyter Notebook)
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-08-29T15:55:06Z
2024-09-10T09:08:05Z
https://github.com/autogluon/autogluon/issues/4443
[ "bug: unconfirmed", "Needs Triage" ]
Rybus07
4
ipython/ipython
jupyter
14,233
%autoreload fails since 8.17.0
May be related to #14145 ```python In [1]: %load_ext autoreload In [2]: %autoreload 3 Error in callback <bound method AutoreloadMagics.pre_run_cell of <IPython.extensions.autoreload.AutoreloadMagics object at 0x7f8877f5ad90>> (for pre_run_cell): ----------------------------------------------------------------...
open
2023-10-31T20:52:48Z
2023-11-07T12:50:34Z
https://github.com/ipython/ipython/issues/14233
[]
2sn
5
samuelcolvin/dirty-equals
pytest
104
dirty-equals causes a infinite-loop if it is used with `functools.singledispatch`
The following code causes a infinite-loop inside `functools.singledispatch` ``` python from dirty_equals import IsStr from functools import singledispatch @singledispatch def dispatch(a): print("generic", a) s = IsStr() dispatch(s) ``` It looks like this is caused by the fact that `IsStr =...
closed
2024-09-13T20:10:33Z
2024-09-14T14:06:13Z
https://github.com/samuelcolvin/dirty-equals/issues/104
[]
15r10nk
0
lexiforest/curl_cffi
web-scraping
358
[Feature]cookiejar
requests cookies.py ``` def get_cookie_header(jar, request): """ Produce an appropriate Cookie header string to be sent with `request`, or None. :rtype: str """ r = MockRequest(request) jar.add_cookie_header(r) return r.get_new_headers().get("Cookie") ``` 它会根据请求的url 自动加载jar...
closed
2024-07-27T03:47:40Z
2024-07-28T03:08:12Z
https://github.com/lexiforest/curl_cffi/issues/358
[ "enhancement" ]
a-n-i-m-e-z
5
iperov/DeepFaceLab
machine-learning
866
Question about seemingly unused file
what does the file 'samplelib/SampleGeneratorFaceCelebAMaskHQ.py' do?
open
2020-08-20T01:47:55Z
2020-08-20T01:47:55Z
https://github.com/iperov/DeepFaceLab/issues/866
[]
test1230-lab
0
litestar-org/litestar
api
3,233
Enhancement: Support for dictionaries with Pydantic models as value, e.g. dict[str, PydanticClass]
### Summary As mentioned on the Discord channel, below code will result in a Pydantic validation error. If I turn households into lists (as well as in the defaults dict as in the HousHolds class) it all works!! But using dict[str, HouseHold] as typehint, does not work out. As a maintainer `g...` pointed out: This i...
closed
2024-03-21T11:14:45Z
2025-03-20T15:54:30Z
https://github.com/litestar-org/litestar/issues/3233
[ "Enhancement" ]
ErikvdVen
6
faif/python-patterns
python
127
publish_subscribe.py - Method missing?
The example does not make use of the method Provider.unsubscribe(). I expected that there would be a "wrapping" method like Subscriber.unsubscribe() for removing itself from the Provider (compare: Subscriber.subscribe() for appending itself to the Provider)? [See draft for publish_subscribe.py tests, line 24](https:/...
closed
2016-03-06T14:46:12Z
2016-03-06T18:50:30Z
https://github.com/faif/python-patterns/issues/127
[]
fkromer
4
tensorpack/tensorpack
tensorflow
1,412
image2image.py on win10: AttributeError: Can't pickle local object 'get_data.<locals>.<lambda>'
Hello, I am rather new to tensorflow and to python, but I am trying to learn, because I could use the image2image translation network. Well I played around with other pix2pix variants before, and I got some of them working, though rather slow. Then I read, that your tensorpack code is trimmed for speed, so I am tryin...
closed
2020-03-26T23:00:50Z
2020-03-27T08:56:04Z
https://github.com/tensorpack/tensorpack/issues/1412
[]
Lucretious
2
pbugnion/gmaps
jupyter
298
Exception error when exporting to HTML
Hello, I tried exporting my map to HTML, the code is same in the documentation. `embed_minimal_html('export.html', views=[fig])` It works fine on my computer, but my friend has encountered the following exception error. <img width="982" alt="error" src="https://user-images.githubusercontent.com/34975332/54467860...
closed
2019-03-16T00:14:44Z
2019-03-16T07:29:22Z
https://github.com/pbugnion/gmaps/issues/298
[]
picaguo1997
2
tensorlayer/TensorLayer
tensorflow
918
tl.files.load_and_assign_npz() does not return 'False'
### New Issue Checklist - [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues) ### Issue Description tl.files.load_and_assign_npz() does not return ...
closed
2018-12-31T01:43:35Z
2019-01-02T12:34:13Z
https://github.com/tensorlayer/TensorLayer/issues/918
[]
ImpactCrater
2
K3D-tools/K3D-jupyter
jupyter
296
Standalone HTML representation of animation not loading
I've tried running the hydrogen example notebook through nbconvert to get a "static" representation. The produced html file will generally load, but the plot will not. Browser console (same error in firefox) [k3d.log](https://github.com/K3D-tools/K3D-jupyter/files/6765093/k3d.log) I've added the converted html too ...
closed
2021-07-05T15:00:12Z
2021-10-02T20:09:43Z
https://github.com/K3D-tools/K3D-jupyter/issues/296
[]
renefritze
8
xinntao/Real-ESRGAN
pytorch
106
vkQueueSubmit failed -4
realesrgan-ncnn-vulkan-20210901-windows.zip Win10 Home, GF 920M Run with realesrgan-ncnn-vulkan.exe -i 01.JPG -o 01-up.jpg Tried with different files, same error(s). Got black plain jpg file on output.
open
2021-10-01T14:23:02Z
2021-12-30T17:26:24Z
https://github.com/xinntao/Real-ESRGAN/issues/106
[]
mkrishtopa
14
piskvorky/gensim
data-science
2,723
how to implemente get_document_topics()
Hi all, I use the method of AuthorTopicModel() build a model, then i want to get the topic of each document or the document belongs to which topic(assume that i have 10 topics) and the tutorial tell me that the method of get_document_topics() are not be implemented, so how to implemente it. thanks in advance yi zh...
closed
2020-01-07T13:24:08Z
2020-01-08T03:53:34Z
https://github.com/piskvorky/gensim/issues/2723
[]
zhaoyi1025
1
microsoft/hummingbird
scikit-learn
565
Improper converter check
Can someone please check this [converter check](https://github.com/microsoft/hummingbird/blob/2705c42585ac1d3ee69e65a93e5f59d7d42f44d5/hummingbird/ml/_topology.py#L205) in topology.py? Shouldn't it be a `if converter is None:` ? Or am I just missing something in the flow?
closed
2022-02-04T06:28:50Z
2022-03-11T18:33:18Z
https://github.com/microsoft/hummingbird/issues/565
[]
shubh0508
1
Miserlou/Zappa
flask
1,729
[Suggestion] Remove print statements in `handler.py`
## Context I have gone thru some effort to reduce my CloudWatch logs. By default Zappa was logging a lot of things that I didn't use to CloudWatch which was costing me $100s / mo. The best solution I found to suppressing logs was this code in `app.py`: ``` logging.getLogger('boto3').setLevel(logging.ERROR) ...
open
2018-12-12T01:30:02Z
2018-12-12T01:30:22Z
https://github.com/Miserlou/Zappa/issues/1729
[]
vpontis
0
CorentinJ/Real-Time-Voice-Cloning
python
1,251
emotion voice cloning
I use the method mentioned in thie rep https://github.com/innnky/emotional-vits to try to implement emotion voice cloning, I finetuned the pretrained synthsizer on a small dataset that contains about 24 speakers, each with 100 audio, and these 100 pieces of audio are divided by into roughly five or four categories, wit...
open
2023-09-18T12:00:32Z
2023-10-18T19:47:50Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1251
[]
micelvrice
1
seleniumbase/SeleniumBase
web-scraping
2,701
How to open a file *.html?
Hello, I am trying to access to a file but it is giving me an error: `ERROR - Invalid URL: "/output/html/my_html.html"!` How could I do that? Thank you
closed
2024-04-17T11:50:08Z
2024-04-17T12:59:16Z
https://github.com/seleniumbase/SeleniumBase/issues/2701
[ "question" ]
manel00
2
ploomber/ploomber
jupyter
275
Consider allowing PythonCallable initialization with dotted paths
We're currently working on exporting DAGs to Airflow but PythonCallables won't be supported for the first version. When we convert a Ploomber DAG to Airflow, we need to instantiate the Ploomber DAG, if it has PythonCallables, the actual functions have to be imported, which implies that all imported packages in those fu...
closed
2020-10-24T16:59:00Z
2020-10-25T15:11:42Z
https://github.com/ploomber/ploomber/issues/275
[]
edublancas
1
kennethreitz/responder
flask
165
When Serving static files: "TypeError: 'NoneType' object is not iterable"
Using the example code: ```import responder api = responder.API() @api.route("/{greeting}") async def greet_world(req, resp, *, greeting): resp.text = f"{greeting}, world!" if __name__ == '__main__': api.run() ``` I dropped a couple files in the `static/` directory, and while it does successful...
closed
2018-10-27T03:10:31Z
2018-10-27T13:55:11Z
https://github.com/kennethreitz/responder/issues/165
[]
chrisbrake
2
thunlp/OpenPrompt
nlp
175
Is it possible to use templates without {"mask"}?
I am using OpenPrompt on UnifiedQA (https://github.com/allenai/unifiedqa), which generates the answer using T5 without a mask token. I tried a template without {"mask"}, but this is not allowed in OpenPrompt. I use the template {"placeholder":"text_a"} \n {"placeholder":"text_b"} {"mask"}, following the instruction ...
open
2022-07-18T08:11:22Z
2022-10-11T04:23:02Z
https://github.com/thunlp/OpenPrompt/issues/175
[]
RefluxNing
1
alirezamika/autoscraper
web-scraping
66
It skips duplicate items, is there a way to retain duplicate values
closed
2021-10-03T07:31:26Z
2021-10-03T07:34:34Z
https://github.com/alirezamika/autoscraper/issues/66
[]
12arpitgoel
0
mljar/mljar-supervised
scikit-learn
188
Change the `feature_selection` to `features_selection` (typo)
Change the `feature_selection` to `features_selection` (typo)
closed
2020-09-15T11:09:09Z
2020-09-21T11:18:09Z
https://github.com/mljar/mljar-supervised/issues/188
[ "help wanted", "good first issue" ]
pplonski
1
encode/databases
asyncio
397
How to log all of the query sql string with args ?
I tried set `echo=True` and `logging.getLogger("databases").setLevel(logging.DEBUG)`, but both are not working. Are there have some method to log sql string and args except `print(query)` ? I want something global. Thank you !
closed
2021-09-24T18:14:19Z
2021-09-28T08:54:25Z
https://github.com/encode/databases/issues/397
[ "question" ]
insoz
2
encode/databases
asyncio
92
Issue with connection to database with postgres (asyncpg)
There is simplified example extracted from /databases/backends/postgres.py:connect() ```python import asyncio import asyncpg from databases import DatabaseURL async def run(): url = 'postgresql://user:password@localhost/dbname' pool = await asyncpg.create_pool(str(DatabaseURL(url))) loop = a...
closed
2019-04-24T19:58:30Z
2019-06-20T09:35:55Z
https://github.com/encode/databases/issues/92
[]
kiddten
4
fastapi/sqlmodel
pydantic
539
Dose there any better way to write timezone aware datetime field without using the SQLAlchemy ?
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
open
2023-01-26T18:34:49Z
2025-02-26T22:39:08Z
https://github.com/fastapi/sqlmodel/issues/539
[ "question" ]
azataiot
5
deepspeedai/DeepSpeed
machine-learning
7,012
nv-ds-chat CI test failure
The Nightly CI for https://github.com/deepspeedai/DeepSpeed/actions/runs/13230975186 failed.
closed
2025-02-07T00:26:40Z
2025-02-10T22:30:14Z
https://github.com/deepspeedai/DeepSpeed/issues/7012
[ "ci-failure" ]
github-actions[bot]
0
jacobgil/pytorch-grad-cam
computer-vision
233
Create CAM for network trained on timeseries
Would it be possible to handle networks trained for timeseries classification? Example CNN below: ``` class Cnn1d(nn.Module): def __init__(self, outputs=2): super(Cnn1d, self).__init__() self.outputs = outputs self.conv1 = nn.Conv1d(1, 16, 3) self.bn1 = nn.BatchNorm1d(16) ...
closed
2022-04-14T20:11:17Z
2022-07-29T12:09:04Z
https://github.com/jacobgil/pytorch-grad-cam/issues/233
[]
kalfasyan
5
twopirllc/pandas-ta
pandas
638
in bbands function stdev does not behave well when there are NaN values in the input column
when my input columns has NaN values all my standard_deviation values after the NaN inputs become NaN too (even after there are no longer NaN inputs). This should not be the case and only standard_deviation values close to the input NaNs should be impacted. I recommend changing this: ```standard_deviation = stdev(...
closed
2023-01-17T10:14:34Z
2023-02-24T18:47:22Z
https://github.com/twopirllc/pandas-ta/issues/638
[ "bug", "help wanted", "good first issue" ]
dnentchev
1
nerfstudio-project/nerfstudio
computer-vision
3,209
Alicevision Meshroom support for custom data format and reusable for gsplat as well?
**Is your feature request related to a problem? Please describe.** I'm running the SFM pipeline from Alicevision Meshroom, but I don't find a supporting np-process-data pipeline explicitly handle the Meshroom output. I searched issues and PR with "Meshroom" keywords and got nothing found. Since Meshroom is not a very ...
open
2024-06-10T22:32:52Z
2024-06-12T20:33:02Z
https://github.com/nerfstudio-project/nerfstudio/issues/3209
[]
jingyangcarl
2
amisadmin/fastapi-amis-admin
fastapi
153
如何通过点击跳转到新页面?
目前看到的案例里面都是页面通过register_admin 在初始化的时候已经设定好了。我在测试的时候需要通过点击某个item(比如一个列表)然后这个列表会打开或跳转到一个新页面 (比如ArticleOverviewPage)。而这个页面并没有在初始化的时候就设定好。 请问有没有实现的例子呢?多谢各位。
closed
2023-12-31T09:46:51Z
2024-01-04T06:47:04Z
https://github.com/amisadmin/fastapi-amis-admin/issues/153
[]
cic1988
1
zappa/Zappa
django
904
[Migrated] Can I use DON'T PANIC traceback in logs?
Originally from: https://github.com/Miserlou/Zappa/issues/2166 by [rafagan](https://github.com/rafagan) Setting "FLASK_DEBUG": "true" in my environment_variables enable detailed traceback from errors, but how can I return the DON'T PANIC traceback HTML?
closed
2021-02-20T13:03:35Z
2022-07-16T05:12:11Z
https://github.com/zappa/Zappa/issues/904
[]
jneves
1
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
203
AssertionError: Batch size 4 is wrong. It must be a multiple of # GPUs 3.
[python3.6 run.py --input_folder test_images/old_w_scratch_gpu012/ --output_folder old_w_scratch_output-gpu-012/ --GPU 0,1,2](url) Error comming... help please -------------------------------- File "test_face.py", line 15, in <module> opt = TestOptions().parse() File "/home/ubuntu/download/Bringing-Old-P...
open
2021-11-19T09:24:59Z
2021-11-19T09:25:49Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/203
[]
davaram
1
pennersr/django-allauth
django
3,960
Steam Provider doesn't appear in socialaccounts in Response from _allauth/browser/v1/config
Hey, I'm trying to integrate Steam into my Django Rest + SolidJS Project. To understand how allauth headless works, I downloaded the react-spa example from the repo and added these things: In INSTALLED_APPS: "allauth.socialaccount.providers.openid", "allauth.socialaccount.providers.steam", In the Django admin d...
closed
2024-07-10T14:30:47Z
2024-09-10T10:23:44Z
https://github.com/pennersr/django-allauth/issues/3960
[ "Feature request" ]
lachdab
2
jina-ai/clip-as-service
pytorch
579
How to calculate relevance/score for a query asked by the user against the trained document on a scale of 0-1
**Question** How to calculate relevance/score for a query asked by the user against the trained documents ? **Additional context** @abhishekraok @DmitryKey As relevance/score for the results obtained against the documents is very important to be known , so that user is aware of the confidence level of the...
open
2020-07-24T16:53:55Z
2020-08-20T10:27:45Z
https://github.com/jina-ai/clip-as-service/issues/579
[]
nishithbenhur
10
graphql-python/graphene-django
django
571
FilterSet fields associated with CharField with choices are not converted into graphene.Enum
closed
2019-01-14T02:57:13Z
2019-01-14T03:00:13Z
https://github.com/graphql-python/graphene-django/issues/571
[]
vanyakosmos
1
django-import-export/django-import-export
django
1,174
CHUNK_SIZE defaults to 1, so unless explicitly set, prefetching won't work
**Describe the bug** Not setting `CHUNK_SIZE` in your resource will cause it to default to being set to 1. Since we need to paginate the queryset to enable prefetching, this means we iterate over the queryset row by row, which prevents prefetching from working. Setting the `CHUNK_SIZE` explicitly against the resour...
closed
2020-08-17T11:23:37Z
2020-10-19T07:25:48Z
https://github.com/django-import-export/django-import-export/issues/1174
[ "bug", "hacktoberfest" ]
jdewells
6
encode/databases
sqlalchemy
117
performance issue
I have a big performance issue, 1.5s using the raw query, more than 16s using the sqlalchemy core version of it. ``` raw_query = str(stmt.compile(dialect=postgresql.dialect(), compile_kwargs={"literal_binds": True})) conn = await asyncpg.connect(str(databaselake.url)) direct0 = time.time() dir...
closed
2019-07-01T10:21:40Z
2019-09-30T10:57:00Z
https://github.com/encode/databases/issues/117
[]
euri10
6
ydataai/ydata-profiling
pandas
1,272
Python Script Killed when I am running auto profiling. It's executing for few mins and just when summarising the dataset it throws one column name and says "Killed". The machine is a 16GB node unix server
open
2023-02-23T19:07:29Z
2023-03-02T16:08:14Z
https://github.com/ydataai/ydata-profiling/issues/1272
[ "information requested ❔", "needs-triage" ]
JeevananthanKrishnasamy
1
onnx/onnx
tensorflow
5,914
How to make `irfft` in ONNX
# Ask a Question ### Question Hello! Can you point out how `irfft` can be used? I found issues and documentation on using `rfft`, but didn't find anything about `irfft`. I found that https://github.com/onnx/onnx/issues/1646 and https://github.com/onnx/onnx/issues/3573 was closed with comment `All the other ops...
open
2024-02-07T12:47:56Z
2024-02-08T19:22:03Z
https://github.com/onnx/onnx/issues/5914
[ "question" ]
grazder
12
tortoise/tortoise-orm
asyncio
1,495
Big bug on create || post > id increment on fail post wasting unique id and spamming db
![275183896-3cbf1fb2-d7a8-4a3f-a2bf-921c4475ef92](https://github.com/tortoise/tortoise-orm/assets/103671642/b51756b6-d52d-4f42-924c-d9ebe773fa65) id keep keep increase even on fail post while this issue not occur on sqlalchmey
closed
2023-10-14T09:28:03Z
2023-10-16T00:33:33Z
https://github.com/tortoise/tortoise-orm/issues/1495
[]
xalteropsx
12
aleju/imgaug
deep-learning
804
AddToBrightness not deterministic/reproducible
I have found that the result of `AddToBrightness` is not deterministic, even when a seed is provided. Given that other probabilistic augmentations such as `Dropout` do seem to be deterministic when a seed is provided, I assume this is unexpected behavior. The behavior can be reproduced with the following snippet: `...
open
2022-01-13T14:39:23Z
2022-01-13T14:39:23Z
https://github.com/aleju/imgaug/issues/804
[]
kriskorrel-cw
0
mljar/mercury
data-visualization
54
access previous execution
Please add option to access notebooks from previous execution. The parameters values should be displayed and the notebook.
closed
2022-03-04T14:16:31Z
2022-07-13T10:10:41Z
https://github.com/mljar/mercury/issues/54
[ "enhancement", "Pro" ]
pplonski
1
GibbsConsulting/django-plotly-dash
plotly
331
Stateless app loading hook exceptions should be captured and not propagated
A side effect of the misconfiguration in #330 is that it exposes a lack of exception handling around the hook to locate a stateless app. The code in [get_local_stateless_by_name](https://github.com/GibbsConsulting/django-plotly-dash/blob/master/django_plotly_dash/dash_wrapper.py) should cleanly capture any exception...
open
2021-04-05T12:54:20Z
2021-04-05T12:54:20Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/331
[ "enhancement" ]
GibbsConsulting
0
ijl/orjson
numpy
511
Do not deserializing to python decimal.Decimal is a nightmare for floating numbers in JSON
Python uses floats for it's JSON library. Herein lies the problems. $ python >>> import json >>> json.dumps(10.001) '10.000999999999999' >>> json.loads('{"blaa": 0.333331}') {u'blaa': 0.33333099999999999} >>> type(json.loads('{"blaa": 0.333331}')['blaa']) <type 'float'> This is unacceptable. see https:/...
closed
2024-08-13T13:54:00Z
2024-08-13T15:35:29Z
https://github.com/ijl/orjson/issues/511
[]
wind-shift
0
albumentations-team/albumentations
deep-learning
2,188
[New transform] PadIfNeeded3D
closed
2024-12-12T02:30:34Z
2024-12-13T23:44:52Z
https://github.com/albumentations-team/albumentations/issues/2188
[ "enhancement" ]
ternaus
1
tqdm/tqdm
jupyter
1,542
PackageNotFoundError
Traceback (most recent call last): File "main.py", line 4, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "whisperx\__init__.py", line 1, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "whisperx\transcribe.py", line 9...
open
2023-12-26T09:54:06Z
2023-12-26T09:54:06Z
https://github.com/tqdm/tqdm/issues/1542
[]
WhozKunal
0
gradio-app/gradio
deep-learning
10,703
[docs] "Adding custom CSS to your demo" is not updated for 5.0
### Describe the bug "For additional styling ability, you can pass any CSS to your app using the css= kwarg. You can either the filepath to a CSS file, or a string of CSS code." silently fails for css from a file path since 5.0. This is mentioned in #9463 but not updated in the doc. See also #10344 for another iss...
closed
2025-03-01T03:08:59Z
2025-03-06T15:54:02Z
https://github.com/gradio-app/gradio/issues/10703
[ "docs/website" ]
crcdng
0
ultralytics/ultralytics
machine-learning
19,467
feature request about resuming model training with epochs change
### Scene given trained model total 100 epochs done, then I want to resume training based on previous trained model and increasing/decreasing some epochs. first 100 epochs: ```python model = YOLO("yolo.pt") results = model.train( data="datasets/xxx.yaml", save_period=2, epochs=100, ) ``` then, resume tra...
closed
2025-02-27T20:20:20Z
2025-03-01T16:26:39Z
https://github.com/ultralytics/ultralytics/issues/19467
[ "question" ]
yantaozhao
2
streamlit/streamlit
streamlit
10,103
The popover doesn't hide when it's inside a fragment and depends on another widget to be visible.
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary When I add a `popover` that depends on anothe...
closed
2025-01-03T15:17:18Z
2025-01-06T20:46:54Z
https://github.com/streamlit/streamlit/issues/10103
[ "type:bug", "status:cannot-reproduce", "feature:st.popover", "feature:st.fragment" ]
jgabriellacerda
3
OpenInterpreter/open-interpreter
python
835
A flag to disable running code entirely and give replies only
### Is your feature request related to a problem? Please describe. Hello, it seems like there is no way to disable the running code by default when returning responses which can cause the response to freeze waiting in a infinite loop for a y/n. Seems there was an oversight considering there is the option to default t...
closed
2023-12-16T04:12:06Z
2024-03-19T18:38:02Z
https://github.com/OpenInterpreter/open-interpreter/issues/835
[ "Enhancement" ]
JohnnyRacer
1
DistrictDataLabs/yellowbrick
matplotlib
1,209
Argument to PredictionError is overwritten
**Describe the bug** Argument `is_fitted` is overwritten when Instantiating a `PredictionError` or `ResidualsPlot`. **To Reproduce** ```python from yellowbrick.regressor import PredictionError from sklearn.linear_models import Lasso visualizer = PredictionError(Lasso(), "test title", is_fitted=True) print...
closed
2022-01-21T01:07:29Z
2022-02-25T22:56:02Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1209
[ "type: bug" ]
aramesh7
1
microsoft/MMdnn
tensorflow
431
Error: Convert Pytorch model to IR model
I trained the model with pytorch and used torch.save() to save the whole model including weights and network but when I run "mmtoir -f pytorch -d mn --inputShape 1,28,28 -n xxx.pth", I got the error > "AttributeError: Can't get attribute 'Net' on <module '__main__' from '/home/xxxx/anaconda3/bin/mmtoir'>" > ...
open
2018-09-28T06:03:41Z
2018-09-29T12:10:04Z
https://github.com/microsoft/MMdnn/issues/431
[]
wang5566
1
kubeflow/katib
scikit-learn
2,011
Dedicated yaml tab for Trials
/kind feature **Describe the solution you'd like** Our goal is to create a new yaml tab that will show the full YAML as it comes from the backend using the new Editor component introduced in https://github.com/kubeflow/kubeflow/pull/6733. Related issue: https://github.com/kubeflow/katib/issues/1763 Love this...
closed
2022-11-14T13:06:37Z
2023-08-24T15:19:47Z
https://github.com/kubeflow/katib/issues/2011
[ "kind/feature", "lifecycle/stale" ]
elenzio9
2
holoviz/panel
matplotlib
7,551
Tabulator : tooltips
Hello all, #### ALL software version info MacOs with Chrome, Safari or FireFox bokeh 3.6.1 and panel >= 1.5.2 #### Description of expected behavior and the observed behavior The issue occurs in Tabulator when using `header_tooltips` with a `FastListTemplate`. The background and font colors of the tooltips are both...
open
2024-12-13T10:26:04Z
2025-03-11T14:36:00Z
https://github.com/holoviz/panel/issues/7551
[]
symelmu
0
AirtestProject/Airtest
automation
830
1.2.6 不能用javacap连接竖屏模式下的模拟器, 只能连接横屏模式
**描述问题bug** 根据教程连接emulator时选择"use javacap",然后就会无法连接处于竖屏模式下的模拟器,我尝试了mumu emulator (oversea version) 和 ldplayer 都不行,但是在横屏模式就可以完美连接。如果不勾选"use javacap",使用minicap也可以在竖屏模式下连接,但图像比较模糊,还是希望可以使用javacap。 ***Use javacap connect portrait mode log (mumu emulator)***: ``` [07:10:58][DEBUG]<airtest.core.android.adb> F:\Program ...
closed
2020-11-14T03:31:39Z
2021-05-06T03:32:26Z
https://github.com/AirtestProject/Airtest/issues/830
[]
Anyrainel
4
biosustain/potion
sqlalchemy
88
Minor fix for Meta docs
The documentation says that attribute name of Meta defaults to `the lower-case of the model’s class name` but it actually defaults to the [lower-case of the model's table name](https://github.com/biosustain/potion/blob/af3f52173e97ef41bddfa8f4775280c9b8d3188d/flask_potion/contrib/alchemy/manager.py#L60).
closed
2016-07-03T12:15:18Z
2016-07-04T16:17:13Z
https://github.com/biosustain/potion/issues/88
[]
Alain1405
0
jmcnamara/XlsxWriter
pandas
211
Shebang on vba_extract.py set incorrectly in wheel
The shebang at the beginning of vba_extract.py is set to `#!/Users/John/.pythonbrew/pythons/Python-2.7.2/bin/python` which is specific to a particular installation. It should probably be changed to just `#!python`. Example which demonstrates the problem: ``` shell $ vba_extract.py bash: /usr/local/bin/vba_extract.py:...
closed
2015-01-15T17:42:36Z
2015-02-04T14:06:19Z
https://github.com/jmcnamara/XlsxWriter/issues/211
[ "bug", "ready to close" ]
cassidylaidlaw
4
MagicStack/asyncpg
asyncio
711
Keep pool connections count not less than min_size
Is there a way to specify min_size of the pool, so that even in case if connection isn't used longer than `max_inactive_connection_lifetime` it won't be closed if pool has exatly min_size connections oppened? From what I see in the code, there is no such possibility at the moment and it may be tricky to add. We ...
closed
2021-03-04T11:11:26Z
2021-03-17T10:57:28Z
https://github.com/MagicStack/asyncpg/issues/711
[]
lazitski-aliaksei
1
django-import-export/django-import-export
django
1,085
ForeignKeyWidget through a OneToOneField w/ self as input
My model is based on a network connection: # models.py class NetworkPort(models.Model): label = models.ForeignKey( NetworkPortLabel, on_delete=models.PROTECT, ) asset = models.ForeignKey( Asset, on_delete=models.CASCADE ) connection = models.OneToOneField...
closed
2020-02-22T19:29:54Z
2020-03-03T05:14:54Z
https://github.com/django-import-export/django-import-export/issues/1085
[]
CarterGay
0
koxudaxi/datamodel-code-generator
pydantic
2,199
Incorrect type annotations for untyped JSON schema arrays
**Describe the bug** When a JSON schema field is declared as `"type": "array"` with no further details, the generated data model code fails typechecking: ``` src/_models/__init__.py:1990: error: Missing type parameters for generic type "List" [type-arg] src/_models/__init__.py:1991: error: Missing type paramet...
open
2024-11-28T13:45:40Z
2024-12-03T07:14:09Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2199
[]
ncoghlan
1
ultralytics/ultralytics
computer-vision
19,213
Questions about new NMS Export for Detect, Segment, Pose and OBB YOLO
### 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 Thanks for this nice feature to have the option to embed the nms in the back...
open
2025-02-12T16:44:46Z
2025-02-14T18:42:05Z
https://github.com/ultralytics/ultralytics/issues/19213
[ "question", "detect", "exports" ]
VdLMV
6
nltk/nltk
nlp
3,147
Add Swahili Stopwords
From #2800
open
2023-04-24T06:04:48Z
2023-04-24T06:04:48Z
https://github.com/nltk/nltk/issues/3147
[]
OmondiVincent
0
serengil/deepface
machine-learning
833
Deepface.Represent
When I put the argument force_detection = false what the function will return?
closed
2023-08-25T19:34:56Z
2023-08-25T19:59:23Z
https://github.com/serengil/deepface/issues/833
[ "question" ]
RafaelFerraria
1
flaskbb/flaskbb
flask
110
keyerror ONLINE_LAST_MINUTES
I clone the repo and follow the doc to deploy my flaskbb, but when I run command : python manage.py createall it hints not found the command , so I use command "python manage.py initdb" instead I also do the command : cp flaskbb/configs/production.py.example flaskbb/configs/production.py but when run: python manage.py...
closed
2015-04-10T10:22:46Z
2018-04-15T07:47:35Z
https://github.com/flaskbb/flaskbb/issues/110
[]
GreatmanBill
1
zappa/Zappa
django
1,360
ImproperlyConfigured: Error loading psycopg2 or psycopg module on AWS
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.8/3.9/3.10/3.11/3.12 --> ...
closed
2024-12-30T20:12:38Z
2025-01-07T15:03:35Z
https://github.com/zappa/Zappa/issues/1360
[]
MichaelT-178
0
serengil/deepface
deep-learning
512
Is DeepFace differentiable, i.e., able to back-propagate gradients to update input?
I want to use deepface to analyze our synthesized images. The loss is computed based on deepface's output. And we want to bp the loss gradient through deepface to update the synthesizer. Is it possible?
closed
2022-07-15T23:35:01Z
2024-09-20T08:26:21Z
https://github.com/serengil/deepface/issues/512
[ "question" ]
BannyStone
3
horovod/horovod
tensorflow
3,435
Ray tests are flaky
Ray tests have shown to be flaky, especially with GPU (Buildkite CI). There are two places that cause these flakiness: 1. Some tests fetch `ray.available_resources()` at the beginning of the test and compare the `dict` against `ray.available_resources()` after the test: `assert check_resources(original_resources)`....
open
2022-03-01T11:21:30Z
2023-02-13T11:12:39Z
https://github.com/horovod/horovod/issues/3435
[ "bug", "ray" ]
EnricoMi
4
iperov/DeepFaceLab
machine-learning
5,280
Unable to start subprocesses
## Expected behavior Trying to extract faces from data_src ## Actual behavior Extracting faces... Error while subprocess initialization: Traceback (most recent call last): File "D:\depfak lab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 62, in _subpr...
closed
2021-02-09T17:58:50Z
2023-07-08T13:48:49Z
https://github.com/iperov/DeepFaceLab/issues/5280
[]
makkarakka3
2
iperov/DeepFaceLab
deep-learning
5,266
DFL crashed with 3080
DFL crash and then I got his error. =============== Model Summary =============== == == == Model name: Matt2_SAEHD == == == == Current iteration: 3594 == == == ...
closed
2021-01-27T20:33:53Z
2022-02-25T22:09:21Z
https://github.com/iperov/DeepFaceLab/issues/5266
[]
JamiesonDeuel
1
falconry/falcon
api
1,789
Improve docs and checks for sink when using ASGI
Currently there is no documentation or checks in `add_sink` that require an async function when using the asgi app. This is a follow up of https://github.com/falconry/falcon/pull/1769#discussion_r531449969 cc @vytas7
closed
2020-11-27T09:24:09Z
2020-12-27T17:57:50Z
https://github.com/falconry/falcon/issues/1789
[ "documentation", "enhancement" ]
CaselIT
3
piskvorky/gensim
nlp
3,204
mallet falls asleep
i'm using mallet-2.0.8 with Python 3 and Jupyter Notebook. Recently it worked just fine. But now it falls asleep while showing it's still working even with a small dataset. The problem is with following function: def compute_coherence_values(dictionary, corpus, texts, limit, start=2, step=1): """ Compute c...
closed
2021-07-28T16:28:49Z
2021-07-28T16:34:38Z
https://github.com/piskvorky/gensim/issues/3204
[]
nako21
1
OpenInterpreter/open-interpreter
python
1,547
Ollama run error
```error Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\unsia\anaconda3\Scripts\interpreter.exe\__main__.py", line 7, in <module> File "C:\Users\unsia\anaconda3\Lib\site-packages\interpreter\terminal_int...
closed
2024-12-02T17:12:59Z
2024-12-02T17:48:22Z
https://github.com/OpenInterpreter/open-interpreter/issues/1547
[]
unsiao
0
alpacahq/alpaca-trade-api-python
rest-api
125
Can't seem to create a stream to get trade updates. (RuntimeError: This event loop is already running)
So I am trying to get a stream of trade updates from the alpaca api, I run the following command. ``` import alpaca_trade_api as tradeapi import time import datetime api = tradeapi.REST('xxx','https://paper-api.alpaca.markets') conn = tradeapi.StreamConn('xxx','xxx','https://paper-api.alpaca.markets') account ...
closed
2019-12-04T04:59:09Z
2020-12-23T21:09:47Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/125
[]
anarchy89
4
quokkaproject/quokka
flask
70
Feeds RSS/Atom
Implement RSS feeds https://github.com/pythonhub/quokka/blob/master/quokka/core/views.py#L228 ContentFeed should return a specific Content SubContents (useful for contentblocks and to return images in a gallery) ChannelFeed should return all the contents inside that channel, if homepage it return all the Contents.
closed
2013-10-31T03:53:37Z
2015-07-16T02:56:41Z
https://github.com/quokkaproject/quokka/issues/70
[ "enhancement" ]
rochacbruno
0
litestar-org/litestar
pydantic
3,049
Bug: Litestar Logging in Python3.11: Unable to configure handler 'queue_listener'
### Description I have been seeing this issue in our production Litestar application a few times. It happens after a few hours the app has been running, and restarting it (temporarily) fixes the issue. It looks related to #2469 and #2576, but in my case: - I am using python 3.11 - it works locally, and only hap...
closed
2024-01-30T15:04:23Z
2024-01-31T13:51:53Z
https://github.com/litestar-org/litestar/issues/3049
[ "Bug :bug:" ]
0xSwego
1
sammchardy/python-binance
api
1,105
How can we stream USD margined quarterly futures order book data using the ThreadedWebSocketManager?
open
2021-12-14T14:09:27Z
2021-12-14T14:09:27Z
https://github.com/sammchardy/python-binance/issues/1105
[]
SJLow
0
flairNLP/flair
pytorch
3,166
[Question]: Why is expand_context set to false when training (TransformerEmbeddings)?
### Question I was debugging the behaviour of the model during training, I landed on this peculiar [behaviour](https://github.com/flairNLP/flair/blob/v0.12.1/flair/embeddings/transformer.py#L622). If I understand it correctly, the _expand\_context_ is set to false if we are training the model. Why? Why is the context...
closed
2023-03-28T09:15:42Z
2023-03-28T11:41:13Z
https://github.com/flairNLP/flair/issues/3166
[ "question" ]
kobiche
2
JaidedAI/EasyOCR
pytorch
460
Quality Issues
Hi there, Thank you for the amazing work. This library makes it so easy to perform OCR. However, it seems like the quality of the recognition results is not very good especially with app/web screenshots or rendered text. Detector also fails to detect single letters. Here are some of the failure cases: 1. Detector...
closed
2021-06-14T08:27:14Z
2021-10-15T03:08:39Z
https://github.com/JaidedAI/EasyOCR/issues/460
[]
NaxAlpha
5
vimalloc/flask-jwt-extended
flask
132
jwt_optional does not give None, instead the old token
``` @api.route("/") class Payment(Resource): @jwt_optional @api.header("Authorization", "access token", required=False) @api.doc(payment_fields) @api.expect(payment_fields) def post(self): username = get_jwt_identity() ``` This endpoint are jwt optional, which can be either i...
closed
2018-03-14T16:07:07Z
2018-04-11T22:43:45Z
https://github.com/vimalloc/flask-jwt-extended/issues/132
[]
gaara4896
4
tortoise/tortoise-orm
asyncio
1,068
how to set timezone in UnitTest
I see there is a way to set timezone in init() but how can I set timezone in UnitTest ```python import os import pytest from tortoise.contrib import test from tortoise.contrib.test import finalizer, initializer @pytest.fixture(scope="session", autouse=True) def initialize_tests(request): db_url = o...
open
2022-02-18T08:21:16Z
2022-02-18T08:21:16Z
https://github.com/tortoise/tortoise-orm/issues/1068
[]
ljj038
0
huggingface/transformers
deep-learning
36,147
Torchao `int4_weight_only` save error when passing layout
### System Info Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.49.0.dev0 - Platform: Linux-4.18.0-425.3.1.el8.x86_64-x86_64-with-glibc2.39 - Python version: 3.12.3 - Huggingface_hub version: 0.27.1 - Safetensors version: 0.4.5 - Accelerate version: 1.4...
closed
2025-02-12T09:00:01Z
2025-02-19T05:11:17Z
https://github.com/huggingface/transformers/issues/36147
[ "bug" ]
jiqing-feng
0
abhimishra91/insight
streamlit
4
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hello Abhishek I try today with the latest changes but still is not working for me. Now I get "Internal Server Error" using FastAPI Swagger UI (see picture) ![image](https://user-images.githubusercontent.com/27162948/91198589-05676d00-e6fd-11ea-9b41-bbc7efa58d46.png) If I request a GET info, I get the name and ...
closed
2020-08-25T16:08:10Z
2020-08-26T12:21:12Z
https://github.com/abhimishra91/insight/issues/4
[ "bug" ]
mbenetti
9
bregman-arie/devops-exercises
python
10,488
voicemod-pro-crack | voicemod-pro | voicemod | voicemod-crack | voicemod-cracked | voicemod-crack-2024 | voicemod-free | voicemod-2024 | voicemod-pro-free | voicemod-free-crack | voicemod-cracked-2023 | voicemod-pro-crack-2023 | voicemod-2023-crack-free | voicemod-pro-crack-2024-free | voicemod-cracked-version-2024 | v...
closed
2024-08-28T18:06:28Z
2024-09-05T16:08:20Z
https://github.com/bregman-arie/devops-exercises/issues/10488
[]
Sachin-vlr
0
sherlock-project/sherlock
python
2,427
Requesting support for: linuxfr.org
### Site URL https://linuxfr.org ### Additional info - Link to the site main page: https://linuxfr.org/ - Link to an existing account: https://linuxfr.org/users/pylapp ### Code of Conduct - [x] I agree to follow this project's Code of Conduct
open
2025-03-05T12:16:35Z
2025-03-09T20:11:10Z
https://github.com/sherlock-project/sherlock/issues/2427
[ "site support request" ]
pylapp
4
noirbizarre/flask-restplus
flask
138
OAuth2 password credential doesn't work in SwaggerUI
In SwaggerUI which created by flask-restplus, just simple request is working well. But, if I trying to use oauth2 with password credential then the credential popup doesn't show up. To make sure this problem, I tried to use SwaggerUI from SwaggerUI project page with Swagger json; /swagger.json. And it worked. But th...
closed
2016-02-24T06:46:07Z
2016-04-21T16:31:40Z
https://github.com/noirbizarre/flask-restplus/issues/138
[ "bug" ]
StdCarrot
7
FlareSolverr/FlareSolverr
api
416
[mteamtp] (updating) The cookies provided by FlareSolverr are not valid
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-07-04T11:08:25Z
2022-07-04T12:43:46Z
https://github.com/FlareSolverr/FlareSolverr/issues/416
[ "duplicate" ]
Arly521
1
JoeanAmier/TikTokDownloader
api
122
TK网页可登录,用的是v2rayNG全局,VMESS服务器,提取TK视频时候读取很久然后报错
程序检测到上次运行可能没有正常结束,您的作品下载记录数据可能已经丢失! 数据文件路径:C:\Users\ASUS\Desktop\JDM软件\TikTokDownloader_V5.2_WIN\_internal\cache\IDRecorder.txt 检测到 IDRecorder 备份文件,是否恢复最后一次备份的数据(YES/NO): yes IDRecorder 已恢复最后一次备份的数据,请重新运行程序! >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TikTokDownloader v5.2 >>>>>>>>>>>...
open
2023-12-29T06:24:57Z
2024-01-02T10:31:19Z
https://github.com/JoeanAmier/TikTokDownloader/issues/122
[]
lingbufeng
5