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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
MycroftAI/mycroft-core | nlp | 2,866 | Adapt keywords / regexes aren't removed together with intents. | The adapt intent service doesn't remove the registered vocabularies when a skill is unloaded, it unloads the intent itself but neither regexes or keywords are removed. Meaning if a skill has a vocab file
test.voc
```
stew
meatballs
```
and it is changed to
```
stew
carrots
```
meatballs will still be a... | closed | 2021-03-18T08:01:28Z | 2021-05-28T05:53:49Z | https://github.com/MycroftAI/mycroft-core/issues/2866 | [
"Type: Bug - complex"
] | forslund | 2 |
zalandoresearch/fashion-mnist | computer-vision | 38 | Is it possible to get the colored version? | I wanted to ask if you could please also publish the colored version of the dataset. To be precise after the processing step 5 (extending) and before 6 (negating). This could, for example, be helpful for Image translation tasks. | closed | 2017-08-30T10:14:20Z | 2017-08-30T11:06:38Z | https://github.com/zalandoresearch/fashion-mnist/issues/38 | [] | pkern90 | 2 |
ageitgey/face_recognition | machine-learning | 800 | Regarding unknown persons in face recognition | Is it possible when the unknown person is came ,it detects unknown and generating Id for him/her. If again same that unknown person will come,It have to show previous generated Id .
If possible please resolve my issue.Thanks in advance | open | 2019-04-10T07:49:31Z | 2022-08-02T09:08:48Z | https://github.com/ageitgey/face_recognition/issues/800 | [] | sivaparvathi555 | 8 |
tensorflow/tensor2tensor | machine-learning | 1,731 | Q*(Q+K).t() | Why is
```
Q*(K).t()
```
( t() mean transpose) done in attention, and not
```
Q*(Q+K).t()
```
for example, if we have two pixels, black and white, and want to represent each combination of them differently.
```
black white -> (QK) white black -> (KQ) black black -> (QQ) white w... | open | 2019-10-30T19:34:59Z | 2019-10-30T19:45:05Z | https://github.com/tensorflow/tensor2tensor/issues/1731 | [] | vainaixr | 0 |
aiortc/aioquic | asyncio | 476 | Specifying cafile loads the CA file in addition to certifi and not instead of certifi | In [dnspython issue 1061](https://github.com/rthalley/dnspython/issues/1061) we were surprised that passing a cafile for the TLS configuration loads the CA in addition to the certifi set instead of replacing it. My impression is that other TLS software I've used replaces.
Do you think this is a bug? | closed | 2024-02-26T13:03:13Z | 2024-03-10T23:25:14Z | https://github.com/aiortc/aioquic/issues/476 | [] | rthalley | 4 |
ultralytics/yolov5 | machine-learning | 13,448 | Keeping track of transformations in YOLOWorld | ### 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 want to keep track of what and how the transformations are applied to an image. For exa... | open | 2024-12-06T07:13:27Z | 2024-12-07T05:57:33Z | https://github.com/ultralytics/yolov5/issues/13448 | [
"question",
"detect"
] | toobatehreem | 2 |
nltk/nltk | nlp | 2,598 | raw_freq score does not sum to 1 | Noticed that when calculating bigram frequency using raw_freq. The result score does not sum to 1.
Checked the source code, finding that it is using the total number of words as TOTAL for the denominator instead of total number of bigrams.
Wondering if this is a bug or it has some rationale behind it? | closed | 2020-09-10T19:36:12Z | 2021-08-18T07:33:54Z | https://github.com/nltk/nltk/issues/2598 | [
"resolved",
"metrics"
] | stevenluda | 3 |
tfranzel/drf-spectacular | rest-api | 1,358 | UUID Field validation error is "Value must be a Guid" | Hi,
Im passing a Django Serializer which inherit from `rest_framework.serializers.Serializer`, but when Im typing a wrong value in the swagger page, Im getting "Value must be a Guid" Error.
Why `Guid` and not `Uuid`? | open | 2024-12-26T07:57:05Z | 2024-12-26T07:57:05Z | https://github.com/tfranzel/drf-spectacular/issues/1358 | [] | LiorA1 | 0 |
ContextLab/hypertools | data-visualization | 58 | check pymvpa license for procrustes | need to make sure its ok to use in the way that we are | closed | 2017-01-06T16:31:02Z | 2017-01-06T20:05:05Z | https://github.com/ContextLab/hypertools/issues/58 | [] | andrewheusser | 1 |
pallets/flask | flask | 4,590 | No link in docs to mailing list or Discord server | The documentation mentions — but doesn't link to — the mailing list and Discord server.
I'm referring to this short section of the docs:
https://flask.palletsprojects.com/en/2.1.x/becomingbig/#discuss-with-the-community
The text makes plain that there are both a mailing list and a Discord server, but fails to ... | closed | 2022-05-09T18:16:59Z | 2022-05-26T00:06:04Z | https://github.com/pallets/flask/issues/4590 | [
"docs"
] | smontanaro | 3 |
awesto/django-shop | django | 572 | How change ordering for catalog? | Say, I want use select to change ordering of ShopCatalogPlugin.
Now by default products order by 'order':
```
class Product(CMSPageReferenceMixin, ProductSaveSlugMixin, BaseProduct):
....
order = models.PositiveIntegerField(db_index=True)
class Meta:
ordering = ('order',)
...
``... | open | 2017-04-26T12:12:28Z | 2017-04-27T08:21:30Z | https://github.com/awesto/django-shop/issues/572 | [] | vivazzi | 1 |
microsoft/JARVIS | deep-learning | 143 | how to fix it | (jarvis) E:\OpenAIProjects\JARVIS\server>pip install -r requirements.txt
Collecting diffusers
Cloning https://github.com/huggingface/diffusers.git (to revision 8c530fc2f6a76a2aefb6b285dce6df1675092ac6) to c:\users\tf\appdata\local\temp\pip-install-c4llbw7u\diffusers_0f90bb0090af400abe83e00f2b465fc7
Running comma... | open | 2023-04-13T16:32:09Z | 2023-06-23T11:22:20Z | https://github.com/microsoft/JARVIS/issues/143 | [] | MrsLeeSuYang | 3 |
plotly/dash-core-components | dash | 587 | Cannot access the setProps attribute for Dropdown | I'm trying to access the setProps attribute for the Dropdown component but it's not intuitive enough for me to properly use it.
The only reason why I even attempted is because I saw it in the documentation as a Dropdown property (https://dash.plot.ly/dash-core-components/dropdown).
How can I properly access the event... | open | 2019-07-23T21:22:51Z | 2020-01-20T16:03:41Z | https://github.com/plotly/dash-core-components/issues/587 | [] | 10ego | 1 |
deeppavlov/DeepPavlov | nlp | 875 | Choosing batch size NER | According to what I shoold choose batch size in NER (config ner_rus.json)? | closed | 2019-06-11T09:00:35Z | 2020-05-13T09:49:26Z | https://github.com/deeppavlov/DeepPavlov/issues/875 | [] | serhio7 | 1 |
erdewit/ib_insync | asyncio | 340 | RuntimeError: This event loop is already running | Hello,
First of all, thank you for your work !
I'm trying to call `reqMktData` within an event handler callback function and an exception is thrown `RuntimeError: This event loop is already running`.
```python
from ib_insync import *
# Do i need to do this ?
#util.patchAsyncio()
def get_mkt_price(contr... | closed | 2021-03-01T17:11:40Z | 2021-03-01T21:09:00Z | https://github.com/erdewit/ib_insync/issues/340 | [] | rundef | 1 |
matterport/Mask_RCNN | tensorflow | 2,218 | Problem with my own dataset: wrong dectection, shortage of segmentation | I have followed steps on web to creating my own dataset with 4 classes: car, street, person, sign
But when I applyied model in video, I found some problem with the segmentation. It's not a constant segmentation like every video about Mask RCNN I saw on youtube. Am I doing something wrong?
I'm sorry for my poor Engl... | open | 2020-05-29T17:08:18Z | 2020-08-26T14:57:56Z | https://github.com/matterport/Mask_RCNN/issues/2218 | [] | BeDu1998 | 4 |
tensorpack/tensorpack | tensorflow | 1,560 | Can i use it in win 10? | + If you did something with tensorpack and it failed, PLEASE STOP HERE and use the "Unexpected Problems /
Bugs" category.
+ Your question is probably answered in [tutorials](http://tensorpack.readthedocs.io/tutorial/index.html#user-tutorials). Read it first.
+ We answer "HOW to do X with Tensorpack" for a well... | open | 2023-11-23T11:56:01Z | 2023-11-23T11:56:26Z | https://github.com/tensorpack/tensorpack/issues/1560 | [] | Dalianmaritime | 0 |
QingdaoU/OnlineJudge | django | 309 | FILE IO System question | hi, I want to know how to use file IO system in this server. Is there any docs or guideline? Please let me know. | closed | 2020-07-24T07:26:50Z | 2021-07-04T09:49:59Z | https://github.com/QingdaoU/OnlineJudge/issues/309 | [] | okcdbu | 3 |
vitalik/django-ninja | rest-api | 424 | Trying to send file | no validator found for <class 'django.http.response.HttpResponse'>, see `arbitrary_types_allowed` in Config | Hello, good people,
I'm trying to implement a file download functionality. And the code is pretty straightforward:
```
@api.get("/summary/", response=HttpResponse)
def report_summary(
request: NinjaRequest, start_date: str, end_date: str
) -> HttpResponse:
...
response = HttpResponse(
out... | closed | 2022-04-14T08:59:53Z | 2023-09-21T23:59:08Z | https://github.com/vitalik/django-ninja/issues/424 | [] | maifeeulasad | 4 |
gunthercox/ChatterBot | machine-learning | 1,747 | How to integrate Chatterbot with Telegram? | Hello,
I want to create a chatbot using Chatterbot framework, then I want to integrate with the Telegram, so the multiple users can interact to it and it is publicly accessible to everyone through the mobile device.
Please help.
Regards,
Surinder | closed | 2019-06-07T05:41:38Z | 2020-04-15T07:23:35Z | https://github.com/gunthercox/ChatterBot/issues/1747 | [] | imsurinder90 | 3 |
psf/requests | python | 6,289 | how to increase the chunk size when sending an http stream-upload request through request.post and receiving it through fastapi | This is fastapi http side:
```
from fastapi import Request
import aiofiles
@app.post('/upload')
async def upload(request: Request):
try:
filename = request.headers['filename']
async with aiofiles.open(filename, 'wb') as f:
... | closed | 2022-11-21T08:50:13Z | 2023-11-22T00:03:27Z | https://github.com/psf/requests/issues/6289 | [] | TamarLevy | 1 |
psf/requests | python | 6,118 | `proxies` input argument is mutated | The input argument to `proxies` is mutated when environment proxy variables are present. See the reproduction steps.
This may be different than what users are expecting. It can lead to unexpected behavior when re-using the argument that was passed.
## Expected Result
No mutation of the input argument:
```
>>... | open | 2022-05-03T05:54:56Z | 2023-03-09T05:57:50Z | https://github.com/psf/requests/issues/6118 | [
"Breaking API Change"
] | milanboers | 5 |
ijl/orjson | numpy | 246 | Support for flattened JSON | Let me start by saying huge thanks for this library!
Would it be possible to add option for loading/dumping a flattened JSON? | closed | 2022-03-29T17:31:48Z | 2022-04-15T23:01:28Z | https://github.com/ijl/orjson/issues/246 | [] | gethvi | 2 |
mljar/mercury | jupyter | 71 | when embedded on small width there is no sidebar | please add burger for sidebar in case of embedding (no header navigation) and small width | closed | 2022-03-23T09:41:37Z | 2022-06-01T12:28:34Z | https://github.com/mljar/mercury/issues/71 | [
"bug",
"help wanted"
] | pplonski | 1 |
mljar/mercury | jupyter | 193 | add function to stop notebook execution | Please add function that will stop notebook execution after called. | closed | 2022-12-23T08:24:55Z | 2023-02-21T09:19:09Z | https://github.com/mljar/mercury/issues/193 | [
"enhancement",
"help wanted"
] | pplonski | 10 |
seleniumbase/SeleniumBase | pytest | 3,045 | Is it possible to connect to existing driver? | I have a scenario where I create a driver that is used to browse. I want to be able to disconnect from that session completely and then be able to reuse the session/browser at a later time. There are a few related issues I found discussing similar request however they focused mostly on testing suite while this would be... | closed | 2024-08-22T01:17:46Z | 2024-08-23T04:37:36Z | https://github.com/seleniumbase/SeleniumBase/issues/3045 | [
"question",
"UC Mode / CDP Mode"
] | jkoestner | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 741 | Proposing option for Support for getting the Decoder outputs | Proposing option for Support for getting the Decoder outputs at every decoder and Deep Supervised Loss. Ready to contribute and Discuss | closed | 2023-03-28T16:14:58Z | 2023-06-07T02:09:05Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/741 | [
"Stale"
] | bibhabasumohapatra | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,003 | Why Compute Capability 7.0+ is needed? | Hi, I'm a beginner in 3D reconstruction field. I've browsed NVIDIA's website and have some knowledge of "GPU Compute capability". I just wonder why Compute Capability 7.0+ is needed in gaussian-splatting and what features or speccifications are used in module. | open | 2024-10-05T09:45:56Z | 2024-10-05T09:45:56Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1003 | [] | chen-hao-ran | 0 |
RobertCraigie/prisma-client-py | asyncio | 784 | Docker installation of Prisma CLI gets stuck for prebuilt node (20.4.0) | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log... | closed | 2023-07-05T15:13:23Z | 2023-07-14T22:47:24Z | https://github.com/RobertCraigie/prisma-client-py/issues/784 | [] | Ali-Parandeh | 5 |
pallets/flask | flask | 4,431 | First Tutorial Step Returns 404 | I'm trying to run the first step of the [tutorial](https://flask.palletsprojects.com/en/2.0.x/tutorial/factory/).
I've got the correct directory setup, and `flaskr/__init__.py` like
```
import os
from flask import Flask
def create_app(test_config=None):
# create and configure the app
app = Flask(... | closed | 2022-01-26T01:05:40Z | 2022-02-10T00:03:14Z | https://github.com/pallets/flask/issues/4431 | [] | and-viceversa | 1 |
tensorlayer/TensorLayer | tensorflow | 435 | 🚀🚀 Real Time Object Detection in TensorLayer | A discussion for real-time object detection using TensorLayer and TensorFlow
- For Model Acceleration, see https://github.com/tensorlayer/tensorlayer/issues/416
- Mobilenet YOLO, see https://github.com/eric612/MobileNet-YOLO/issues/7#issuecomment-416430694
### New Paper list
* [Towards High Performance Video Ob... | closed | 2018-03-20T17:35:09Z | 2021-01-06T01:44:30Z | https://github.com/tensorlayer/TensorLayer/issues/435 | [
"help_wanted",
"discussion"
] | zsdonghao | 4 |
vitalik/django-ninja | rest-api | 1,207 | Returning alternate response objects | I have an endpoint that returns a profile details
```
@router.get("/profile/{id}", response=ProfileDetailsSchema)
```
to avoid leaking PPI, the ProfileDetailsSchema does not contain any fields containing personal details.
PPI details are accessed via
```
@router.get("/profile/{id}/private", response=... | open | 2024-06-26T11:00:04Z | 2024-06-27T16:00:56Z | https://github.com/vitalik/django-ninja/issues/1207 | [] | nhi-vanye | 1 |
plotly/dash | jupyter | 3,069 | explicitly-set host name overridden by environment variables | I am running a dash app on a remote AlmaLinux machine. I connect to the remote machine from a Windows 10 computer via a ssh tunnel: "ssh -L 8050:localhost:8050 AlmaLinuxServerName. The AlmaLinux computer has restrictive rules preventing connections on all but a few ports coming in on its external IP interfaces but m... | closed | 2024-11-09T20:06:24Z | 2025-01-23T20:46:59Z | https://github.com/plotly/dash/issues/3069 | [
"bug",
"P2"
] | bberkeyU | 1 |
Significant-Gravitas/AutoGPT | python | 8,914 | Update models context and max tokens metadata | Currently there's only context window tokens in the models' metadata `backend/blocks/llm.py`
- [X] Add new models
- [X] Verify context tokens are correct
- [X] Add max output token values
- [ ] There's a fallback value of 8k in the Anthropic model llm call but Haiku models accept up to 4k and this causes an error when... | closed | 2024-12-09T10:54:41Z | 2025-02-05T10:19:01Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8914 | [
"bug",
"platform/backend"
] | linear[bot] | 1 |
manbearwiz/youtube-dl-server | rest-api | 51 | Boorkmarklet produces "True" | Hi
I am trying to use the bookmarklet, but when I press on it when in a youtube page all I get is an empty screen that says "true" after clicking on it. I put the right server ip and the port.
I am usingn the python version, and I tested regular ui download and that works.
`javascript:!function(){fetch("http:/... | open | 2019-11-05T02:09:08Z | 2022-06-11T20:51:04Z | https://github.com/manbearwiz/youtube-dl-server/issues/51 | [] | gerroon | 7 |
pyeve/eve | flask | 1,453 | Documentation/Demo: Code Comparison between Eve and other libraries | The code in https://github.com/pyeve/eve#eve-is-simple looked too easy, and there seemed to be no function within the code. Is it possible to be in code examples that compare Eve with these "other" Flask restful APIs?
- https://github.com/flask-restful/flask-restful
- https://github.com/flasgger/flasgger
- https://g... | open | 2021-05-15T03:41:04Z | 2022-04-16T06:39:46Z | https://github.com/pyeve/eve/issues/1453 | [
"stale"
] | BradKML | 2 |
iperov/DeepFaceLab | deep-learning | 5,709 | how do i log out | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*Describe, in some detail, what you are trying to do and what the output is that you expect from the program.*
## Actual behavior
*Describe, in some detail, what the program does instead. Be sure to inc... | closed | 2023-08-02T14:25:17Z | 2023-08-02T14:26:11Z | https://github.com/iperov/DeepFaceLab/issues/5709 | [] | 2009zahava | 1 |
HumanSignal/labelImg | deep-learning | 749 | Allow polygons to be drawn instead of rectangles. | I think selecting parts of images could be improved by adding Polygons instead of rectangles so that you can select some labels easily on different objects close to each other. Please add this feature, or give me some advice to add this feature to this excellent repository. Thank you.
| open | 2021-05-17T10:43:05Z | 2021-05-17T10:43:05Z | https://github.com/HumanSignal/labelImg/issues/749 | [] | AdrieleMagistro | 0 |
matplotlib/matplotlib | data-visualization | 29,496 | [ENH]: visual plot builder | ### Problem
Code is great, (learning) to code a bit less so.
For anybody not using matplotlib very often I'd say a visual builder would slash development time.
### Proposed solution
Maybe start with https://matplotlib.org/stable/_images/anatomy.png and make it interactive ?
Especially in Jupyter(Lite) it would all... | closed | 2025-01-20T23:24:24Z | 2025-01-22T16:21:33Z | https://github.com/matplotlib/matplotlib/issues/29496 | [
"New feature"
] | steltenpower | 5 |
RobertCraigie/prisma-client-py | asyncio | 240 | Add support for updating unique values | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently ID and unique fields cannot be updated. Prisma supports this so we should support it too.
## Suggested solution
<!-- A clear and concise description of what you want to happen. -->
`... | closed | 2022-01-24T00:15:18Z | 2022-01-24T01:16:36Z | https://github.com/RobertCraigie/prisma-client-py/issues/240 | [
"kind/improvement",
"topic: client"
] | RobertCraigie | 0 |
fastapi/sqlmodel | fastapi | 467 | Using PrimaryJoin to filter relationship causes AttributeError | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-10-12T20:59:54Z | 2022-11-12T07:55:33Z | https://github.com/fastapi/sqlmodel/issues/467 | [
"question"
] | petercinibulk | 2 |
pytest-dev/pytest-cov | pytest | 114 | Add support for 'skip_covered' under reporting | coverage 4.0 added support for `skip_covered` option in the `[report]` section.
> `skip_covered` (boolean, default False): Don’t include files in the report that are 100% covered files. See Coverage summary for more information.[1]
This lib doesn't seem to recognise and pass this parameter to the coverage runner.
B... | closed | 2016-05-09T17:12:30Z | 2016-06-20T19:34:03Z | https://github.com/pytest-dev/pytest-cov/issues/114 | [] | theskumar | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 436 | Please release a maintenance release. | Last release was Oct 15, 2015.
A few critical fixes are needed specifically 3fec753592.
Would it be possible to get a 2.2 release so our requirements file can use a version instead of a git version? | closed | 2016-10-03T16:48:22Z | 2020-12-05T21:18:08Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/436 | [] | splbio | 21 |
gradio-app/gradio | python | 10,740 | welcome/greet message gr.Chatbot isnot working | ### Describe the bug
Hi Team,
I used below code to add welcome message.
```
from fastapi import FastAPI
import gradio as gr
import os
from dotenv import load_dotenv
from openai import OpenAI
import os
import requests
import json
from typing import List
from dotenv import load_dotenv
from bs4 import BeautifulSoup
fr... | closed | 2025-03-06T07:37:53Z | 2025-03-06T16:38:45Z | https://github.com/gradio-app/gradio/issues/10740 | [
"bug"
] | hassanbsee2071 | 1 |
streamlit/streamlit | machine-learning | 10,843 | The button type parameter causes the button function to be invalid | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
When I set the type parameter as a variable, ... | closed | 2025-03-19T11:35:06Z | 2025-03-24T17:58:18Z | https://github.com/streamlit/streamlit/issues/10843 | [
"type:bug",
"priority:P3",
"feature:st.button"
] | lkdd-ao | 3 |
graphql-python/graphene-django | django | 933 | DjangoFormMutation should allow filtering of input and output separately | `DjangoFormMutation` by default filters both input and output fields based on `only_fields` and `exclude_fields`. Ideally it'd allow you to filter input and output separately. (I'm going to put up a PR alongside this, but figured it was best form to have an issue too).
### Desired Behavior vs. Actual Behavior
**... | open | 2020-04-15T22:45:42Z | 2021-04-05T12:01:57Z | https://github.com/graphql-python/graphene-django/issues/933 | [
"✨enhancement"
] | jtratner | 3 |
brightmart/text_classification | tensorflow | 95 | HierarchicalAttentionNetwork | Hi, would you please update this model too?
Thanks... | closed | 2018-11-25T14:21:42Z | 2018-12-20T15:20:07Z | https://github.com/brightmart/text_classification/issues/95 | [] | sftekin | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 862 | Running into GCC killed issue when installing (RAM Issue?) | Hi there, I am getting this issue when installing submodules. I am following [https://github.com/graphdeco-inria/gaussian-splatting/issues/332](https://github.com/graphdeco-inria/gaussian-splatting/issues/332) to install.
GCC 6.2.0
CUDA 11.7
Installing on CentOS via SSH into compute cluster.
NVIDIA V100 with Comp... | open | 2024-06-21T17:46:32Z | 2024-06-21T17:48:38Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/862 | [] | frankcsquared | 0 |
hankcs/HanLP | nlp | 839 | 发布的正则化字典CharTable.txt和master分支不一致的问题 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-05-24T04:46:32Z | 2018-06-11T03:38:53Z | https://github.com/hankcs/HanLP/issues/839 | [
"improvement"
] | tiandiweizun | 1 |
graphql-python/graphene-django | django | 912 | Query multiple models in one response | Both Post and Post2 models have the same fields is there a way to combine them in a single response?
```
import graphene
from graphene_django import DjangoObjectType
from .models import Post, Post2
class PostType(DjangoObjectType):
class Meta:
model = Post
class Post2Type(DjangoObjectType):
... | closed | 2020-03-27T12:58:40Z | 2020-04-07T08:38:03Z | https://github.com/graphql-python/graphene-django/issues/912 | [] | spaceinvader161 | 3 |
httpie/cli | api | 1,550 | Filter response keys before print result to the screen | ## Checklist
- [x] I've searched for similar feature requests.
---
## Enhancement request
It would be nice to have an option which allows to remove some key(s) from response before it will be print to the screen.
---
## Problem it solves
I'm always frustrated when I have to scroll my screen up every ... | open | 2024-01-08T18:37:24Z | 2024-09-26T03:21:57Z | https://github.com/httpie/cli/issues/1550 | [
"enhancement",
"new"
] | d0niek | 1 |
cvat-ai/cvat | computer-vision | 8,232 | Storage space scalability | ### 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.
As the application gets more users, there is going to be much more space needed... | closed | 2024-07-30T08:07:28Z | 2024-07-30T09:10:23Z | https://github.com/cvat-ai/cvat/issues/8232 | [
"enhancement"
] | 922tech | 1 |
psf/requests | python | 6,281 | requests 2.28.1 is imcompatible with charset-normalizer 3.0.0 | I am using python 3.10.8 in Arch linux. When I update all pip packages, `requests 2.28.1` become broken and throws this error- `requests 2.28.1 requires charset-normalizer<3,>=2, but you have charset-normalizer 3.0.0 which is incompatible.` | closed | 2022-11-09T15:14:46Z | 2023-11-15T00:03:14Z | https://github.com/psf/requests/issues/6281 | [] | md-redwan-hossain | 2 |
mwaskom/seaborn | pandas | 3,450 | Warning "passing `palette` without assigning `hue`" | **Context**
Seems related to https://github.com/mwaskom/seaborn/issues/2429, but [the associated gist](https://gist.github.com/mwaskom/9937c53eeb8b9794a450bf1f20b03e2f) didn't help.
I aim to produce a `barplot` with the color varying on the continuous y-axis. It works fine, except that I can't get rid of a new warn... | closed | 2023-08-27T08:22:07Z | 2025-01-20T10:33:41Z | https://github.com/mwaskom/seaborn/issues/3450 | [] | Vincent-Maladiere | 8 |
pydata/xarray | numpy | 9,810 | ⚠️ Nightly upstream-dev CI failed ⚠️ | [Workflow Run URL](https://github.com/pydata/xarray/actions/runs/12267044583)
<details><summary>Python 3.12 Test Summary</summary>
```
xarray/tests/test_cftimeindex.py::test_multiindex: KeyError: '2001-01'
xarray/tests/test_formatting.py::test_display_nbytes: AssertionError: assert '<xarray.Data...197 1198 1199' == '<... | closed | 2024-11-22T00:28:59Z | 2024-12-11T23:51:32Z | https://github.com/pydata/xarray/issues/9810 | [
"CI"
] | github-actions[bot] | 2 |
keras-team/keras | deep-learning | 20,795 | Blackduck vulnerability reported in all the versions of Keras | In Blackduck scan ,Keras package is reported as vulnerable with CVE ID =BDSA-2025-0107. can you please let us know in which release this fix will be given and when is the release date.
Issue description:
Keras is vulnerable to arbitrary file write due to a flaw in the get_file function. This could allow an attacker to... | closed | 2025-01-22T12:05:59Z | 2025-03-07T05:28:38Z | https://github.com/keras-team/keras/issues/20795 | [
"stat:contributions welcome",
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | frnz123 | 5 |
paulbrodersen/netgraph | matplotlib | 5 | undefined name 'shape' | flake8 testing of https://github.com/paulbrodersen/netgraph on Python 2.7.14
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./netgraph/_main.py:820:64: F821 undefined name 'shape'
raise ValueError("Got unknown shape: %s" % shape)
... | closed | 2017-11-30T12:12:12Z | 2017-11-30T13:02:09Z | https://github.com/paulbrodersen/netgraph/issues/5 | [] | cclauss | 1 |
ultralytics/yolov5 | machine-learning | 12,559 | How to categorize images with multiple target elements using yolo object detection methods | ### 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 want to use yolo to do a website identification task: specifically, to identify the typ... | closed | 2023-12-30T12:15:59Z | 2024-10-20T19:35:39Z | https://github.com/ultralytics/yolov5/issues/12559 | [
"question",
"Stale"
] | LXXiaogege | 5 |
d2l-ai/d2l-en | machine-learning | 1,736 | Add "Open with Google Colab" feature in every notebook | The notebooks in this book do not have the feature to run on Google Colab. This feature will be very helpful for those who are just beginning with deep learning and will help us familiarize ourselves with the code in a better way. | closed | 2021-04-26T06:14:52Z | 2021-08-11T19:03:22Z | https://github.com/d2l-ai/d2l-en/issues/1736 | [] | Rukmini-Meda | 2 |
Evil0ctal/Douyin_TikTok_Download_API | api | 24 | 测试的时候发生错误,没法下载 | D:\Anaconda3\envs\titok\python.exe D:/project/Douyin_TikTok_Download_API/test.py
在此输入TikTok分享口令/链接:https://www.tiktok.com/@martinalynnnn/video/7033880938924739846?is_copy_url=1&is_from_webapp=v1&q=%23coversong&t=1652695567630
目标链接: https://www.tiktok.com/@martinalynnnn/video/7033880938924739846?is_copy_url=1&is_fr... | closed | 2022-05-16T10:21:24Z | 2022-05-18T02:57:20Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/24 | [] | 110wuqu | 3 |
automl/auto-sklearn | scikit-learn | 1,252 | [Question] Accessing particular models found by autosklearn | # How to properly save and load a pipeline/model?
Hi, I want to predict data, using new test data, with the found model.
I could use pickle to save and load the found model, but does not include the feature pre-processing (_data_preprocessing_)? (issue #849 and **manual - Model persistence**)
Do I must use `fit... | closed | 2021-09-24T14:12:40Z | 2022-02-13T22:54:52Z | https://github.com/automl/auto-sklearn/issues/1252 | [] | jppmatos | 8 |
Lightning-AI/pytorch-lightning | deep-learning | 20,558 | Error: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate more than 1EB memory | ### Bug description
I’m using pytorch lighting DDP training with batch size = 16, 8 (gpu per node) * 2 (2 nodes) = 16 total gpus. However, I got the following
error, which happens in ModelCheckpoint callback. There seems to be an error during synchronization between nodes when saving the model checkpoint. And I decrea... | open | 2025-01-22T11:49:59Z | 2025-01-22T11:50:16Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20558 | [
"bug",
"needs triage",
"ver: 2.3.x"
] | Neronjust2017 | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 644 | SIBR viwers is closed |
Continue to close when running the viewer
How cna i solve it?

| closed | 2024-02-01T04:52:20Z | 2024-12-16T08:55:39Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/644 | [] | jangbm | 1 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 580 | v1.15.0: OmniScraperGraph not working: Error parsing input keys for ImageToText | **Describe the bug**
OmniScraperGraph throws error. Tested on minimal example on GitHub.
[omni_scraper_openai.py](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/e68654159e18a22c321fa6b6ab6342e40f66f1e6/examples/openai/omni_scraper_openai.py)
**To Reproduce**
```bash
mkdir test
cd test
python3 -m venv ven... | closed | 2024-08-24T13:14:08Z | 2024-12-19T12:55:02Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/580 | [] | LorenzoPaleari | 18 |
assafelovic/gpt-researcher | automation | 717 | Publisher agent "directory not found" when using multi agent approach with local docs | Hi. I have previously faced several issues with multi_agent approach. #684 has solved one of them. But now there is another issue when using local docs as knowledge source and not following guidelines. It creates the folder based on the task but `publisher_agent` throws this error when trying to save the report:
```... | open | 2024-08-02T12:44:19Z | 2024-08-16T13:58:27Z | https://github.com/assafelovic/gpt-researcher/issues/717 | [] | emilmirzayev | 4 |
FactoryBoy/factory_boy | django | 284 | Sequence not working as expected | Is there a way to understand what conditions would cause Sequence not to work as expected? I tried this in a test:
factories.py
```
class Event(mongoengine.Document):
name = mongoengine.StringField(required=True)
class EventFactory(factory.mongoengine.MongoEngineFactory):
class Meta:
model = Event
... | open | 2016-04-01T00:11:51Z | 2016-04-19T18:42:48Z | https://github.com/FactoryBoy/factory_boy/issues/284 | [
"Q&A",
"MongoEngine"
] | jcquarto | 8 |
yeongpin/cursor-free-vip | automation | 279 | New Bugs found, all connection and browser error "Secrure Connection Error" | After execute this program in Windows, all browser or internet connection will turn to "Secure Connection Error", after restart the PC all back to normal, and Free vip cursor is not working anymore, CMIIW seems cursor patch this bugs. and this program is not working anymore. Thanks. | closed | 2025-03-17T17:13:48Z | 2025-03-17T17:20:56Z | https://github.com/yeongpin/cursor-free-vip/issues/279 | [] | 0xRef0rm | 2 |
aleju/imgaug | deep-learning | 775 | Deterministic color for Cutout | > A tuple is expected to be of form `(a, b)` and interpreted as the bounds of a uniform distribution. The RGB value will then be generated per image by sampling three values independently from `uniform(a, b)`. E.g. `(10, 30)` may result in RGB `(15, 25, 17)`, but not in `(10, 10, 255)`.
>
> I think there is currentl... | closed | 2021-06-08T19:47:47Z | 2021-06-08T20:28:50Z | https://github.com/aleju/imgaug/issues/775 | [] | haniehm | 1 |
tqdm/tqdm | pandas | 889 | Multiprocessing example in docs doesn't work. | - [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ x] visual output bug
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [ ] new feature request
- [ ... | open | 2020-02-06T01:46:54Z | 2021-06-29T15:18:53Z | https://github.com/tqdm/tqdm/issues/889 | [] | apengwin | 3 |
vitalik/django-ninja | django | 669 | About the use of form data as parameters | Dear teachers, I beg you to provide an example of form data and file upload. I'm a novice. I don't know how to write the content in Form (...). Thank you very much.
The simplest case is enough.
from ninja import NinjaAPI, Form
@api.post("/login")
def login(request, username: str = Form(...), password: str =... | open | 2023-01-29T16:26:51Z | 2023-01-30T09:12:57Z | https://github.com/vitalik/django-ninja/issues/669 | [] | pandasstart | 2 |
python-visualization/folium | data-visualization | 1,591 | Detect if map has a specific layer active. | I would like the ability to query my folium map to see if a specific layer is active. Similar to Leaflet's ["hasLayer"](https://leafletjs.com/reference-1.2.0.html#map-haslayer) capability. | closed | 2022-05-18T18:17:04Z | 2022-05-24T13:45:32Z | https://github.com/python-visualization/folium/issues/1591 | [] | pstatonwx | 0 |
pydata/xarray | pandas | 9,134 | Can not save timedelta data arrays with small integer dtypes and _FillValue | ### What happened?
If I open a netCDF4 file that contains a variable with `units: "days"`, a small integer dtype, an appropriate `_FillValue` attribute, and masked values, xarray will correctly convert this in to a data array with dtype `timedelta64` with a 'NaT' value for all masked values. Attempting to save this da... | closed | 2024-06-19T07:24:55Z | 2025-03-18T13:12:41Z | https://github.com/pydata/xarray/issues/9134 | [
"bug",
"topic-CF conventions",
"regression"
] | mx-moth | 8 |
akfamily/akshare | data-science | 4,974 | 同花顺板块成分股接口 无法获取数据 | 疑似同花顺修改了相关接口
stock_board_cons_ths_df = ak.stock_board_cons_ths(symbol="885611")
print(stock_board_cons_ths_df)

| closed | 2024-06-19T08:59:11Z | 2024-06-19T14:52:07Z | https://github.com/akfamily/akshare/issues/4974 | [
"bug"
] | WhiteK0912 | 1 |
serengil/deepface | machine-learning | 605 | Obtaining Bounding Box of the detected face |
Hello,
I want to collect the boundingBox of the detected faces using DeepFace.detectFace and not the image. It seems it uses
processing_faces and it has the info of the box. Wondering why box info was not exposed to the DeepFace.detectFace function? | closed | 2022-11-20T23:22:51Z | 2022-11-25T13:36:45Z | https://github.com/serengil/deepface/issues/605 | [
"question"
] | shersoni610 | 1 |
yzhao062/pyod | data-science | 511 | may you clarify what is difference between pyod and TODS |
it is written
For time-series outlier detection, please use [TODS](https://github.com/datamllab/tods). For graph outlier detection, please use [PyGOD](https://pygod.org/).
PyOD is the most comprehensive and scalable Python library for detecting outlying objects in multivariate data
may you clarify what is d... | open | 2023-06-26T20:18:43Z | 2023-06-29T15:37:41Z | https://github.com/yzhao062/pyod/issues/511 | [] | Sandy4321 | 3 |
plotly/dash-core-components | dash | 452 | ConfirmDialog component can appear multiple times | It appears the ConfirmDialog component can pop-up twice (so you'd need to click "ok" twice) after its initial render. When it is first run, you only need to click "ok" once, but when that same dialog is reused, i.e. in the test linked below, it appears twice and needs to be confirmed twice.
I've come across this bug... | open | 2019-01-31T19:03:48Z | 2019-01-31T19:04:53Z | https://github.com/plotly/dash-core-components/issues/452 | [
"dash-type-bug"
] | valentijnnieman | 1 |
Skyvern-AI/skyvern | api | 1,432 | https://www.kernel.org/ | ](https://github.com/user-attachmentsHTTPS2://www.//1735000825538313412https://www.classy.org/give/313412/#!/donation/checkout?c_src=website&c_src2=temp-bannerhttps://elbrusboot.camp/assetsattachments![[]()[]()1735000825538[]().(https://github.com/userjpg[]()@ 4b3c264b-fa2c-4058-be23-7996ba647cc4)
| closed | 2024-12-24T00:44:59Z | 2025-01-12T03:25:50Z | https://github.com/Skyvern-AI/skyvern/issues/1432 | [] | daskevicaaljena | 1 |
amisadmin/fastapi-amis-admin | sqlalchemy | 65 | 请问能否弄一个增加自定义组件的例子? | closed | 2022-10-18T03:57:23Z | 2023-04-14T00:37:23Z | https://github.com/amisadmin/fastapi-amis-admin/issues/65 | [] | markqiu | 5 | |
ydataai/ydata-profiling | jupyter | 1,708 | Bug Report: Error in to_notebook_iframe() – ImportError with IPython 9.0.0 | ### Current Behaviour
When generating the report with ydata-profiling and calling to_notebook_iframe() in a notebook environment, the following error is raised:
ImportError: cannot import name 'display' from 'IPython.core.display'
It has been verified that this error occurs with the latest version of IPython (9.0.... | closed | 2025-03-01T00:06:21Z | 2025-03-04T19:23:28Z | https://github.com/ydataai/ydata-profiling/issues/1708 | [
"needs-triage"
] | walterdiaza | 0 |
dunossauro/fastapi-do-zero | pydantic | 57 | Ajustar commiters | Com a atualização do mkdocs para versão mais recente. A sobreescrita do template para apresentar os commiters agora é feita por padrão:
https://github.com/dunossauro/fastapi-do-zero/blob/main/aulas/overrides/main.html | closed | 2023-12-08T16:34:58Z | 2023-12-08T16:39:49Z | https://github.com/dunossauro/fastapi-do-zero/issues/57 | [] | dunossauro | 0 |
matplotlib/matplotlib | data-science | 29,757 | [Doc]: duplicate tags | ### Documentation Link
https://matplotlib.org/stable/_tags/tagsindex.html#tagoverview
### Problem
Following #29753 I had a closer look and there are duplicates of several tags
```
animation (5)
component: animation (3)
```
```
component: annotate (2)
component: annotation (4)
```
```
plot-style:... | closed | 2025-03-14T19:11:21Z | 2025-03-18T09:47:47Z | https://github.com/matplotlib/matplotlib/issues/29757 | [
"Documentation",
"Documentation: tags"
] | rcomer | 2 |
localstack/localstack | python | 12,423 | bug: TranscribeService should fail for audio sizes exceeding 4 hours. | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
when attempting to submit a job based on an audio file in an s3 bucket which exceeds 4 hours, Localstack Transcribe happily accepts and starts working
### Expected Behavior
Real Transcribe service behavior when... | open | 2025-03-21T18:44:44Z | 2025-03-21T18:44:55Z | https://github.com/localstack/localstack/issues/12423 | [
"type: bug",
"status: triage needed"
] | scapeshift-ojones | 1 |
sinaptik-ai/pandas-ai | pandas | 1,130 | ollama fails: cannot access local variable 'code_to_run' where it is not associated with a value | ### System Info
macOS 14.4.1
python 3.11.7
pandasai 2.0.35
### 🐛 Describe the bug
I'm unable to run pandasai with Ollama (llama3) locally, as I run into the following error per logs:
```
2024-04-22 21:33:25 [INFO] Question: Which article contained the most women?
2024-04-22 21:33:25 [INFO] Running PandasAI wit... | closed | 2024-04-22T20:39:02Z | 2024-08-01T16:05:24Z | https://github.com/sinaptik-ai/pandas-ai/issues/1130 | [] | lucasjohnston | 1 |
dpgaspar/Flask-AppBuilder | flask | 2,055 | Charts in FAB where the model returns a series | I'm trying to work out how to correctly structure my model so that I can graph out a simply line (or bar) graph. The data model for the table is roughly like this:
```
class Birds(Model):
id = Column(String(100), primary_key=True, nullable=False) # this is the id of the observation, 1 per day
created = C... | open | 2023-06-09T16:49:12Z | 2023-06-09T16:49:23Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/2055 | [] | aodj | 0 |
harry0703/MoneyPrinterTurbo | automation | 84 | linux生成视频时报错 local_files_only=false 问题 | 
| closed | 2024-03-28T02:14:19Z | 2024-04-12T03:40:03Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/84 | [] | wz609658018 | 11 |
hankcs/HanLP | nlp | 662 | 在spark中使用分词器有些问题 | 当前最新版本号是:1.3.5
我使用的版本是:1.3.4
## 我的问题
在spark中使用分词器时,报找不到词典!
请问怎样让程序加载放在hdfs上的data目录下的文件,或者说您有没有分词器在分布式计算框架中的一些好的实践?谢谢
| closed | 2017-10-31T07:47:23Z | 2020-01-01T10:52:00Z | https://github.com/hankcs/HanLP/issues/662 | [
"ignored"
] | davedwwang | 3 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 462 | test_info_overrides raise DeprecationWarning | Hi,
During the packaging of version 0.28.1 in Debian I can note that the test_info_override()
test still raise the DeprecationWarning. Also I note the issue https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/361 that was closed, but it still happen.
```
tests/test_conversion.py::TestModelFieldCo... | closed | 2022-09-09T16:35:01Z | 2025-01-12T04:20:52Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/462 | [] | eamanu | 2 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 186 | 小白求助 | 你好,我是小白第一次使用这个api,报错了琢磨了半天没懂是为什么,前来提问
我第一次用 调用了 解析包 根据readme里写的示范
```
import asyncio
from douyin_tiktok_scraper.scraper import Scraper
api = Scraper()
async def hybrid_parsing(url: str) -> dict:
# Hybrid parsing(Douyin/TikTok URL)
result = await api.hybrid_parsing(url)
print(f"The hybrid parsin... | closed | 2023-03-27T08:20:09Z | 2024-04-23T05:06:00Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/186 | [] | hhhheep | 3 |
yt-dlp/yt-dlp | python | 11,760 | How do I pass login information to aria2c if I use the external download command aria2c to download YouTube? | ### 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 asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt... | closed | 2024-12-07T16:03:57Z | 2024-12-10T00:08:07Z | https://github.com/yt-dlp/yt-dlp/issues/11760 | [
"question",
"incomplete"
] | DOSforever | 3 |
anselal/antminer-monitor | dash | 112 | WARNING high temperatures on [does not display ip address any more] | I have updated to the current version, and the yellow warning does not display the miner ip address anymore.

