RedHeadEmile

Results 8 issues of RedHeadEmile

Hi! I am developping a little software to edit mp3 tags (with a javaFx interface) and I use your library to download, from youtube, mp3. And for some reason, the...

Hello, I am not able to find out the proper way to run nodes discovery, would it be possible to add an example of it ? Thanks in advance :)

1. Would it be possible to be able to change to its own email address ? 2. In a second time, would it be possible for admin to do it...

Let me show an example. When on the Docmost UI : ![image](https://github.com/user-attachments/assets/ce9ee97b-d027-44c1-a2ed-d79cb916ce4e) ![image](https://github.com/user-attachments/assets/56b2ff80-8c4e-485d-abd0-f561a4cc5553) After "Print PDF" : ![image](https://github.com/user-attachments/assets/178d5786-e7ea-415a-a488-1ef2e5aa4b78) ![image](https://github.com/user-attachments/assets/d9ea7213-8810-47e8-8245-f01c26438978) The line are very light and they are hard to see....

### Describe the feature and motivation Provide a CUDA accelerated implementation of the `cv::aruco::ArucoDetector::detectMarkers` function. ### Additional context My case use of `cv::aruco::ArucoDetector::detectMarkers` is real-time positionning. But the executiong time...

optimization
feature
category: objdetect

I am trying to create an app with Javalin. Naturally, I am using Jackson and the Validation API to parse and validate the incoming requests. I do catch the "ValidationException"s...

I would like to manage the "known" accouts separatly. I mean: 1. When I choose to start a client, if the account isn't known by the authentication cache, I would...

**Actual behavior (the bug)** When doing a request on some (wrong) URL, Javalin throw an exception. **Expected behavior** Javalin should not throw an exception. **To Reproduce** In my case, I...