text
stringlengths
20
57.3k
labels
class label
4 classes
Title: 1146, "Table 'djangoblog.django_site' doesn't exist" Body: 添加文章的时候为什么提示这个:1146, "Table 'djangoblog.django_site' doesn't exist" 我看着Models中也没有site这个model啊
1medium
Title: GET users/me returns different ObjectId on each call Body: also on the `/register` route. See: https://github.com/fastapi-users/fastapi-users/discussions/1142
1medium
Title: More easily support streaming local files Body: ### Feature request Simplify downloading and streaming datasets locally. Specifically, perhaps add an option to `load_dataset(..., streaming="download_first")` or add better support for streaming symlinked or arrow files. ### Motivation I have downloaded F...
1medium
Title: No module named 'databricks' after installing koalas Body: I have installed koalas using conda install. However when I try the following import, I get an ModuleNotFoundError. Can you help me to solve this issue? >>> import databricks.koalas as ks Traceback (most recent call last): File "<stdin>", line ...
1medium
Title: Look into GA & Medium analytics to see what's most popular right now (e.g., blog posts, etc.) Body: Moved to internal Trello
3misc
Title: Fine-tuning bert results in a strange output, what happened? Body: I am applying bert to my own model and use the functions in modeling.py. After some times of training, I found the output of bert model (model.get_pooled_output()) contains only 1&-1 and different input sentences produce the same output. I used t...
2hard
Title: df support Body: Here are the things we need to make sure df support includes: - [x] splitting out the output column - [x] convert a list of dictionaries to a DataFrame (ideally with error logging to the user) - [x] convert numbers stored as strings to proper numbers - [x] convert numbers stored as strings with ...
2hard
Title: Virtual Env is not respected Body: Hey, I have a dockerfile like this: ... FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 AS service COPY --from=test_runner /venv /venv ENV PATH=/venv/bin:$PATH When I run the container It cannot find my installed packaged.
1medium
Title: Upload to HF fails for non-LLM trained Body: **Describe the bug** When a model is trained for categories/classification, the model weights are saved a `file` called `model/model_weights`. If the model is trained with type llm instead, the weights are saved to the **directory** `model/model_weights` with content...
1medium
Title: KeyError: 'resnext50_32x4d' Body: what's wrong with resnext50_32x4d? `model = smp.Unet("resnext50_32x4d", encoder_weights="imagenet", classes=4, activation='sigmoid')` error: KeyError: 'resnext50_32x4d' However, it's defined here: https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentati...
1medium
Title: A mistake in guidline of Validate on LFW Body: Hi, I am trying to follow the tutorial of Validate on LFW. However I found an error in the command. I think that it may be confused the beginner. I help to address the mistake. ``` cd ~/datasets mkdir -p lfw/raw tar xvf ~/Downloads/lfw.tgz -C /lfw/raw --...
0easy
Title: error while processing Body: Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "MPS backend out of memory (MPS allocated: 1.76 GB, other allocations: 1.57 GB, max allowed: 3.40 GB). Tried to alloc...
2hard
Title: high CPU rPi 3B Body: ## Mycodo Issue Report: Mycodo Version: 7.5.8 Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] Database Version: 6333b0832b3d Daemon Status: Running Daemon Process ID: 1108 Daemon RAM Usage: 110.196 MB Daemon Virtualenv: Yes Frontend RAM Usage: 54.9...
1medium
Title: Tollboard: Active users filter not applied when switching between time ranges Body: When opening the Trollboard the "Daily" view correctly shows only enabled users. But when switching over to "Weekly" while the "Show active users" option is still active all users (including disabled one) are shown. Only after cl...
1medium
Title: Add option to keep key order in fields.Object() and FieldSet.parse_request() Body:
1medium
Title: dvc push: Unexpected error when pushing to Google Cloud storage or S3 Body: # Bug Report dvc push: "Unexpected error" when pushing to Google Cloud storage or S3 ### Reproduce ``` dvc init dvc remote add -d s3 s3://bucket # or gcs gs://bucket dvc import-url https://data.dvc.org/get-started/data.xml dv...
2hard
Title: how to use imgaug with pytorch Body: I want to use imgaug with pytorch. def __getitem__(self, index) in torch.utils.data.Dataset can process one picture at a time, but in seq(images = images, keypoints = keypoints), I must give 4 dims (B, H, W, Channel). I want to know how to use imgaug without expansion dimen...
1medium
Title: 'BASICSR_JIT' is not recognized as an internal or external command Body: Is this an issue with setting environment variables in Windows? Is there a method to resolve this?
1medium
Title: expected str, bytes or os.PathLike object, not NoneType 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 _No response_ ### Bug I imported the dataset directly...
1medium
Title: Add pydeck as a new plotting backend Body: References: - https://deckgl.readthedocs.io - https://github.com/agressin/pydeck_myTileLayer
1medium
Title: auto migrations fails when table in schema Body: Hello, I'm running the latest Postgres image, python 3.11.3 (venv) and piccolo 0.119.0. When i create a new asgi application with a fresh venv, i can perfectly add, change and delete rows using the migrations new .. --auto / forward command. Then i can migrate t...
1medium
Title: Orders API: Use `get_unprefixed_state` for state output to strip country prefix Body: Stripe Tax uses `ISO 3166-2` with subdivisions to perform a lookup on tax rates, e.g `country-state`, which makes sense. On checkout we therefore store the state in this format too for tax calculations. However, customers expe...
1medium
Title: Convert colored mesh to volume Body: Hi, given a mesh with colors appointed to each vertex, how can I convert it into a volume (voxel format) with the colors of the voxels relating to these points. Is there a simple way to achieve this? My purpose requires taking either the nearest point as the color, or the mos...
1medium
Title: What is the config for postgres ? Body: Hi, Can you guide me how can I change config for postgres ? I am using postgres+pyscopg2://postgres:password@localhost:5432/fastapi. But I have no luck ?
1medium
Title: UPDATE the Langchain Chat models support Body: ### Type of Documentation Issue Incorrect documentation ### Documentation Page https://docs.browser-use.com/customize/langchain-models ### Issue Description Currently I have used Gemini to run this `from langchain_google_genai import ChatGoogleGenerativeAI fr...
0easy
Title: 如何高速处理5万多行的分词数据 Body: 为了处理5万多行的分词数据,改写了脚本案例 import sys,os,time sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/' + '..')) from ltp import LTP root_path=os.path.abspath(os.path.dirname(__file__) + '/' + '..') ltp = LTP(path = "base") url = "tests/zrbzdz.txt" t1 = time.time() url = "tests/z...
1medium
Title: Getting OrderHistory Body: I'm wondering if there is a way to get history of all orders. My bot needs to check some information on past orders to make buy or sell decision.
1medium
Title: [Bug] Text input via cat and multiple lines Body: ### Describe the bug When feeding multiple lines of text using cat into the tts command line tool, tts creates long pauses after a line break. ### To Reproduce 1. Write some text with line breaks into demo.txt 2. Execute tts --text "$(cat demo.txt)" --out_pat...
1medium
Title: Downgrade tensoflow version AttributeError Body: There is no fixed tensorflow version in requirments.txt. So, if I downgrade tensorflow to version 1.10, I'll catch error: "AttributeError: module 'tensorflow' has no attribute 'init_scope'.
1medium
Title: Could not find example to adjust threshold Body: First thanks for sharing this wonderful project. I can use command line vedo https://vedo.embl.es/examples/data/head.vti to see head isosurface and adjust threshold. But could not find any scrip in example to do this. Could you please help?
0easy
Title: awx.conf.settings The current value "'GroupOfUniqueNamesType'" for setting "AUTH_LDAP_GROUP_TYPE" is invalid Body: ### Please confirm the following - [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [x] I have checked the [current ...
1medium
Title: [Docs] Simplify our docs code examples Body: I believe someone from the development team should help streamline our code examples in the documentation. Upon rereading them, I noticed many instances where simplification is possible. Here are some specific recommendations: - [ ] https://github.com/mckinsey/vizr...
1medium
Title: Improve Model.layers setter error message Body: Current error message for Model.layers setter is ambiguous and doesn't explain how to properly handle layers. Current: “`Model.layers` attribute is reserved and should not be used. Please use another name.” Proposed: “`Model.layers` is a read-only property. Use M...
0easy
Title: cannot pickle 'SSLContext' with background callback Body: **Describe your context** Windows 11, Python 3.9 ``` dash 2.16.1 dash-bootstrap-components 1.4.1 ...
1medium
Title: allow deletion of data from Heat Figs with Patch() Body: I am trying to delete some data from a heat fig, and it doesn't seem to be possible with patch. With patch, you would return something like ``` fig = Patch() del fig['data'][0][x][0] ``` to delete the first item in the heatfig. The issue is that ...
2hard
Title: [SoundCloud] Some cover arts are downloaded in 100x100 resolution instead of original size Body: ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **s...
1medium
Title: [BUG] Reverse url names are not auto generated Body: **Describe the bug** Reverse resolution of urls described on https://django-ninja.rest-framework.com/tutorial/urls/ does not work for me. By inspecting the generated resolver, I discovered, that views that do not explicitly specify `url_name` do not have a na...
1medium
Title: Resolve Jupyter notebook system error with typed returns Body: --------------------------------------------------------------------------- OSError Traceback (most recent call last) Cell In[67], line 1 ----> 1 x = create_todolist_item("I need to go and visit Jeff at 3pm tomorr...
1medium
Title: Execution contexts missing some functions Body: SQLAlchemy allows defining column defaults with a callable getting the insert/update context as an argument ([doc](https://docs.sqlalchemy.org/en/13/core/defaults.html?highlight=column%20default%20callable#context-sensitive-default-functions)), e.g: ```python d...
1medium
Title: Heatmap doees not display all entries Body: Hi all, I have an issue with my heatmap. I generated a dataframe with 30k columns and here I set some of the values to a non-nan value (2k of them) (some might be double hits but that is beside the point). The values I fill the dataframe with are values between 0-1...
1medium
Title: how to find keyword from a a string like regex does? Body: for example i have a string : "todayIgotEmailreport" how do i get email keyword from this string ?? `if i use str.contains('report,False,regex=True)` this will return this string. how can we do it with flashtext?
1medium
Title: [RFC] Add option to validate only current env in validators.validate Body: **Problem** I currently have a problem in a project when trying to validate a configuration. I have some variables in production that I do not have in development environment, and that are contained in a .secrets file not present in my p...
1medium
Title: DOC: Reinstate the JupyterLite-based live shell for the pandas website Body: ## Description Hello, I've recently been looking into the JupyterLite shell for [the `pandas` website's Getting Started page](https://pandas.org/getting_started.html) that briefly used to serve as an interactive endpoint for users brow...
1medium
Title: [feature] Use a chrome plugin that can both add the site and the cookies that were used at the time (keep the login etc) Body: **_TLDR - A chrome extension that can add a URL to your cdio install as well as store the cookies used._** So from working on https://github.com/dgtlmoon/changedetection.io/issues/219...
1medium
Title: Bulk update values with SQLAlchemy Body: Since aiopg does not support bulk insert (https://github.com/aio-libs/aiopg/issues/112), so I use this to insert everything in a single query: ``` await conn.execute( sa_foo_table .insert() .values([ dict(name='name1', x=1), dict(name='n...
1medium
Title: bot doesnot run File "pokecli.py", line 35, in <module> Body: File "pokecli.py", line 35, in <module> import six ImportError: No module named six Something went wrong and the bot needed to be restarted. Please investigate the cause. Waiting for 46 seconds, press a key to continue ...
1medium
Title: Complex signal type warning Body: Hi everyone, I get the following warning while loading a hologram: `sig1 = hs.load(s1, signal_type='hologram')` `WARNING:hyperspy.io: signal_type='complex_signal2d' not understood. See hs.print_known_signal_types() for a list of installed signal types or https://github.co...
1medium
Title: Nested Group LDAP Auth not working in Airflow FAB Body: Hi All, I am currently using flask_appbuilder.security.manager in order to provide LDAP authentication for my Airflow Users. While doing the AUTH_ROLES_MAPPING I have noticed that it only works for direct members of the AD groups not the nested groups. ...
1medium
Title: Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`) Body: ## Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`) `selenium` `4.23.1` has been released. `selenium` `4.23.0` had a bug, which why `seleniumbase` `4.28.7` is still using `selenium` `4.22.0` (the previous version). Now it's saf...
1medium
Title: https://proxy-tools.com/proxy (reCAPTCHA) Body: On the site https://proxy-tools.com/proxy / when you click on "Show port" in the browser, the captcha passes without additional verification. However, if you use the script, an additional check appears. My script `from seleniumbase import SB with SB(uc=True, t...
1medium
Title: TypeError: can not serialize 'DocTransformerOutput' object Body: This seems to be exactly #6672, but since that's locked, I cannot comment on it. ## How to reproduce the behaviour The example from #6672: ```python import spacy sentence = "I love you." nlp = spacy.load('en_core_web_trf') doc = nlp(se...
1medium
Title: testsuite completely falls appart locally Body: ``` Replacing crashed slave gw494 [gw495] node down: Traceback (most recent call last): File "/home/rpfannsc/Projects/pytest-dev/pytest-xdist/.tox/py27/lib/python2.7/site-packages/execnet/gateway_base.py", line 1072, in executetask do_exec(co, loc) # ...
2hard
Title: IndexError: tuple index out of range Body: It works, but after a while it drops out with an error ``` Traceback (most recent call last): File "/root/nudecrawler/bin/nudecrawler", line 467, in <module> main() File "/root/nudecrawler/bin/nudecrawler", line 456, in main check_word(w, day, args.f...
1medium
Title: BUG: Series.compare with differently named series raises ValueError, but should not Body: ### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the m...
1medium
Title: V4: _check_import_id_fields doesn't produce intended error message. Body: **Describe the bug** With V4 I have started getting following errors on `django-hordak` tests (for some reason it updates to pre versions even if it is not requested): ``` File "/home/runner/work/django-hordak/django-hordak/hordak/v...
1medium
Title: [3.3.0] Adjust Python versions supported Body: ### Discussed in https://github.com/dynaconf/dynaconf/discussions/1258 <div type='discussions-op-text'> <sup>Originally posted by **judy-devData** February 19, 2025</sup> The latest version of dynaconf released on february 17 includes support for Python 3.11. Are...
1medium
Title: Client doesn't work on simple example. Error: simplejson.errors.JSONDecodeError Body: I'm trying to run the simple example: ``` import socketio sio = socketio.Client() @sio.event def connect(): print('connected to server') @sio.event def disconnect(): print('disconnected from server') s...
1medium
Title: Clean up build output & committed build/intermediary files Body: Following #212, some issues in the build and general lifecycle of the repo have become apparent. Here are some points to fix, explore, or justify. 1. Make the build output file name match those of other Dash repos (e.g lib/dash-table.[min|dev].j...
1medium
Title: set/update the preprocessor outside the init Body: Just a thought, but it might be useful to have a function to update/set the preprocessor outside of the init. Right now it is just initialized when calling fit (so using sth like `mcc.set_params(preprocessor=X)` won't help). But one might realize later after fit...
1medium
Title: Reverse proxy: Contradictory scheme headers Body: ### Deployment Method - [ ] Installer - [ ] Docker Development - [ ] Docker Production - [ ] Bare metal Development - [ ] Bare metal Production - [ ] Digital Ocean image - [x] Other (please provide a link `Steps to Reproduce` ### Describe the problem* First I ...
1medium
Title: Swagger schema creation can crash if multiple requests arrive quickly on startup [theory] Body: Hello flask-restx team! This is a bit of a nasty one sorry! We have recently twice observed a crash (call stack below) inside the Swagger() constructor on application startup, when it receives its first request....
1medium
Title: Bug: ignore user-agent header and uses it own user-agent Body: When i set a user-agent posting ignore my user-agent and use it default user agent i'v had posting v2.3.0 and i update to v2.5.2 but it not fixed!
1medium
Title: which graphiql version is using? Body: I have `Flask-GraphQL==2.0.1` installed and inside Chrome it is requiring dependencies like > http://cdn.jsdelivr.net/npm/graphiql@0.11.11/graphiql.min.js note: currently the latest version in jsdelivr is 1.0.6 however the github readme says > graphiql_version: The...
1medium
Title: giving cpu as parameter ? Body: * face_recognition version:1.3.0 * Python version:3.7.6 * Operating System:3.7.6 ### Description I want to know how to give CPU as a parameter in the API calls
1medium
Title: [Feature Request] sns.histplot() automatically supports discreted axis labeling. Body: # Background / related function desc As the doc saids: When both x and y are assigned, a bivariate histogram is computed and shown as a heatmap: ```python sns.histplot(penguins, x="bill_depth_mm", y="body_mass_g") ``` ![...
1medium
Title: union types and nullables can create unnecessary class suffixes (and related problems) Body: **Describe the bug** In some valid specs, the use of `anyOf`, `oneOf`, `nullable`, and/or `type` as a list, can cause generated class names to have unnecessary suffixes (and, sometimes, for spurious extra copies of clas...
2hard
Title: Feature Request: gzip support Body: https://docs.python.org/3/library/gzip.html Would be nice to have gzip support.
1medium
Title: Datetime export not working correctly from pandas Body: Using version 0.6.5 with Pandas 0.15.2 I'm using to_excel to export some dataframes which have a datatime variable as the first column. I noticed the the exported spreadsheet values only contained daily values when I was expecting hourly values. I traced ...
1medium
Title: Django improperly configured error if secret key begins with a dollar sign character Body: I've come across this error which only seems to occur when using the django-environ package to read a SECRET_KEY from a .env file. My .env file (with a generated secret key using the get_random_secret_key module from dj...
1medium
Title: why the time for encoding face embedding is so long? Body: I rewrite the compare.py to check the time for facenet's face embedding encoding, but to my surprise,the time is above 60ms on my Geforce RTX2070 card,I also check the time for ArcFace,it only use 10 ms; I also found when my check program was running, t...
2hard
Title: Allow to pass log config to the start-reload.sh for the uvicorn Body: Allow to pass log config to the start-reload.sh for the uvicorn.
1medium
Title: Upgrade react to 19 Body: what it says on the tin
2hard
Title: pypi page still links to http://berkeleyanalytics.com/bottleneck Body: It looks like you've moved bottleneck's documentation to github.io (87ae3e397ca4a78f02a530058be055728d47418d). However, the link on the [pypi](https://pypi.python.org/pypi/Bottleneck#Where) still links to http://berkeleyanalytics.com/bottlene...
0easy
Title: [fabric.example.rl] Not support torch.float64 for MPS device Body: ### Bug description I found an error when run the example `pytorch-lightning/examples/fabric/reinforcement_learning` on M2 Mac (device type=mps) ### Reproduce Error ``` reinforcement_learning git:(master) ✗ fabric run train_fabric.py ...
1medium
Title: Is it possible to downgrade the project to support Python 3.9? Body: I checked the source code, and it seems like only the `|` operator and `match-case` feature are used. If we downgrade to 3.9, it would run directly on macOS, which would make it accessible to more users. The `|` can be replaced with `typing.Un...
1medium
Title: How to get the time stamp of my block post to delete the message once the button is clicked. Body: python 3.11 slack bolt 1.16.2 This is probably a simple question which is why I could not find the answer but How would I use slack bolt sdk to delete an "approval" block that my bot posts. I am able to post th...
1medium
Title: ObtainJSONWebToken endpoint not working for user.is_active = False Body: when user is not active..endpoint does not shows "User account is disabled" ??????? if all(credentials.values()): user = authenticate(**credentials) if user: if not user.is_active: ...
1medium
Title: Questions about the train function Body: Thanks for the great work. I have several questions about the instruct train function 1. May I know that what vectorDB perform during the train? Does it act as a RAG? 2. After the train, is that anyway to save the trained model or stuff? Or it requires to call the trai...
1medium
Title: Questions about Copilot + Open Source Software Hierarchy Body: Hi! My name is Chris and I'm writing a thesis on Open Source Software. I'm trying to collect/validate my data and I have two questions for the maintainers of this project. 1) Did this project receive free github copilot access on June 2022? 2) My t...
3misc
Title: [Feature request] Easier running of tts under Windows Body: <!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> **🚀 Feature Description** <!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently ...
1medium
Title: Results are different between personal computer and replicate Body: Hi, I tried to install it on my personal computer but when run Image Enhancement it is not as good as I tried on https://replicate.com/sczhou/codeformer. I have attached the results below. I found the photos processed on https://replicate.com/...
1medium
Title: Azure: The specified block list is invalid Body: Hi, We're getting an error back from Azure on some uploads to block storage. I believe it happens when we're uploading large files, but I haven't been able to debug it much more. Here is the exception: <img width="834" alt="screenshot 2019-03-04 12 46 09" sr...
1medium
Title: [Bug Report] `MuJoCo/Walker2d` left foot has different friction than right foot Body: ### Describe the bug Right foot has a friction coeff of 0.9 https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/envs/mujoco/assets/walker2d.xml#L25 left foot has a friction coeff of 1.9 https://github.com/F...
0easy
Title: 关于怎么再docker替换cookie Body: 有2个东西不太理解! 第一是再docker里怎么去替换cookei 我看了视频,你用的是本地python,是可以直接替换!那docker里怎么弄! 还有就是这个API怎么用到脚本里面去!我是API小白所以问问!
1medium
Title: Skypilot 0.7.0 tries to start non-spot instances when requesting spot instances on Azure Body: I use spot instances on Azure and noticed error messages telling me that I do not have quota for non-spot instances after upgrading from 0.6.1 to 0.7.0. Skypilot clearly tells me that I asked for a spot instance bu...
1medium
Title: DatePickerRrange accepts start_date which is less then min_date_allowed Body: The following datepicker range will accept start_date although it is less then min_date_allowed. ``` dcc.DatePickerRange( id='picker-range', min_date_allowed=date(2023, 8, 1), start_date=date(2023, 7, 1), ) ```
1medium
Title: [BUG] Facing build error while comapiling FUSED_ADAM on ROCm Body: Hi, I would to report the below build error while compiling the DeepSpeech with Fused adam. Please let me know if any further information I can share to resolve this issue. Thanks you. **Install command** ``` DS_BUILD_FUSED_ADAM=1 pip instal...
1medium
Title: 'pip install -e .' command not working on windows Body: I downloaded the repo and tghen trying to build on windows but it's not working. Error: (venv_gpt_engineer) PS gpt-engineer> pip install -e . ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: C:\Users\jiten\...
1medium
Title: [BUG] sar_movielens.ipynb - top_k = model.recommend_k_items(test, top_k=TOP_K, remove_seen=True) error Body: ### Description <!--- Describe your issue/bug/request in detail --> I got error when running sar_movielens.ipynb notebooks from azure machine learning compute instance <img width="727" alt="image" src=...
1medium
Title: unpin numexpr Body: Since the latest version of numexpr is 2.10.0, can it be unpinned? (pandas pins a floor but not [ceiling](https://github.com/modin-project/modin/issues/6469) for numexpr.)
0easy
Title: how to solve this problem about pydantic V2? 跑代码在运行web.py时说pydantic版本不对,我使用liunx系统下跑的 Body: PydanticImportError: `pydantic:parse_raw_as` has been removed in V2. For further information visit https://errors.pydantic.dev/2.6/u/import-error PyTorch 2.1.0 Python 3.10(ubuntu22.04) Cuda 12.1
1medium
Title: Misplaced Chat Avatar While Thinking Body: ### Describe the bug When the chatbot is thinking, the Avatar icon is misplaced. When it is actually inferencing or done inferencing, the avatar is fine. Similar to https://github.com/gradio-app/gradio/issues/9655 I believe, but a special edge case. Also, I mostly not...
1medium
Title: Export torchscript not support dynamic batch and nms 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 _No response_ ### Bug code ``` def export(model_path='yo...
2hard
Title: [RFC] Add support for Pydantic BaseSettings Body: Pydantic has a schema class BaseSettings that can be integrated with Dynaconf validators.
1medium
Title: An in-range update of prettier is breaking the build 🚨 Body: ## The dependency [prettier](https://github.com/prettier/prettier) was updated from `1.14.2` to `1.14.3`. 🚨 [View failing branch](https://github.com/plotly/dash-core-components/compare/master...plotly:greenkeeper%2Fprettier-1.14.3). This version i...
1medium
Title: Label Text Wrapping with ellipsis leaves "..." after changing layout Body: When the layout is set to preset, and we set the `text-wrap` for `edge` elements to be `ellipsis`, the "..." stay visually, even when the layout is changed. Here's an example: ![capture](https://user-images.githubusercontent.com/21180505...
1medium
Title: Piping not working on Python 3.5 Body: I'm trying to clean the test notebooks by using a pipe but it doesn't work on Python 3.5. I just get empty result: ``` $ cat tests/test_metadata.ipynb | nbstripout ``` Running `nbstripout tests/test_metadata.ipynb` correctly cleans the notebook inplace. I trie...
1medium
Title: yf.download fails with pandas 2.0.0 Body: Pandas 2.0.0 was released today. It appears something changed in Pandas that breaks `yf.download`. I'm using: * Python 3.11.2 * yfinance 0.2.14 * macOS 12.6.4 `yf.download` works with Pandas 1.5.3: ``` >>> import pandas as pd >>> import yfinance as yf >>> p...
1medium
Title: install.sh 出错 Body: 系统:20.04.6 网络:Google畅通 root下执行 `sudo bash install.sh` install.sh是新下载的,运行了好几次,都是一样的问题,日志如下: ``` Updating package lists... | 正在更新软件包列表... Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease Hit:3 http://us.arc...
1medium
Title: Multiple results for one person (face) Body: * face_recognition version: 1.2.2 * Python version: 2.7 * Operating System: Mac First of all thanks for this amazing library. **What I need**: I want to get multiple predictions for one face with respective distances and then allow the user/admin to take a cal...
1medium