-
As a Hack Space Co-ordinator
I want to understand the benefits of becoming a member of the foundation
So that I can make use of the benefits and pass them on to my own members as appropriate
Original…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
@DharshiBalasubramaniyam In the provided screenshot, two different products have same pict…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Add an option to capture the thumbnails of the videos
### Use Case
Users will be able t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
In #38, the project structure of the frontend was left out as I am no expert in that domai…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Please add an ability to change the domain in browser extension via env variable to get it…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
This app requires an API to download videos from YouTube.
### Use Case
User will input l…
-
This approach would simplify the management of dependencies, reducing the setup and maintenance overhead.
- **Postgres → SQLite:** If SQLite is sufficient for Jellyfin (a full-fledged media server)…
-
One of the things I liked most about twisted is its callback chain mechanics. Its nice to just be able to define a set of instructions and send it off to the event handler and not worry about it.
U…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
![eyehide](https://github.com/user-attachments/assets/741cb34c-7da1-429f-8828-1b266f3fc942…
-
[godbolt](https://godbolt.org/z/fz7sbPfqe)
```cpp
template
const T& max(const T& a [[clang::lifetimebound]], const T& b [[clang::lifetimebound]]) {
return a > b ? a : b; // trips bugprone-return…