R1D3R175
R1D3R175
``` EC dump 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 000000 00 80 00 00 00 00 00 00 00 00...
# How to reproduce? (we'll assume that the UI is open on a PC X) 1. Open the UI on a PC Y and connect it to a Remote, or...
# Introduction Hello! As the title states, I'd love to implement a small feature for this amazing player. However, I don't know pretty much where to start looking in order...
As per #11, it would be nice to have the equivalent of the following (snippet of an hypothetical `index.ts`) ```typescript app.use('/api/database', middlewareFunction); ``` via some files/folder structure ### Why? Right...
## Environment Express.JS application using `express-file-routing` for file-based routing. ### Directory structure ``` ├── index.ts └── src/ ├── services/ ├── controllers/ │ └── health.controller.ts ├── middlewares/ ├── interfaces/ └── routes/...
Apart from not having access to the source code of the UI after all this time (#70), I would like to translate the UI to my local language. Is the...
While using [`winston-daily-rotate-file`](https://github.com/winstonjs/winston-daily-rotate-file) I noticed that _sometimes_ the `%DATE%` placeholder will get replaced and _sometimes_ not, opened an issue on their repo but, thanks to @coreydaley, it turns out that...