| closed | 2018-07-07T19:24:00Z | 2018-07-10T12:09:25Z | https://github.com/anselal/antminer-monitor/issues/112 | [
":bug: bug"
] | TRingo1 | 5 |
pyqtgraph/pyqtgraph | numpy | 3,273 | Warning when using GraphicsLayoutWidget in a QMainWindow | ### Short description
When using GraphicsLayoutWidget in a QMainWindow I get the following warning:
qt.core.qobject.connect: QObject::connect(QStyleHints, QStyleHints): unique connections require a pointer to member function of a QObject subclass
### Code to reproduce
```
import sys
from PySide6.QtWidgets import QMai... | open | 2025-03-04T08:03:30Z | 2025-03-04T10:15:55Z | https://github.com/pyqtgraph/pyqtgraph/issues/3273 | [] | vdemeter | 1 |
flairNLP/flair | nlp | 3,345 | [BUG]: Problem with NER: Function __gather_flair_tokens(...) sets wrong context | **Context**
Suppose we have the following Flair-Sentence list with the NER entities _date_, _last_name_, and _first_name_
```
sentence = [Sentence: "Date: Tuesday, 05 .09.2045 15:33" → ["05 .09.2045"/date],
Sentence: "Mike Thompson" → ["Mike"/first_name, "Thompson"/last_name],
Sentence: "From: mike@my-cool-ema... | closed | 2023-10-18T18:08:58Z | 2023-10-30T14:08:26Z | https://github.com/flairNLP/flair/issues/3345 | [
"Awaiting Response"
] | kobiche | 3 |
ansible/ansible | python | 84,022 | Cannot install collection from .tar.gz archive using URL type | ### Summary
I have a sonatype nexus with which I cache collections and roles from github.
`http://nexus.local/repository/raw-group/ansible-collections/community.cockroachdb/archive/refs/tags/0.3.1.tar.gz`
I save the release of, say, the community.cockroachdb collection with the desired version and can successfully... | closed | 2024-09-30T12:04:25Z | 2024-10-15T13:00:04Z | https://github.com/ansible/ansible/issues/84022 | [
"bug",
"affects_2.17"
] | Hramoff | 5 |
google-research/bert | tensorflow | 363 | What's the performance of BERT-Large on Squad 2.0 dev ? | Hi @jacobdevlin-google, could you please share the results of BERT large on Squad 2.0 dev data? And also how many epochs, max length or the hyper-parameter details? | open | 2019-01-14T18:19:25Z | 2019-05-27T16:43:03Z | https://github.com/google-research/bert/issues/363 | [] | avisil | 6 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 553 | Mention error message in app context docs | When using `init_app`, all operations have to be in a view function or application context. The error message was updated to explain this more clearly (I hope), but the docs mention neither the old nor new error message, so people probably aren't finding them through search.
Docs should mention the error message as ... | closed | 2017-10-03T13:06:46Z | 2020-12-05T20:55:32Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/553 | [
"docs"
] | davidism | 0 |
sunscrapers/djoser | rest-api | 864 | Remove Redundant `User` Import in `djoser.urls.base` | **Summary**
There is a redundant import in `djoser.urls.base` that can be safely removed.
**Description**
In `base.py` (`djoser.urls.base`), the `User` model is imported but never used:
```python
from django.contrib.auth import get_user_model
from rest_framework.routers import DefaultRouter
from djoser import view... | open | 2025-02-14T13:20:08Z | 2025-02-14T13:20:08Z | https://github.com/sunscrapers/djoser/issues/864 | [] | larrysruss | 0 |
sktime/sktime | data-science | 8,014 | [ENH] evaluate and splitter behavior when folds are negative size or empty | This is meant to be a general discussion about how `evaluate`, splitters, and error metrics should behave when acting on folds that have empty values/no data. Currently, the behavior is inconsistent, as shown in #8011.
This was found because I was evaluating different forecasters and forecast horizons on each timeseri... | open | 2025-03-19T13:16:36Z | 2025-03-19T13:21:29Z | https://github.com/sktime/sktime/issues/8014 | [
"enhancement"
] | gbilleyPeco | 0 |
adbar/trafilatura | web-scraping | 114 | Inclusion of Mercury Spotlight in the benchmarks. | Hi @adbar
Came across [Mercury](https://github.com/postlight/mercury-parser) and wanted to share the project with you, would be great to include in the benchmarks and maybe get your take on their approach VS yours.
Cheers!
D | closed | 2021-09-13T15:27:19Z | 2021-10-04T13:00:53Z | https://github.com/adbar/trafilatura/issues/114 | [
"question"
] | ydennisy | 2 |
davidsandberg/facenet | computer-vision | 1,138 | 512D results are terrible | find similarity embeds export from 20180402-114759 are really bad, What should I do ? I am using L2 Distances and cosine distance. | open | 2020-02-18T17:24:29Z | 2020-02-18T17:24:29Z | https://github.com/davidsandberg/facenet/issues/1138 | [] | pasa13142 | 0 |
ivy-llc/ivy | pytorch | 28,447 | Delete the unnecessary github actions workflows | There's a number of github actions workflows that used to be used in the past but aren't being used anymore or have been replaced with something else. All such workflows should be deleted. Your task is to create a PR that removes all such workflows which you think aren't being used anymore. One good way to find out whi... | closed | 2024-02-28T08:04:49Z | 2024-03-01T16:25:33Z | https://github.com/ivy-llc/ivy/issues/28447 | [
"Bounty"
] | vedpatwardhan | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.