Borewit
Borewit
In addition to the track title, include: - track number - artist If no title is defined in the metadata, it falls back on the filename. Ref: - https://github.com/hvianna/audioMotion.js/discussions/93#discussioncomment-13792333 ###...
Replace [`http-server`](https://github.com/http-party/http-server) with [`fastify`](https://github.com/sponsors/fastify). ## Rational While [http-server](https://github.com/http-party/http-server) is excellent for quickly serving static files to a browser, it is **not intended to function as a backend API for web...
Build distribution in Git action pipeline, example output: https://github.com/Borewit/audioMotion.js/actions/runs/16390063831 This PR is build on top of: - https://github.com/hvianna/audioMotion.js/pull/92
This PR removes the build artifacts from version control. These files are typically generated during the build process and are not necessary to track in Git. Benefits: - Reduces repository...
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `yarn.lock` #### Note...
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `yarn.lock` #### Note...
Fix version of uint8array-extras to 1.4.0, to avoid problems with generic `UInt8Array` types
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `yarn.lock` #### Note...
While [posting answer on StackOverflow using mocket-socket](https://stackoverflow.com/a/79407220/28701779), I found a few issues in the sample code. Changes: - Fixes trying to emit a connection when the WebSocket is not yet...