text
stringlengths
20
57.3k
labels
class label
4 classes
Title: nexterov in LARS Body: https://github.com/rwightman/pytorch-image-models/blob/75144395739162a153dae5628320b85b5895634b/timm/optim/lars.py#L70-L73 Why set the `nesterov` as False when calling `__setstate__`?
1medium
Title: SimpleJWT integration doesn't take into account the settings AUTH_HEADER_NAME Body: Hi, just figuring this out today because I had to use a custom header for simplejwt auth **Describe the bug** SimpleJwt can be configured by using a dict in the settings.py of a django project. `SIMPLE_JWT = { 'AUTH_H...
1medium
Title: bug: 录制时关机或关闭Windrecoder会导致录像文件损坏 | Shutting down or closing Windrecoder during recording might cause the video file to be damaged. Body: **运行环境**:Win10 Home 22H2, AMD 5800H, 录制编码器 `AMD_h265`, 录制比特率 `150kbps` **bug描述**:录制时关机或关闭Windrecoder会导致录像文件损坏,而且OCR模块会正常更改文件名为 `xxx-OCRED.mp4`,potplayer无法打开视频文件。 ![image](h...
1medium
Title: Publish arctic releases via conda-forge Body: Conda is increasingly used in the data science community. Conda-forge provides build infrastructure for many project. Aim to get arctic built automatically for conda: https://conda-forge.org/#about
1medium
Title: Update transcription notebook Body: Update transcription notebook to incorporate latest models available in transformers added with #362
1medium
Title: about save-txt in yolov5-seg Body: ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question when activating "save-txt" in yolov5-seg...
1medium
Title: Export to NCNN format no longer works with Ultralytics 8.3.71 and torch 2.6.0+cpu on Raspberry Pi 4 Body: ### 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 Export ###...
1medium
Title: Using custom model with different input size? (rgb: True) Body: I've successfully trained my own model, thank you so much for the guidance there, but now when I am trying to use the model I made with `rgb: true` (making it have an input of 3 channels) I get errors for size mismatches: ``` RuntimeError: Given...
1medium
Title: Enhancement of catalogs inheritance Body: Example below should work properly: ``` python """Example of catalogs inheritance.""" import dependency_injector as di class CatalogA(di.AbstractCatalog): """Example catalog A.""" p1 = di.Provider() class CatalogB(CatalogA): """Example catalog B.""" ...
1medium
Title: AWX Office Hours - 11/12/24 Body: # AWX Office Hours ## Proposed agenda based on topics - https://github.com/ansible/awx/pull/15627 ## What After a successful Contributor Summit in October 2023, one of the bits of feedback we got was to host a regular time for the Automation Controller (AWX) Team to be...
3misc
Title: [Suggestion] Docs Translation Body: gino would be useful project (IMO) I have a great interest in gino project. If I has willing to translate Korean, Can You accept my Pull request? P.S. Happy New Year
1medium
Title: Removing related links at end of article/sidebar on news websites? Body: Over here in the Media Cloud project we're seeing poor performance on the content extraction task for a variety of pages that include links to other "related" stories at the end of article content. Our use case is trying to extract only art...
1medium
Title: animation_options in Graph has incorrect default value ("ease" instead of "easing") Body: The defaultProps for `animation_options` are `{ frame: { redraw: false, }, transition: { duration: 750, ease: 'cubic-in-out', }, }`, but `Plotly.animate` takes an "easing" argument, not "ease". I don't see any warning i...
1medium
Title: When training yolov3 with coco, how to merge dog and cat into animal categories? Body: When training yolov3 with coco, how to merge dog and cat into animal categories? Thx.
1medium
Title: How to add error message when `UNIQUE constraint failed` Body: when import twice get a long `Traceback (most recent call last):` ```py class Employee(models.Model): id_number = models.CharField(max_length=180, null=True, blank=True, unique=True) ``` I want to show the error like admin default error mes...
1medium
Title: Can .pth change to pytorch .pt file Body: Hi, may I know what kind of models you train in torch? I would like to change the .pth to pytorch .pt file, since .pth is in conflict with python directory, and I cannot open in android mobile. Thanks.
1medium
Title: Issues while runinng Body: here's the output pi@raspberrypi:~/sherlock $ python3 sherlock Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec...
1medium
Title: Why slim.flatten(net) before slim.dropout(net)? Body: when I read the model code, I found there is a layer slim.flatten(net) before net = slim.dropout(net, dropout_keep_prob, is_training=is_training, scope='Dropout'), it's different with paper. sorry, I'm new to this area, thank you very much
1medium
Title: [Request]: Can we please add the support to extend the pytest-html to pytest-bdd framework? Body: This plugin is absolutely working for pytest-bdd framework too. I see the passed/failed/skipped etc. However, I am wondering if we can extend support of this plugin for pytest-bdd framework? As we can see the report...
1medium
Title: The second-order analytical gradients are not all zero as described in the article. Body: I printed the value of the value of the second derivative, and found that the second derivative is not zero. I understand that theoretically the second derivative of trilinear interpolation should be 0, but why are the resu...
1medium
Title: Python package Body: Would you be opposed to turning this into a python package? Something like this: https://github.com/monkeyhippies/xlnet/commit/f0471a242ed5dad5c4be7602b17dd0a96ad6b671 Or is it meant to just be a repo of helpful scripts?
1medium
Title: TimeSeriesForecaster: Predict function returns ValueError Body: Hi, I've been using AutoKeras for Time Series forecasting but when the model has been trained and I apply the test data, it raises: "ValueError: The prediction data requires the original training data to make predictions on subsequent data points...
1medium
Title: [BUG] Can NOT run deeplake python library Body: ### Severity None ### Current Behavior Can not run deeplake python library, I already tried to have fresh deployment on different version of python, langchain and deeplake. ### Steps to Reproduce - Use conda to create and activate new virutal environment - in...
1medium
Title: Looking for a quick answer? Not sure if you have found something new ? Check our Discord Body: [https://discord.gg/n3g5puF](https://discord.gg/n3g5puF) :)
3misc
Title: Dashboard loading stuck in docker Body: I'm using explainer dashboard to visualize models made by different AutoML solutions. When I run my application locally, everything works as intended. But when it runs in a docker environment, the explainer dashboard is stuck when loading a previously generated page at th...
1medium
Title: Partial result returned in range.api.special_cells() Body: #### OS (e.g. Windows 10 or macOS Sierra) MacOS 12.5.1 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Python 3.9.5 xlwings 0.27.10 Microsoft Excel for Mac v16.62 #### Describe your issue (incl. Traceback!) ...
2hard
Title: Dateutil version bump Body: `python-dateutil` is pinned at 2.6.0, but it's starting to [conflict with some things](https://github.com/spulec/freezegun/issues/333) like `freezegun` that would like a newer version. It seems like dependabot has been been fighting for this a while too: https://github.com/Miserlou/Z...
1medium
Title: I tried to update, but everytime i try to extract vocals i cant bc of this error Body: ![imagen_2023-06-23_104951010](https://github.com/Anjok07/ultimatevocalremovergui/assets/122219111/94744594-31cd-4bc9-a49e-2c6692c8f525) What can i do to stop getting this error? I know nothing about programming btw ...
1medium
Title: Support arrays of timestamp / timestamptz / date / time in SQLite Body: We don't currently support things like this in SQLite: ```python class MyTable(Table): times = Array(Time()) ``` SQLite doesn't have native support for array columns. The way we support it in Piccolo is by serialising the array ...
1medium
Title: 请问可以不分词直接进行词性标注嘛 Body: 请问可以不分词直接进行词性标注嘛,比如我现在已经有一个词典,需要进行词性标注
1medium
Title: 如果有GPU卡的,可以用ffmpeg的编码加速视频合成codec='h264_nvenc' Body: video.py: final_clip.write_videofile(combined_video_path, codec='h264_nvenc', threads=threads, video.py: result.write_videofile(temp_output_file, codec='h264_nvenc', threads=params.n_threads or 10, video.py: video_clip.write_videofile(output_file,...
1medium
Title: training tricks of HIST Body: Hi there, Thanks for making the codes of HIST public. I may need some discussion on two topics. 1. `iter_daily_shuffle` or `iter_daily` Regarding the order of training samples fed to model, I've noticed that the days were shuffled by default `(iter_daily_shuffle).` And when I...
3misc
Title: support more than 2 percentiles to be passed for `predict_interval` Body: I'm working on creating a back-adapter for `skforecast` models in `sktime`, starting with `ForecasterAutoreg`. The goal is to provide an option to use `skforecast` as an backend alternative to the already existing `make_reduction`. During ...
1medium
Title: Add notebook for AWS CLI setup and common commands Body:
1medium
Title: triton implementation Body: Here's an implementation using triton. I think we can provide faster speeds. https://github.com/qwopqwop200/AutoGPTQ-triton
2hard
Title: 今天Dalle3调用报错403 Body: **Describe the bug 描述bug** 今天白天还可以,晚上刚刚突然不行了。API余额还有很多。 ``` {'error': {'message': '<!DOCTYPE html>\n<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->\n<!--[if IE 8]> <html class="no-js...
1medium
Title: Bug: RegressionRandomIndexComponent not robust Body: I have just managed to kill the whole dashboard because of an error with RegressionRandomIndexComponent, i.e. everything works fine without this component, but enabling it yields to the dashboard only displaying "Error loading layout.". The traceback is below....
1medium
Title: Nice to have: label property for dccRadioItems Body: Creating a radio button with: ``` radioButton <- dccRadioItems( id = "radiobutton-selector", options = list( list("label" = "ggplotly", "value" = "ggplotly"), list("label" = "plotly", "value" = "plotly") ), value = "ggplotly") ``` results in...
1medium
Title: uvicorn adding its own server header to response Body: ### Discussed in https://github.com/encode/uvicorn/discussions/1435 <div type='discussions-op-text'> <sup>Originally posted by **udit-pandey** April 1, 2022</sup> I have added few headers using [secure package](https://pypi.org/project/secure/) in my...
1medium
Title: AUTHENTICATION_WHITELIST not working Body: ** Description ** We are trying to override our DEFAULT_AUTHENTICATION_CLASSES that Swagger UI will use. We have SessionAuthentication and TokenAuthentication set in our Django settings. In our SPECTAULAR_SETTINGS we only want to use the TokenAuthentication, so we a...
1medium
Title: Android里使用的get_text()获取button上的文字,在ios里有类似get_text这种方法吗? Body: **描述问题bug** Android里使用的get_text()获取button上的文字,在ios里有类似get_text这种方法吗? 这种方式,ios,不执行这行。求大神指点 poco("Window").offspring("Table").offspring("已关注").get_text() == "已关注": 元素信息如下: type : Button name : 已关注 visible : True isEna...
1medium
Title: Issue with Incorrect Inference Results in INT8 Model After Converting Custom YOLOv11.pt to TensorRT Body: ### 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 n...
2hard
Title: Timeout when resolving challenge Body: ### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you check...
1medium
Title: [DOC] Time Series Segmentation with sktime and ClaSP Notebook Example Contains Bug Body: #### Describe the issue linked to the documentation The ClaSP notebook example contains a bug: https://www.sktime.net/en/stable/examples/annotation/segmentation_with_clasp.html The `fmt` parameter is no longer present...
0easy
Title: torch_dtype is actually used now? Body: ### System Info different transformers versions. see description ### Who can help? @ArthurZucker ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQu...
1medium
Title: log.txt文件中的filepath是写死的绝对路径。能否改成(主程序)的相对路径 Body: log.txt文件中的filepath是写死的绝对路径。 通过log.txt生成的report.html 所读取的文件资源都是通过这些绝对路径获取。 一旦我需要把报告,打包给别人或更换位置(比如放nginx服务器上)那么都会读取不到文件资源而打开报告失败。 以下是 log.tx日志。 当我打包报告给别人是,打开报告还是会去以下filepath路径获取资源。 {"data": {"call_args": {"screen": "array([[[202, 167, 141],\n [200,...
1medium
Title: How to describe the label Body: I want to add a description to the label
3misc
Title: Athena read_sql_query with pyarrow backend trims time in timestamp Body: ### Describe the bug Running this query: ``` wr.athena.read_sql_query("SELECT TIMESTAMP '2024-06-24 9:30:51'", dtype_backend='pyarrow') ``` yields `2024-06-24` instead of `2024-06-24 09:30:51`. It seems like `timestamp` from Athena i...
1medium
Title: auto-generated fastapi 0.89.0 error Body: Heads up: It looks like the [fastapi 0.89.0 release](https://github.com/tiangolo/fastapi/releases/tag/0.89.0) breaks the asgi code generated by piccolo ( `piccolo asgi new` ) ``` (venv) $ python main.py INFO: Will watch for changes in these directories: ['/....
1medium
Title: Click choropleth to reveal Altair chart Body: Hello folks, I see that I can click a marker to get a chart to pop up; however, is there a way to click within a choropleth area to show a chart as a pop up? Any nudge would be much appreciated!
1medium
Title: Expose typing hints as they are part of the API Body: Just recently upgraded to 2.2.1 from 1.11 and pyright gave me lots of type hint errors. ``` /home/builder/archivist/confirmer.py /home/builder/archivist/confirmer.py:84:15 - error: Argument of type "(details: dict[str, Any]) -> NoReturn" cannot be assi...
1medium
Title: Static dimensions per track over an entire video Body: ### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request related to a problem? Please describe. Hi, We ...
1medium
Title: Bug Report:cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py) Body: ### Current Behaviour I get this error: "cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)" when I try import...
1medium
Title: Hovering issue Body: Hello, thanks for the work. Short bug report. In safari, when you are hovering over the visualisation in google colab, the window in of the visualisation is scrolling down automatically, making it impossible to work with model_view and neuron_view. Works in chrome. Thanks again
1medium
Title: Background task considerations. Body: There are likely some considerations around backlogs and process shutdown to think about here. In Starlette, background tasks run within the request/response task. The response has been sent, and the server can continue to service other requests on the same connection, bu...
1medium
Title: how to use .range() using supabase-py Body: please tell me how to use .range() using supabase-py
0easy
Title: [Question] Is there any way to prevent pdoc from documenting method objects? Body: #### Problem Description A clear and concise description of what the bug is. In my application, I use `typer` as a CLI framework (https://typer.tiangolo.com/). Part of the framework uses decorators with annotations to manage f...
1medium
Title: Docker containers on spaCy website are not working Body: <!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour 1. Go to "https://spacy.io/usage/rule-based-matching" 2. Go to "Editable Code" block 3. Select "Run" button Returns: "Conne...
1medium
Title: Getting `ValueError: Hyperopt Section not present in config` while loading hyperopt from YAML config Body: **Description** The code in https://github.com/ludwig-ai/ludwig/blob/7e34450188f1265e6cd9cbda600dc0a605627099/ludwig/hyperopt/run.py#L208 seems to have a bug where its comparing if the HYPEROPT key is co...
1medium
Title: MegaUpload model link not working Body: The MegaUpload link to the models is no longer working. maybe replace it with a new [mega.nz](url) link?
0easy
Title: Using a different speaker encoder Body: Hello, I really appreciate the work on display here. I was just wondering if I could use a different speaker encoder. If someone used a different encoder, could you explain the difficulties of replacing the encoder and how the results were different from the speaker encode...
1medium
Title: Custom axes titles for learning curve subplots Body: Please add options to add custom x, y axes labels when plotting subplots for learning curves. At present unable to add them. Also same goes with xticks, yticks. Xticks: As you can see for my implementation there's no fixed xticks for each subplots. Make an...
1medium
Title: pydntic error on importing supabase Body: **Describe the bug** If I import supabase as `from supabase import create_client` it leads to an import error for field_validator from pydantic. **To Reproduce** Steps to reproduce the behavior: 1. Install supabase using conda. 2. Import supabase. **Expected be...
1medium
Title: On Installation process, "segmentation fault (core dumped)" Body: Hi, thanks for a great work! I am trying to git clone the project and try inference using the source code. However, when I try this command: "python basicsr/setup.py develop" it keeps making "segmentation fault (core dumped)" error. My envi...
1medium
Title: Tokenizing Dataset Fails with newline or index error Body: When trying to tokenize a dataset, it fails with either the error `Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?` or one about list index out of range. Running the newest version of the Cola...
1medium
Title: Visual ATM Model Report Body: **Describe the solution you'd like** The [Auto Tune Models (ATM)](https://github.com/HDI-Project/ATM) Python library is an easy-to-use classification model solver that searches for the best model given a CSV dataset containing features and a target. During its run it creates a SQ...
1medium
Title: Form -> FlaskForm rename breaks custom metaclasses Body: When using a custom metaclass you usually subclass `FormMeta`. This fails thanks to the different metaclass used to show the deprecation warning (#249): > TypeError: Error when calling the metaclass bases > metaclass conflict: the metaclass of a deriv...
1medium
Title: System.ExecutionEngineException creating Microsoft.ML.OnnxRuntime.SessionOptions Body: This issue is reported by https://developercommunity.visualstudio.com/user/25004 and moved from https://developercommunity.visualstudio.com/t/SystemExecutionEngineException-creating/10794175 Hi devs! I have a C#.NET proj...
1medium
Title: OKEx error: Unexpected keyword argument 'status' Body: **Describe the bug** I am using the sample script for liquidations with OKEx. After a couple of seconds, it ends with this error message: ``` File "[...]/lib/python3.9/site-packages/cryptofeed/feed.py", line 296, in callback await cb(**kwargs) TypeError:...
1medium
Title: default_factory doesn't work Body: Hi! I use default_factory to initialize my variable, but variable always returns the same result. It seems like default_factory doesn't work and it returns always the same result of function. Here is example to reproduce: https://play.strawberry.rocks/?gist=a7a5e62ffe4e68...
1medium
Title: Add Support For OT Lora, Loha and Dora for HunYuan Video in ComfyUI Body: ### Feature Idea Please add support in ComfyUI for loading of OneTrainer Lora, LoHa and Dora files. Attached are the key names for an OT Lora, LoHa, Dora with full layers, TE1 and TE2 trained and a bundled embedding (essentially every opt...
1medium
Title: Python does not seem to correctly report fitted values in statmodels ARIMA when differencing is involved Body: When fitting an ARIMA model using the statsmodels python implementation I see the following behaviour, python does not seem to correctly provide the values for the differenced lags. I am comparing the r...
2hard
Title: [BUG] Pokemon weight is inaccurate Body: When requesting a pokemon from the API, the weight is off by 10x. For example, when requesting `https://pokeapi.co/api/v2/pokemon/snorlax` `weight = 4600` when it should be `weight = 460kg` This is true for Ditto and Meowth as well. Have not checked other pokemon,...
0easy
Title: DRF - Adding User from Panel vs adding with code error? Body: `class CustomerRegister(APIView): permission_classes = (permissions.AllowAny,) def post(self, request): data = request.data data['is_active'] = True serializer = UserSerializer(data=data) if serializer.i...
1medium
Title: [BUG] Batch inference DDP + zero stage 3 = inference code hangs Body: https://github.com/deepspeedai/DeepSpeed/issues/7128 I ran the batch inference code with deepspeed generation, not the vllm one. The code hangs while I set zero stage = 3. I created a minimal code snippet for you to debug the error. ```pyth...
2hard
Title: Accuracies totally different Body: Hi. I am converting the tree model to C using m2cgen. Although the inference latencies are much lower, the accuracies are way off. Here's how I am converting and reading the .so files ``` from xgboost import XGBRFRegressor num_est=100 model = XGBRFRegressor(n_estimator...
1medium
Title: using tweepy to extract data but getting error Body: i am getting this coroutine error for my code.i need some tweet data for some sentiment analysis and I am unable to get it due to this error. python from twikit import Client, TooManyRequests import time from datetime import datetime import csv from co...
1medium
Title: All static files return 403 Body: Not sure what I'm doing wrong but all my static files are issuing `403` errors and `permission denied` errors. Logging into the docker environment and changing permissions to 777 fixes the errors but doesn't fix the underlying issue.
1medium
Title: Following picture can not be restored, seems can not recognize the face Body: Following picture can not be restored, seems can not recognize the face ![real06b](https://user-images.githubusercontent.com/5558722/218959050-cb9c953f-e9d4-4fcd-8687-8cf8f911af22.jpg) It would be an issue of RealESRGAN, I'm not ...
1medium
Title: dvc exp show: External s3 address not properly shown Body: # Bug Report <!-- ## dvc exp show: External s3 address not properly shown --> ## Description Hello, I extended the example from https://github.com/iterative/dvc/issues/9713. Thank you so much for addressing that so quickly! This is much app...
1medium
Title: AttributeError: module 'google.colab.output' has no attribute 'serve_kernel_port_as_iframe' in latest version Body: I experienced the following issue described here: https://stackoverflow.com/questions/68729989/jupyterdash-in-jupyterlabs-fails-after-using-plotly-express-in-a-prior-cell/68737108#68737108 I was...
1medium
Title: Model.predict giving same predictions for every examples Body: I have a 110 layer resnet trained and validated with 4 classes to classify. Training examples are in decent proportion (30%,20%,25%,25%). It has validation accuracy of around 90%. When testing it for new examples it gives same class as output always....
1medium
Title: Celery is NOT running Body: There is a problem. Celery is not running. You can start celery with this command: flaskbb --config None celery worker when do it as above there will be: -------------- celery@ip-172-31-16-221 v4.0.2 (latentcall) ---- **** ----- --- * *** * -- Linux-4.4.44-39.55.amzn1...
1medium
Title: When installed via pip, gir1.2-appindicator3-0.1 required Body: ## Classification: UI/Usability ## Reproducibility: Always ## Summary Attempting to install via pip3 on recent debian has no problem until you attempt to launch the gui. It depends on the package ## Steps to Reproduce - pip3 i...
1medium
Title: Task Execution API: Implement default version handling for no header Body: Task Execution API versioning was added in https://github.com/apache/airflow/pull/47951 via [Cadwyn](https://github.com/zmievsa/cadwyn). As a follow-up we should Implement default version handling for no header since it isn't available ...
1medium
Title: Tabula read_pdf cannot read all pages Body: <!--- Provide a general summary of your changes in the Title above --> # Summary of your issue tabula.read_pdf cannot read all pages. # What did you do when you faced the problem? I could not do anything. ## Code: ``` import tabula fp = r"https:...
1medium
Title: Asyncio + sqlalchemy ORM Body: Привіт. Як працювати з об'єктами алхімії? Ну тобто зараз є можливість виконувати sql запити через conn.execute() і отримувати звідти скаляри. А можна отримувати обджекти?
1medium
Title: Enabling private sixel color registers should not be necessary Body: This is not a big deal, but these private sixel color functions don't actually do anything: https://github.com/joouha/euporie/blob/be40f57aefad591f8880ea400f64ea7a9ecee924/euporie/core/io.py#L187-L193 Mode 1070 is a private mode, so those seq...
1medium
Title: Chrome blocking data uri Body: I'm running Chrome 60 and cannot click to open any of the Links (Browser Log, Server Log, etc.) in my self-contained pytest-html report. This seems to be due to Chrome blocking top frame navigation to data urls. See [here](https://groups.google.com/a/chromium.org/forum/#!topic/bli...
1medium
Title: Not expected behavior with drag and drop of subplots Body: https://github.com/user-attachments/assets/a017d3f5-a794-492b-9985-d395b8615825 I experience weird behavior when manually interacting with the subplots generated by the example code (see the recorded screen). Configuration: MacOS 13.7.1 Python...
1medium
Title: dcc.dropdown options order not consistent during search Body: dash 2.18.0 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 Chrome, Windows **Describe the bug** For this dcc.Dropdown: `dcc.Dropdown(op...
1medium
Title: Update tests to support Pandas 1.0 Body: Pandas 1.0 introduces some deprecations that break our tests; we need to update our tests in order to fully support newer versions of Pandas.
1medium
Title: requests-html, pyppeteer and proxies Body: Hi All I'm attempting to use proxy servers with pypetter (via requests-html) Are you able to confirm that pyppeteer is able to use proxies such as `user:pass@my-proxy-server.com:12345` I attempt to use them as per chromium docs with `--proxy-server="user:pass@...
1medium
Title: Update documentation to match changes with v8.x.x Body: ## Describe the bug Some of the documentation has mismatched method names. For example, the documentation under the `Usage -> Routes` page still references an `after_register` handler, but that is now the `on_after_register` handler within a `UserManager...
0easy
Title: can i use netadapt with yolov5? Body: **Describe the issue**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtualenv/venv used?: - Is running in Docker?: ...
3misc
Title: 下载视频会被定向到douyin.wtf上 Body: 使用docker将项目部署到自己服务器后使用下载功能会被定向到douyin.wtf而不是部署服务器本身,如果手动将douyin.wtf替换为部署服务器地址则可正常下载 ***发生错误的平台?*** TikTok 如:抖音/TikTok ***发生错误的端点?*** Web APP 如:API-V1/API-V2/Web APP ***提交的输入值?*** https://www.douyin.com/discover?modal_id=7069543727328398622 如:短视频链接 ***是否有再次尝试?*** 是 如...
1medium
Title: Problems using `.raw()` instead of `.filter()` Body: **Describe the bug** To get consistency between Tortoise-based and non-Tortoise based queries, I started replacing the usual `<ModelClassName>.filter(...)` fetches with `<ModelClassName>.raw(<PlainSQLQueryString>)`. It seemed to work, but I later found tha...
2hard
Title: dkim missing via auth-smtp (submission), but added via local shell mail only Body: # Impacted versions * OS Type: Debian * OS Version: Debian 10 (buster) * Database Type: PostgreSQL * Database version: 11.19 * Modoboa: 2.0.5 * installer used: Yes # Steps to reproduce Standard configuration via Instal...
2hard
Title: Cannot build a new model Body: When I want to contribute a new model, it notices me as: return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib...
1medium
Title: [Bug] Random Talk Body: ### Describe the bug when i try tts in hindi with coqui tts it speak the given senetence but with some random talk (not understandable). ### To Reproduce genetrate :- हिंदी भाषा in hi it will speak hindi but with random talk ### Expected behavior _No response_ ### Log...
1medium