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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
microsoft/nni | machine-learning | 5,685 | Removing redundant string format in the final experiment log | ### This is a small but very simple request.
In the final experiment summary JSON generated through the NNI WebUI, there are some fields that were originally dictionaries that have been reformatted into strings. This is a small but annoying detail and probably easy to fix.
Most notably, this happens for values i... | open | 2023-09-26T12:19:49Z | 2023-09-26T12:28:22Z | https://github.com/microsoft/nni/issues/5685 | [] | olive004 | 0 |
jupyter/nbgrader | jupyter | 1,209 | Manual grading: assignment fails to load. It hangs with msg "Loading, Please wait..." | <!--
Thanks for helping to improve nbgrader!
If you are submitting a bug report or looking for support, please use the below
template so we can efficiently solve the problem.
If you are requesting a new feature, feel free to remove irrelevant pieces of
the issue template.
-->
### Ubuntu 18.04
### `nb... | closed | 2019-08-29T20:49:00Z | 2019-11-02T11:36:43Z | https://github.com/jupyter/nbgrader/issues/1209 | [
"question"
] | alvinhuff | 3 |
horovod/horovod | machine-learning | 3,790 | No NCCL INFO logs visible on training | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) PyTorch
2. Framework version: 1.13.0
3. Horovod version: 0.26.0
4. MPI version:4.1.4
5. CUDA version: 11.2
6. NCCL version: 2.14
7. Python version: 2.9
8. Spark / PySpark version: NA
9. Ray version: NA
10. OS and version: Ubuntu 20
11. GCC ve... | closed | 2022-12-06T00:29:52Z | 2023-03-25T03:25:25Z | https://github.com/horovod/horovod/issues/3790 | [
"question",
"wontfix"
] | jeet4320 | 3 |
ultralytics/yolov5 | deep-learning | 12,571 | package yolov5 use pyinstaller,could not use cuda | ### 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
i have 2 computers, A and B.
and i package the follower code in A use pyinstaller. the c... | closed | 2024-01-03T02:08:57Z | 2024-01-03T07:30:11Z | https://github.com/ultralytics/yolov5/issues/12571 | [
"question"
] | jo-dean | 0 |
CPJKU/madmom | numpy | 434 | Log filtered spectrogram height | I was under the impression that only changing the frame size for a LogarithmicFilteredSpectrogram wouldn't change the height of the spectrogram, but it does. Also with a lower frame size, low frequencies aren't being shown. Anyone know why this happens?
```
frame_size = 8392
fsig_proc = FramedSignalProcessor(fra... | closed | 2019-06-16T22:30:17Z | 2019-07-17T07:13:25Z | https://github.com/CPJKU/madmom/issues/434 | [] | andrewpeng02 | 6 |
tensorpack/tensorpack | tensorflow | 1,003 | What does this Error mean? | Hi, I tried to load an LMDB data of ImageNet, it is very large, about 140G. And there are 1281167 instances in the data. But I meet this error. It seems to fail to load a too big LMDB file.
```
Traceback (most recent call last):
File "main.py", line 388, in <module>
main()
File "main.py", line 154, in main... | closed | 2018-12-08T04:33:42Z | 2018-12-08T08:47:55Z | https://github.com/tensorpack/tensorpack/issues/1003 | [
"upstream issue"
] | Juicechen95 | 3 |
piskvorky/gensim | data-science | 3,422 | Gensim LdaMulticore can't work on cloud function | #### Problem description
I want to use gensim LDA module on cloud function, but it time out and show "/layers/google.python.pip/pip/lib/python3.8/site-packages/past/builtins/misc.py:45: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses".
B... | closed | 2023-01-06T10:07:11Z | 2023-01-10T08:56:55Z | https://github.com/piskvorky/gensim/issues/3422 | [] | tinac5519 | 2 |
ibis-project/ibis | pandas | 10,236 | bug: Generated SQL for Array Aggregations with Order By doesn't work in BigQuery | Edited to include an end to end reproduction and more detail.
### What happened?
Consider
```
CREATE TABLE `my-project.my_dataset.colors` AS (
SELECT 1 AS id, 'red' AS color
UNION ALL
SELECT 2 AS id, 'red' AS color
UNION ALL
SELECT 3 AS id, 'blue' AS color
)
```
and
```
import ibis
... | closed | 2024-09-26T17:34:56Z | 2024-09-27T01:40:13Z | https://github.com/ibis-project/ibis/issues/10236 | [
"bug"
] | yjabri | 2 |
robotframework/robotframework | automation | 4,455 | Standard libraries don't support `pathlib.Path` objects | OperatingSystem library should support also Python Path objects. Currently OperatingSystem library keyword which uses path or file path as argument, expect the argument to be as a string. Would it be possible to enhance library keyword to support also Python [Path](https://docs.python.org/3/library/pathlib.html) as arg... | closed | 2022-09-07T19:26:05Z | 2022-09-21T18:12:37Z | https://github.com/robotframework/robotframework/issues/4455 | [
"bug",
"priority: medium",
"beta 2"
] | aaltat | 5 |
Lightning-AI/pytorch-lightning | machine-learning | 19,940 | Custom batch selection for logging | ### Description & Motivation
Need to be able to select the same batch in every logging cycle. For generation pipelines similar to stable diffusion it is very hard to gauge the performance over training if we continue to choose random batches.
### Pitch
User should have selective ability to choose the batch to log wh... | open | 2024-06-04T10:29:40Z | 2024-06-08T11:03:18Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19940 | [
"feature",
"needs triage"
] | bhosalems | 3 |
PhantomInsights/subreddit-analyzer | matplotlib | 7 | Just wondering about the recent Reddit API changes (paywall)... | Has this code been tested lately? | open | 2023-11-14T07:29:16Z | 2023-11-14T14:29:07Z | https://github.com/PhantomInsights/subreddit-analyzer/issues/7 | [] | champlainmarketing | 1 |
qwj/python-proxy | asyncio | 154 | How do i use authentication with my https server | hello i need help recently got this working with python on my Xbox one i wanted to make a proxy for peer2profit but i want it to be like this ussername:pass@IP:RandomPort for it to work with peer2profit help is very much appreciated! | open | 2022-08-17T19:22:35Z | 2022-08-17T19:22:35Z | https://github.com/qwj/python-proxy/issues/154 | [] | PurpleVoidEpic | 0 |
ipython/ipython | data-science | 14,638 | Crash if malformed `os.environ` | # Description
Setting `os.environ` to an invalid data structure crashes IPython. The following is obviously not correct, but while testing something else, I mistyped `[]` instead of `{}`:
```python
$ ipython
Python 3.13.1 (main, Dec 12 2024, 16:35:44) [GCC 11.4.0]
Type 'copyright', 'credits' or 'license' for more in... | open | 2025-01-03T14:47:27Z | 2025-01-07T10:56:49Z | https://github.com/ipython/ipython/issues/14638 | [] | khk-globus | 2 |
quantmind/pulsar | asyncio | 235 | Remove wait from test classes | No longer needed, one can do an async assertion with the following syntax
``` python
self.assertEqual(await async_func(), 'foo')
```
| closed | 2016-07-28T08:50:04Z | 2016-10-10T15:25:15Z | https://github.com/quantmind/pulsar/issues/235 | [
"test",
"enhancement"
] | lsbardel | 0 |
alteryx/featuretools | scikit-learn | 2,457 | `NumWords` returns wrong answer when text with multiple spaces is passed in | ```
NumWords().get_function()(pd.Series(["hello world"]))
```
Returns 4. Adding another space would return 5.
The issue is with how the number of words is counted. Consecutive spaces should be collapsed into one. | closed | 2023-01-19T22:02:47Z | 2023-02-09T18:30:43Z | https://github.com/alteryx/featuretools/issues/2457 | [
"bug"
] | sbadithe | 0 |
gradio-app/gradio | machine-learning | 10,699 | Unable to change user interface for all users without restarting | ### Describe the bug
Let's assume one user creates something through a gradio interface that we want to be made available to all other users. A simple way is to add this new user content to an user interface element such as a Dropdown box. Unfortunately every change made to the user interface while the application is ... | closed | 2025-02-28T18:01:10Z | 2025-03-05T13:33:35Z | https://github.com/gradio-app/gradio/issues/10699 | [
"bug"
] | deepbeepmeep | 2 |
jupyter-incubator/sparkmagic | jupyter | 66 | wait for state doesn't return immediately if state is final | When state goes into a final state, like error, wait for state should immediately return.
| closed | 2015-12-12T05:31:22Z | 2015-12-19T09:01:23Z | https://github.com/jupyter-incubator/sparkmagic/issues/66 | [
"kind:bug"
] | aggFTW | 2 |
ray-project/ray | data-science | 51,261 | [core][gpu-objects] CollectiveExecutor | ### Description
`CollectiveExecutor` is responsible for executing collective calls in order specified by the driver. This issue relies on #51260.
### Use case
_No response_ | open | 2025-03-11T18:36:03Z | 2025-03-11T22:06:09Z | https://github.com/ray-project/ray/issues/51261 | [
"enhancement",
"P0",
"core",
"gpu-objects"
] | kevin85421 | 0 |
xlwings/xlwings | automation | 1,885 | Google Sheets/Excel on the web bug: formats "1" etc as date | closed | 2022-04-01T08:07:21Z | 2022-04-01T09:19:12Z | https://github.com/xlwings/xlwings/issues/1885 | [
"bug"
] | fzumstein | 0 | |
Lightning-AI/pytorch-lightning | deep-learning | 19,799 | parsing issue with `save_last` parameter of `ModelCheckpoint` | ### Bug description
Cannot pass a boolean to the `save_last` parameter of the `ModelCheckpoint` callback using `LightningCLI`.
All parameters work fine except for `save_last`. I think `jsonargparse` is having trouble with the validation of the annotation of `save_last` which is currently `Optional[Literal[Tru... | closed | 2024-04-22T15:30:35Z | 2024-06-06T00:25:28Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19799 | [
"bug",
"callback: model checkpoint",
"ver: 2.2.x"
] | mariovas3 | 0 |
autokey/autokey | automation | 951 | cyrillic symbols not shown - space added instead | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Xorg
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is thi... | open | 2024-07-19T21:03:20Z | 2024-07-21T08:03:58Z | https://github.com/autokey/autokey/issues/951 | [
"duplicate",
"wontfix",
"phrase expansion",
"user support"
] | AlexeyRoza | 1 |
miguelgrinberg/flasky | flask | 434 | Passing data from form to send to API sandbox | Hello Sir,
Always an owner to send you a chat when I have an issue. I have been doing a REstFul app with Flask following your guidelines although am stuck. I cannot understand why my code cannot pass the data from form to an external API. If I type the values for different keys in the json body it sends well but if I ... | closed | 2019-08-16T14:47:09Z | 2019-08-19T14:10:42Z | https://github.com/miguelgrinberg/flasky/issues/434 | [
"question"
] | OwiyeD | 10 |
vitalik/django-ninja | rest-api | 1,393 | [BUG] Servers widget appears with empty select box when "ninja" app added to INSTALLED_APPS | I'm adding `'ninja'` to `INSTALLED_APPS` in settings in order to use Django-hosted static files rather than rely on the CDN. When doing so, I find an unpopulated select form element pop up for Swagger server configuration, like below:
 in the source code to add support for non-actor tasks, but I haven't seen a related issue. Many of the docs I've read on compi... | open | 2025-03-21T14:29:40Z | 2025-03-21T16:07:48Z | https://github.com/ray-project/ray/issues/51593 | [
"enhancement",
"triage",
"core",
"compiled-graphs"
] | b-phi | 0 |
lundberg/respx | pytest | 208 | Regression of ASGI mocking after `respx == 0.17.1` and `httpx == 0.19.0` | We run code alike this:
```python
import httpx
import pytest
import respx
from respx.mocks import HTTPCoreMocker
@pytest.mark.asyncio
async def test_asgi():
try:
HTTPCoreMocker.add_targets(
"httpx._transports.asgi.ASGITransport",
"httpx._transports.wsgi.WSGITransport",... | closed | 2022-07-26T09:11:51Z | 2022-08-25T20:25:16Z | https://github.com/lundberg/respx/issues/208 | [] | Skeen | 5 |
Nemo2011/bilibili-api | api | 527 | [需求] 直播间新增关注事件 | 如题,看了现有的EVENT好像没有关注的时间,`room.on("ALL")`好像也抓不到直播间中有人关注的事件。
请问怎样获取关注事件呢 | closed | 2023-10-13T07:49:19Z | 2023-10-14T14:36:37Z | https://github.com/Nemo2011/bilibili-api/issues/527 | [
"need",
"solved"
] | iAilu | 1 |
automl/auto-sklearn | scikit-learn | 1,474 | Refactor the concept of public and private test set | Auto-sklearn was built for the AutoML challenges where there were public and private test sets by the names "validation set" and "test set". Since these challenges we have substantially refactored Auto-sklearn and no longer allow the user to pass in the public test set aka "validation set". This leads to confusion as "... | closed | 2022-05-13T08:01:49Z | 2022-06-17T12:26:13Z | https://github.com/automl/auto-sklearn/issues/1474 | [
"maintenance"
] | mfeurer | 0 |
predict-idlab/plotly-resampler | data-visualization | 175 | About plotly graph exporting to HTML file | In my case, I want to export my plotly graph into HTML for later use, and I just run the following code:
`fig.write_html('fig1.html', include_plotlyjs='cdn')`
The good news is I do get a complete figure with basic interactive features (zoom, hover, etc.), but it will lose the advanced features like **auto resampl... | closed | 2023-03-03T06:55:27Z | 2023-03-03T12:49:47Z | https://github.com/predict-idlab/plotly-resampler/issues/175 | [
"documentation"
] | buptycz | 4 |
mwaskom/seaborn | matplotlib | 3,660 | JointPlot allow changing positions of the marginal histograms | Hi,
Amazing package! I was wondering if it is possible to add a change that would allow joint plots to specify the positioning of the marginal histogram? Kind of like in https://stackoverflow.com/questions/55111214/change-position-of-marginal-axis-in-seaborn-jointplot
| closed | 2024-03-21T19:40:08Z | 2025-01-26T15:43:23Z | https://github.com/mwaskom/seaborn/issues/3660 | [] | adam2392 | 1 |
paperless-ngx/paperless-ngx | machine-learning | 7,436 | [BUG] During the file upload on web site the status window is not closing | ### Description
While uploading a file in the web upload window, the status window about the process is stuck on the screen. The process itself is running well and finished but the status is stuck in this position and only after reload the web page will disappear.
 rather than posting an issue here.
