hasezoey

Results 195 issues of hasezoey

This PR refactors some things for the TUI: - add a message on exit, similar to the server (to have a point in the logs to know about a graceful...

This PR implements a new database for storing tracks and related metadata as was discussed in #291 (with some adjustments). For now this new database is a literal replacement from...

## Environment & Versions - System: any - Termusic version: b993bee3123440d3f1a95d6a83fb08f21deaac1b - Rust version: any Logs: irrelevant ## Description of the Problem Currently the Search and some other components make...

bug

## Describe what you want Currently `Enter` in the Database search popup just closes the popup without doing anything. ## Do you have already an idea for the implementation? Consider...

## Environment & Versions - System: Manjaro 25.0.1 - Termusic version: 4db5d006c11c2658b81492619e06fcbc525129eb - Rust version: 1.86.0 Logs ```txt [2025-05-11T12:52:41.040+02:00 TRACE termusic_server]: Backend from CLI [2025-05-11T12:52:52.989+02:00 WARN lofty::mpeg::properties]: MPEG: Using bitrate...

bug

### Version 27.1.1 ### Steps to reproduce 1. clone https://github.com/hasezoey/jest-template-string-repro 2. cd into the repository 3. run `yarn install` 4. run `yarn run test` 5. open `coverage/lcov-report/some_source.js.html` in a browser...

Needs Triage
Bug Report

fixes #379 This PR backports 0.6-only commit 31f3ffa586f5262d79ee8d6d7c6a34346a03bee5(#344) to 0.5.x (master) to fix the memory leak mentioned in #379. I dont *think* there is a "merge block for master and...

[A user in termusic](https://github.com/tramhao/termusic/issues/480) had reported a file which does not play and causes a massive memory leak. After some investigation via [heaptrack](https://github.com/KDE/heaptrack), the cause seems to be symphonia. The...

It seems like on [`.stop` after the `shutdown` command](https://github.com/typegoose/mongodb-memory-server/blob/a9d8986064ab7fee4a33a7f38375a24aa20de69c/packages/mongodb-memory-server-core/src/util/MongoInstance.ts#L469) it may be possible that a `ECONNRESET` Error happens instead of the connection being closed, similar to the already ignored `connection...

enhancement

## Description First up, i may just completely miss the point as i have not worked too closely with react or elm. Currently, if there are events(via `UserEvents`) that would...

new feature