--... | closed | 2022-03-19T02:19:25Z | 2022-08-09T15:00:57Z | https://github.com/allenai/allennlp/issues/5602 | [
"bug"
] | ghostintheshellarise | 7 |
QuivrHQ/quivr | api | 2,703 | [Bug]: non-latin letters in file names are stripped | ### What happened?
non-ascii letters removed from file names.

it's caused by using file name as a key for storing upload https://github.com/QuivrHQ/quivr/blob/main/backend/modules/upload/service/upload_file.py#L81and uploa... | closed | 2024-06-22T20:43:34Z | 2024-09-26T00:24:01Z | https://github.com/QuivrHQ/quivr/issues/2703 | [
"bug",
"Stale",
"area: backend"
] | mkhludnev | 2 |
modin-project/modin | pandas | 7,020 | BUG: Excessive log file generation when using Modin[ray] with Parquet files and DataFrame operations | ### 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 main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | open | 2024-03-07T02:15:59Z | 2024-08-05T17:13:28Z | https://github.com/modin-project/modin/issues/7020 | [
"bug 🦗",
"External"
] | xixibaobei | 26 |
areed1192/interactive-broker-python-api | rest-api | 3 | The requested URL /v1/portal/calendar/events/ was not found on this server. | I am having problem having access to the web api despite that i follow the instructions on https://interactivebrokers.github.io/cpwebapi/ and got `Client login succeeds`. please help. the error message is: `The requested URL /v1/portal/calendar/events/ was not found on this server.` | closed | 2020-04-21T19:59:53Z | 2020-05-01T21:23:38Z | https://github.com/areed1192/interactive-broker-python-api/issues/3 | [] | wuliwei9278 | 7 |
CorentinJ/Real-Time-Voice-Cloning | python | 559 | Generate a speech which still keep the speaker's speaking rate | I've gotten some good results with this project. It is really amazing!
However, as title, is keeping speaker's speaking rate achievable during generating?
I knew that there's an optimum length of input text(too short: the voice will be stretched out with pauses; too long: the voice will be rushed).
e.g., there a... | closed | 2020-10-15T15:39:40Z | 2020-10-16T16:00:24Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/559 | [] | CYT823 | 4 |
tflearn/tflearn | tensorflow | 355 | Display predicted classes for a input image with Alexnet | I have trained Alexnet model with my dataset. The dataset has 6 classes. Next I want to use the model for predictions, so that it displays the top 3 classes predicted for a given input image.
For this I am using `model.predict()` method. For a single input image the output of predict() is-
`[[0.38271743059158325, 6.... | open | 2016-09-23T10:20:12Z | 2017-07-23T15:31:54Z | https://github.com/tflearn/tflearn/issues/355 | [] | deepali-c | 6 |
mljar/mercury | jupyter | 455 | Add file sorting in output directory view | Please sort files by name in output files view. Right now, files are displayed in random order. | closed | 2024-06-18T12:31:17Z | 2024-07-08T14:38:18Z | https://github.com/mljar/mercury/issues/455 | [
"enhancement"
] | pplonski | 1 |
comfyanonymous/ComfyUI | pytorch | 6,487 | Request to add a shortcut key for "Execute selected node" | ### Feature Idea
Request to add a shortcut key for "Execute selected node". There is currently no shortcut key and it does not support customization. However, this node is used very frequently, so I hope the author can add such a function. Thank you.
### Existing Solutions
_No response_
### Other
_No response_ | open | 2025-01-16T08:37:50Z | 2025-01-17T09:07:58Z | https://github.com/comfyanonymous/ComfyUI/issues/6487 | [
"Feature"
] | 13426447442 | 5 |
gto76/python-cheatsheet | python | 141 | Mario pygame code snippet returns None to 'pressed' disabling controls | In the Mario game code snippet the run function currently passes None into 'pressed' dict. disabling controls. Revised run function below fixes. Per PG documentation, get_pressed() isn't the best way to get text entry from user: https://www.pygame.org/docs/ref/key.html#pygame.key.get_pressed
RUNNING = True
def r... | closed | 2022-12-27T16:13:41Z | 2022-12-27T21:39:59Z | https://github.com/gto76/python-cheatsheet/issues/141 | [] | ccozort | 2 |
JoshuaC215/agent-service-toolkit | streamlit | 31 | Streamlit app is ending with no error | When I run the streamlit app, it is abruptly ending at the following line in the handle_feedback() function.
feedback = st.feedback("stars", key=latest_run_id)
Any idea? | closed | 2024-09-05T22:11:02Z | 2024-09-17T04:24:10Z | https://github.com/JoshuaC215/agent-service-toolkit/issues/31 | [] | ramkipalle | 2 |
zappa/Zappa | flask | 534 | [Migrated] Make an HTTPS request to endpoint instead of touch after deploy/update | Originally from: https://github.com/Miserlou/Zappa/issues/1414 by [mcrowson](https://github.com/mcrowson)
<!--- 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 sur... | closed | 2021-02-20T12:22:23Z | 2022-08-18T13:12:17Z | https://github.com/zappa/Zappa/issues/534 | [
"enhancement",
"feature-request",
"good-idea"
] | jneves | 2 |
waditu/tushare | pandas | 1,493 | [Feature]请加入特定类型的Exception | 目前见到的异常都是基本Exception类型。建议为不同情景下的Exception提供具体的继承,方便调试和稳定性保障 | open | 2021-01-15T13:17:10Z | 2021-01-15T13:17:10Z | https://github.com/waditu/tushare/issues/1493 | [] | Vargnatt | 0 |
pandas-dev/pandas | python | 60,672 | BUG: read_csv: Columns Silently Forced into Multi Index | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-01-07T18:11:06Z | 2025-01-07T21:56:25Z | https://github.com/pandas-dev/pandas/issues/60672 | [
"Bug",
"IO CSV"
] | cdelisle95 | 2 |
Miserlou/Zappa | flask | 1,963 | Issue with slim handler deploys and lambda aliases for blue-green deploys | Hello!
We're using zappa for our api gateway/lambda deploys. We're using the fantastic slim handler option.
Recently we've moved to using lambda aliasing to attempt to get blue-green style deploys. In this situation, we have the gateway point to an alias that serves the active traffic (blue), while we build the n... | open | 2019-11-15T02:16:20Z | 2019-11-15T02:32:32Z | https://github.com/Miserlou/Zappa/issues/1963 | [] | bxjx | 0 |
vaexio/vaex | data-science | 1,884 | [BUG-REPORT] `multiprocessing` flag in `register_function` throws pickle error | It seems that when setting the `multiprocessing` flag to `True` when registering a function, a pickle error is always thrown during invocation.
**Example**
```
import numpy as np
import vaex
df = vaex.from_dict({
"id":list(range(100_000)),
"vals":np.random.rand(100_000)
})
display(df)
@vaex.re... | open | 2022-02-04T16:25:04Z | 2022-02-09T11:55:29Z | https://github.com/vaexio/vaex/issues/1884 | [
"bug"
] | Ben-Epstein | 0 |
adamerose/PandasGUI | pandas | 156 | Allow for drag-drop and CMD opening of pkl files | In run_with_args.py I modified starting at line 13, and in store.py at line 831.
Works with context menu opening as well.
[pandasgui.zip](https://github.com/adamerose/PandasGUI/files/6792641/pandasgui.zip) | closed | 2021-07-09T16:17:30Z | 2021-07-10T07:03:20Z | https://github.com/adamerose/PandasGUI/issues/156 | [
"enhancement"
] | rjsdotorg | 1 |
InstaPy/InstaPy | automation | 6,451 | Get followers returns spam:true | <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht -->
<!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki -->
## Expected Behavior
Unfollow should get all of followers than unfollow them
## Current Behavior
When attempt... | closed | 2022-01-03T17:06:27Z | 2022-01-03T21:00:05Z | https://github.com/InstaPy/InstaPy/issues/6451 | [] | Killerherts | 1 |
gunthercox/ChatterBot | machine-learning | 2,046 | Issue with time.clock | Got an exception -
chatbot = ChatBot('Ron Obvious')
Traceback (most recent call last):
File "<ipython-input-6-a1741da6c5bd>", line 1, in <module>
chatbot = ChatBot('Ron Obvious')
File "C:\Anaconda\lib\site-packages\chatterbot\chatterbot.py", line 34, in __init__
self.storage = utils.initialize_c... | closed | 2020-09-22T06:53:17Z | 2025-02-17T21:31:52Z | https://github.com/gunthercox/ChatterBot/issues/2046 | [] | ayushmodi-038 | 2 |
ultralytics/ultralytics | python | 19,250 | mode.val(save_json=True),COCO API AssertionError: Results do not correspond to current coco set. | ### 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
trian.py
```
if __name__ == '__main__':
from ultralytics import YOLO
... | closed | 2025-02-14T15:42:45Z | 2025-02-18T11:19:04Z | https://github.com/ultralytics/ultralytics/issues/19250 | [
"question",
"detect"
] | SDIX-7 | 7 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 76 | 教程有误 | python scripts/merge_llama_with_chinese_lora.py \
--base_model path_to_original_llama_hf_dir \
--lora_model path_to_chinese_llama_or_alpaca_lora \
--model_type 7B \
--output_dir path_to_output_dir
该段model_type应该传递的是model_size | closed | 2023-04-07T21:02:15Z | 2023-04-08T00:03:22Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/76 | [] | ghost | 1 |
biolab/orange3 | scikit-learn | 6,519 | New version of cython was released, installation does not work with it | On 17 Jul Cython 3.0 was released. Orange can not be installed from source with it.
In long term, we should fix it. For now, I changed the installer to require older Cython (#6518). | closed | 2023-07-20T12:09:12Z | 2023-07-24T12:55:38Z | https://github.com/biolab/orange3/issues/6519 | [
"bug"
] | markotoplak | 0 |
sanic-org/sanic | asyncio | 2,220 | Sanic not raising ConnectionClosed on Python 3.7 | Hi,
I've been using Sanic and now I want to gather the information that whether the WebSocket is closing normally or abnormally. The problem that I'm facing currently is that whenever the client is closing a connection abnormally (Network Issue), no Exception is being raised. Although I'm getting logs server - event... | closed | 2021-08-17T14:16:30Z | 2021-10-03T13:55:57Z | https://github.com/sanic-org/sanic/issues/2220 | [] | priyesh-kashyap | 6 |
mlfoundations/open_clip | computer-vision | 109 | Hyperparameters to replicate the conceptual caption RN50x4 experiments. | My run on 4GPUs with batch size 256 using default parameters can not replicate the 22.2% top-1 zero-shot Val accuracy on imageNet1k (claimed in readme) with the code out of the box.
Also which ImageNet1k we are using as reference here: 2012 or 2017 or the latest one with people's face masked off.
detailed cmd:
`tr... | closed | 2022-06-15T15:57:31Z | 2022-06-16T21:44:32Z | https://github.com/mlfoundations/open_clip/issues/109 | [] | kyleliang919 | 4 |
JaidedAI/EasyOCR | deep-learning | 447 | Number of iterations for models | Hi @rkcosmos
Great work! For how many approx. iterations did you train your language-specific models and how much data did you use for training?
Thanks | closed | 2021-06-04T09:55:37Z | 2022-03-02T09:25:00Z | https://github.com/JaidedAI/EasyOCR/issues/447 | [] | iknoorjobs | 0 |
allure-framework/allure-python | pytest | 807 | pytest-xdist run tests with --clean-alluredir may fail when faker installed. | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | open | 2024-04-18T12:25:04Z | 2024-04-18T12:25:04Z | https://github.com/allure-framework/allure-python/issues/807 | [] | hokor | 0 |
davidsandberg/facenet | tensorflow | 484 | Step how to apply this library | Can someone step by step teach me how to use this library to detect face from beginning by using python and code using visual code. Sorry, because I am a beginner and I was interested on it. Thank you very much | closed | 2017-10-12T17:10:48Z | 2017-10-21T11:28:33Z | https://github.com/davidsandberg/facenet/issues/484 | [] | sy0209 | 1 |
okken/pytest-check | pytest | 6 | add Travis testing | closed | 2019-02-19T05:27:23Z | 2019-05-13T15:58:42Z | https://github.com/okken/pytest-check/issues/6 | [
"enhancement"
] | okken | 1 | |
vitalik/django-ninja | django | 533 | [BUG] Need to bundle js.map files for django 4+ | **Collectstatic fails on django 4+ if self hosting JS files**
See https://code.djangoproject.com/ticket/33353
Adding `ninja` to `INSTALLED_APPS` causes collectstatic to fail when using whitenoise
```
#0 0.428 Post-processing 'ninja/redoc@2.0.0-rc.66.standalone.js' failed!
#0 0.428
#0 0.428 Traceback (most r... | closed | 2022-08-18T16:38:50Z | 2023-07-19T09:16:53Z | https://github.com/vitalik/django-ninja/issues/533 | [] | cblakkan | 8 |
twopirllc/pandas-ta | pandas | 500 | How to ignore `nan` when using `cross_value`? | Or specify a default value as result when compare a `nan`. | open | 2022-03-10T13:41:26Z | 2022-03-14T21:24:41Z | https://github.com/twopirllc/pandas-ta/issues/500 | [
"enhancement"
] | GF-Huang | 5 |
numba/numba | numpy | 9,413 | Python 3.13 | This issue is to track tasks and issues with Python 3.13.
Numba support status:
- Started early work on Python3.13.0a3. So far, there is minimal bytecode changes (WIP branch: https://github.com/numba/numba/compare/main...sklam:numba:wip/py3.13). ~We got `numba/tests/test_usecases.py` to pass. However, more involv... | closed | 2024-01-31T16:12:29Z | 2025-02-10T18:24:27Z | https://github.com/numba/numba/issues/9413 | [
"Python 3.13"
] | sklam | 14 |
plotly/dash | data-visualization | 2,467 | [BUG] allow_duplicate not working with clientside_callback |
Thanks for allow_duplicate, it's a very nice addition.
Everything works well, except for **clientside_callback**. Support for clientside_callback was supposed to be? When adding allow_duplicate, an error occurs:
.
The code suggests to have profiling configurable via a Settings object, such as one provided in ... | open | 2024-03-22T12:10:56Z | 2024-08-25T11:25:58Z | https://github.com/joerick/pyinstrument/issues/298 | [] | daniel-soutar-ki | 1 |
deepinsight/insightface | pytorch | 1,929 | Can you provide the pytorch pre training model of mobileface on glint360k dataset?arcface or cosineface | open | 2022-03-07T09:45:12Z | 2022-03-07T09:45:12Z | https://github.com/deepinsight/insightface/issues/1929 | [] | momohuangsha | 0 | |
thunlp/OpenPrompt | nlp | 242 | 'PrefixTuningTemplate' object has no attribute 'n_head' | Here is my code of trying to use ```PrefixTuningTemplate```:
```
import torch
from openprompt.data_utils.conditional_generation_dataset import WebNLGProcessor
from openprompt.plms import load_plm
from openprompt.prompts.prefix_tuning_template import PrefixTuningTemplate
plm, tokenizer, model_config, WrapperCl... | open | 2023-02-28T08:29:52Z | 2023-03-30T06:49:06Z | https://github.com/thunlp/OpenPrompt/issues/242 | [] | SuperChanS | 2 |
jacobgil/pytorch-grad-cam | computer-vision | 371 | AssertionError of FullGrad for the inception_v3 model | For the `inception_v3` model in `torchvision.models`, FullGrad attribution arises the AssertionError about "assert(len(self.bias_data) == len(grads_list))"; I find that the `len(self.bias_data)` is 96 while `len(grads_list)`is just 94 when steps into the functions.
It is just from the normal-usage of the function,... | open | 2022-12-22T15:39:36Z | 2022-12-23T02:24:41Z | https://github.com/jacobgil/pytorch-grad-cam/issues/371 | [] | wenchieh | 0 |
piskvorky/gensim | nlp | 2,950 | Overflow error after unicode errors when loading a 'large' model built with gensim | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | open | 2020-09-16T18:10:33Z | 2020-09-16T20:12:36Z | https://github.com/piskvorky/gensim/issues/2950 | [] | svenski | 3 |
apify/crawlee-python | automation | 248 | Sitemap-based request provider | similar to what we're implementing in JS crawlee | open | 2024-06-28T10:58:00Z | 2024-07-15T10:15:45Z | https://github.com/apify/crawlee-python/issues/248 | [
"enhancement",
"t-tooling"
] | janbuchar | 0 |
saulpw/visidata | pandas | 2,159 | [parquet] can't load parquet directory anymore: `IsADirectoryError` | **Small description**
Hi @saulpw @anjakefala @takacsd - it seems that forcing opening the path as file with `.open()` - introduced with #2133 - breaks the use case where the multiple parquet files are stored in a directory, and this directory is then read by visidata. This is common with Hive partitioning or when wo... | closed | 2023-12-07T12:59:35Z | 2023-12-07T20:44:20Z | https://github.com/saulpw/visidata/issues/2159 | [
"bug",
"fixed"
] | mr-majkel | 1 |
deeppavlov/DeepPavlov | tensorflow | 829 | Difference between ELMo embedding for sentence/separate tokens | Hello,
I am trying to use ELMo embedder for further text classification task. I cannot find information on that, so forced to ask a question here.
What is the conceptual difference between this
`elmo([['вопрос', 'жизни', 'и' ,'смерти']])`
and this
`elmo([['вопрос жизни и смерти']])`
The embedding size is the... | closed | 2019-05-05T10:23:41Z | 2019-05-14T18:57:31Z | https://github.com/deeppavlov/DeepPavlov/issues/829 | [] | joistick11 | 2 |
mouredev/Hello-Python | fastapi | 538 | 网赌网址不给出款该怎么办 | 被黑了不能出款找我们大力出黑团队多年经验,如果你被黑了请联系我们帮忙把损失降到最低/微x:<>《微信zdn200手机号18469854912》前期出款不收任何费用,我们团队都是先出款/后收费。不成功不收费、
当网赌赢了不能提款的问题怎么办呢?
首先我们应该保持冷静,如果提现被拒绝就不重复点了,切记不能跟平台客服或者称的代理人有任何争执,一旦激怒对方,极有可能造成账号冻结之类的情况,这样问题就很难处理得到了,这个时候对方的理由或者借口我们要表示相信,并希望尽快得到处理,在稳定住对方后。
第一时间联系专业出黑团队,通过藏分锁卡等手段分批出款,这样问题顺利第一款解决了,如果您目前正遭遇网赢钱不能提款的,请及时联系我们专业出黑团队为您... | closed | 2025-03-19T05:10:15Z | 2025-03-19T06:31:42Z | https://github.com/mouredev/Hello-Python/issues/538 | [] | wdbhgzmb | 0 |
nerfstudio-project/nerfstudio | computer-vision | 3,555 | Unable to use my own point cloud and camera poses | Unable to use my own point cloud and camera pose.
I am trying to splatfacto. However, I do not want to use colmap. I have my own camera parameters and point cloud for each image. These are ground truth parameters. The colmap prediction is obviously not as good as ground truth. Consequently the reconstruction is not sa... | open | 2024-12-22T10:53:31Z | 2024-12-22T10:53:31Z | https://github.com/nerfstudio-project/nerfstudio/issues/3555 | [] | engs2570 | 0 |
pydata/xarray | numpy | 9,550 | `rolling(...).construct(...)` blows up chunk size | ### What happened?
When using `rolling(...).construct(...) in https://github.com/coiled/benchmarks/pull/1552, I noticed that my Dask workers died running out of memory because the chunk sizes get blown up.
### What did you expect to happen?
Naively, I would expect `rolling(...).construct(...)` to try and keep ... | closed | 2024-09-26T11:18:09Z | 2024-11-18T18:11:23Z | https://github.com/pydata/xarray/issues/9550 | [
"topic-dask",
"upstream issue",
"topic-rolling"
] | hendrikmakait | 6 |
redis/redis-om-python | pydantic | 91 | EmbeddedJsonModel not working within a JsonModel | ```python3
class Address(EmbeddedJsonModel):
street: str
class Contact(JsonModel):
name: str
address: Address
data = {
"name": "First",
"address": {"street": "Main Rd"}
}
try:
c = Contact(**data)
except Exception as e:
print(e)
```
Always gets an error of Nonetype:
... | closed | 2022-01-15T02:15:59Z | 2022-01-15T19:23:46Z | https://github.com/redis/redis-om-python/issues/91 | [] | jctissier | 0 |
manrajgrover/halo | jupyter | 32 | Jupyter Notebooks don't support Halo | While Halo works perfectly fine in the terminal, I can't get Halo to work inside a Jupyter notebook. I am running the following code in the first cell of the notebook:
```
from halo import Halo
from time import sleep
with Halo(text='Loading', spinner='dots'):
sleep(5)
```
The program runs through without a... | closed | 2017-10-26T11:19:32Z | 2018-05-06T18:49:55Z | https://github.com/manrajgrover/halo/issues/32 | [
"help wanted",
"new feature",
"hacktoberfest",
"feature request",
"ipython"
] | HBadertscher | 12 |
miguelgrinberg/flasky | flask | 473 | After launching to heroku, local app with flask run or heroku start broken | After I launched last night I went to back to my local development and tried registering a new user. When I did, the following trace snippit is occured.
```
File "/Users/richardkhillah/Developer/levelup/app/models/models.py", line 112, in __init__
self.follow(self)
File "/Users/richardkhillah/Developer/le... | closed | 2020-06-15T17:43:50Z | 2020-06-17T08:43:07Z | https://github.com/miguelgrinberg/flasky/issues/473 | [
"question"
] | richardkhillah | 3 |
huggingface/diffusers | pytorch | 10,314 | HunyuanVideoPipeline produces NaN values | ### Describe the bug
Running `diffusers.utils.export_to_video()` on the output of `HunyuanVideoPipeline` results in
```
/app/diffusers/src/diffusers/image_processor.py:147: RuntimeWarning: invalid value encountered in cast
images = (images * 255).round().astype("uint8")
```
After adding some checks to `num... | closed | 2024-12-20T06:32:30Z | 2025-01-20T07:10:00Z | https://github.com/huggingface/diffusers/issues/10314 | [
"bug"
] | smedegaard | 19 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 46 | R Kernel | Hi, would you be so kind and add some documentation how to add/enable R kernels for all users? I tried to adopt https://github.com/jupyter/docker-stacks/blob/master/r-notebook/Dockerfile without success. To do so, I copied the fixed-permissions and the R pre-requisites & R packages except USER $NB_USER. Fixed-permissio... | closed | 2017-09-20T20:12:55Z | 2017-10-21T07:07:43Z | https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/46 | [] | inkrement | 2 |
exaloop/codon | numpy | 597 | Why Does the Instance in Codon Script Never Get Terminated After Deletion? | I've written a Codon script that includes a class and a function to be exported:
```python
class Foo:
def __init__(self):
print('ctor')
def __del__(self):
print('dtor')
@export
def func():
foo = Foo()
## before
del foo
## after
```
I noticed somethin... | closed | 2024-10-08T20:30:46Z | 2024-11-11T18:54:17Z | https://github.com/exaloop/codon/issues/597 | [] | gyuro | 3 |
python-visualization/folium | data-visualization | 1,762 | matplotlib colormap for Choropleth(fill_color=map) and HeatMap() | **Is your feature request related to a problem? Please describe.**
See the maps on this demo:
https://www.kaggle.com/code/alexisbcook/interactive-maps
It looks okay with `Choropleth(fill_color='YlGnBu')` but it would look better with a proper perceptually uniform colormap.
Same for `HeatMap()`.
**Describe ... | closed | 2023-05-19T20:35:38Z | 2023-05-22T09:40:06Z | https://github.com/python-visualization/folium/issues/1762 | [] | FlorinAndrei | 1 |
thtrieu/darkflow | tensorflow | 1,055 | How to convert our weights to Darknet weights | I have got a better result then Darknet, so how can I convert our format weights to Darknet.
Thinks a lot! | open | 2019-06-24T07:32:22Z | 2019-07-10T18:20:47Z | https://github.com/thtrieu/darkflow/issues/1055 | [] | tianfengyijiu | 1 |
flasgger/flasgger | rest-api | 448 | Buggy resolve_path function when using decorators | Function "resolve_path" inside "swag_from" function has really weird behavior when using an endpoint function that is using a decorator declared elsewhere. Because we are trying to read origin of a file based on
```os.path.abspath(obj.__globals__['__file__'])``` it will return a filename where the decorator is located... | open | 2020-12-28T20:30:17Z | 2020-12-28T20:30:17Z | https://github.com/flasgger/flasgger/issues/448 | [] | mjurenka | 0 |
holoviz/panel | matplotlib | 7,220 | build-docs errors because of missing firefox or geckodriver | I've followed the new developer guide. When I run `docs-build` I see
```bash
Used existing FileDownload thumbnail
getting thumbnail code for /home/jovyan/repos/private/panel/examples/reference/widgets/FileDropper.ipynb
Path exists True
Traceback (most recent call last):
File "/tmp/tmpgivt71lq", line 67, in <m... | open | 2024-09-01T04:22:34Z | 2025-02-20T15:04:51Z | https://github.com/holoviz/panel/issues/7220 | [] | MarcSkovMadsen | 2 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 206 | 调用/idphoto 报错 500,服务器内部错误 | 

| open | 2024-11-11T01:48:31Z | 2024-12-13T11:49:33Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/206 | [] | wangjun87 | 1 |
vitalik/django-ninja | rest-api | 767 | [BUG] Union does not work properly | Here is my code required for minimal setup for the app:
models.py
```py
from django.db import models
from polymorphic.models import PolymorphicModel
class Page(models.Model):
name = models.CharField(max_length=50, unique=True)
class Section(PolymorphicModel):
page = models.ForeignKey(Page, o... | closed | 2023-05-26T21:52:14Z | 2024-03-18T09:28:49Z | https://github.com/vitalik/django-ninja/issues/767 | [] | an0o0nym | 4 |
ydataai/ydata-profiling | jupyter | 1,739 | Generating report looks broken (visually) | ## Generating report looks broken (visually)
See screenshot:

## Reproducible example:
[example.zip](https://github.com/user-attachments/files/19427955/example.zip)
**Full conda environment: `conda env export` (zipped):**
[con... | open | 2025-03-24T10:44:24Z | 2025-03-24T10:48:00Z | https://github.com/ydataai/ydata-profiling/issues/1739 | [
"needs-triage"
] | stefansimik | 0 |
hyperspy/hyperspy | data-visualization | 2,518 | Example files are not copied to site-packages when installing | In https://github.com/hyperspy/hyperspy/pull/2478, the example datasets were renamed to have `.hspy` extension, but in `setup.py` these files are not included under `package_data`, so they are not copied to the install directory. This results in a `ValueError` when trying to use these files:
```python
>>> hs.datase... | closed | 2020-09-01T04:54:50Z | 2021-01-05T13:19:54Z | https://github.com/hyperspy/hyperspy/issues/2518 | [
"type: bug",
"type: regression"
] | jat255 | 0 |
graphistry/pygraphistry | jupyter | 538 | [BUG] feat and umap cache incomplete runs | **Describe the bug**
When canceling (or getting an exception) during feat/umap, that gets cached for subsequent runs. We expect them to be not cached, e.g., recomputed, on future runs.
**To Reproduce**
**Expected behavior**
The caching flow should catch the interrupt/exn, ensure no caching, and rethrow.
... | open | 2024-01-11T10:04:57Z | 2024-01-11T10:05:10Z | https://github.com/graphistry/pygraphistry/issues/538 | [
"bug",
"help wanted",
"good-first-issue"
] | lmeyerov | 0 |
sinaptik-ai/pandas-ai | pandas | 968 | SmartDataframe API Key Error Depending on Prompt | ### System Info
OS version: `macOS 14.2.1 (23C71)`
Python version: `3.11.8`
`pandasai` version: `1.5.20`
### 🐛 Describe the bug
When calling the chat method of `SmartDataframe`, it may throw the following error depending on the prompt:
```
"Unfortunately, I was not able to answer your question, because of the f... | closed | 2024-02-29T06:16:49Z | 2024-03-19T07:29:11Z | https://github.com/sinaptik-ai/pandas-ai/issues/968 | [] | yassinkortam | 1 |
saulpw/visidata | pandas | 2,444 | [loader] for linters: pylint, ruff, and more | People using linters would find Visidata very useful. Linter output is often long, with a lot of tabulated results that users would like to filter on. A perfect use for visidata!
So for future reference, here is a list of some Python linters that have JSON output:
```
pylint --output-format=json
pylint --output-f... | closed | 2024-07-09T04:48:03Z | 2024-09-22T05:15:59Z | https://github.com/saulpw/visidata/issues/2444 | [
"wishlist",
"loader"
] | midichef | 2 |
horovod/horovod | machine-learning | 3,884 | Reporting a vulnerability | Hello!
I hope you are doing well!
We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called **Private vulnerability reporting**, which enables security research to privately disclose a vulnerability. Unfortun... | closed | 2023-04-10T11:49:29Z | 2023-12-15T04:10:49Z | https://github.com/horovod/horovod/issues/3884 | [
"wontfix"
] | igibek | 2 |
robusta-dev/robusta | automation | 875 | dynamic slack sink configuration for channel | **Is your feature request related to a problem?**
We would like to be able to configure the slack sink to match a label on a Finding so the slack sink can infer what channel to send a finding to.
**Describe the solution you'd like**
something like:
- slack_sink:
name: slack-sink
slack_channel: aler... | closed | 2023-05-16T14:13:19Z | 2023-08-28T11:08:08Z | https://github.com/robusta-dev/robusta/issues/875 | [] | mitch-mckenzie | 1 |
FactoryBoy/factory_boy | django | 739 | Difference factory_boy vs model bakery? | Hey guys,
why would I use factory boy over model bakery or vice versa? Could anyone shed some light on the similarities and differences? I tried to look it up but really can't anything in either docs and also not on the internets.
Your help is greatly appreciated. | open | 2020-05-31T16:54:40Z | 2023-11-09T22:46:27Z | https://github.com/FactoryBoy/factory_boy/issues/739 | [
"Q&A",
"Doc",
"Django"
] | lggwettmann | 4 |
minivision-ai/photo2cartoon | computer-vision | 23 | 训练需要多大显存? | 报错:Tried to allocate 20.00 MiB (GPU 0; 5.94 GiB total capacity; 5.22 GiB already allocated; 20.81 MiB free; 5.42 GiB reserved in total by PyTorch
是因为我的显存太小吗 T.T | closed | 2020-05-18T11:28:19Z | 2020-05-26T01:03:08Z | https://github.com/minivision-ai/photo2cartoon/issues/23 | [] | fire717 | 1 |
developmentseed/lonboard | jupyter | 581 | Remove pyarrow as hard dependency | **Is your feature request related to a problem? Please describe.**
pyarrow is a massive, monolithic dependency. It can be hard to install in some places, and can't currently be installed in Pyodide. It's certainly a monumental effort to get it to work in Pyodide, but I think it would be valuable for lonboard to wean... | closed | 2024-07-24T21:29:32Z | 2024-08-27T14:58:34Z | https://github.com/developmentseed/lonboard/issues/581 | [] | kylebarron | 2 |
JaidedAI/EasyOCR | pytorch | 519 | Bad case for Chinese character detection | Using params `langs =['ch_sim', 'en']` , I test my own image. However the results aren't satisfied.
input image:

output result:
, but when I run `alembic revision --autogenerate` I get a `ModuleNotFoundError` when my base `MetaData` object is imported into `env.py`.
My project is structured like this:
```
myproj
alembic.ini... | closed | 2019-11-15T22:55:58Z | 2019-11-16T15:18:11Z | https://github.com/sqlalchemy/alembic/issues/625 | [
"question",
"autogenerate - detection",
"documentation"
] | darthmall | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.