Gallo Feliz

Results 11 issues of Gallo Feliz

Hi, I have added your repository to https://github.com/gallofeliz/youtube-dl-stream-webui as alternative because your tool does not offer exactly the same solution for the youtube-dl ui. It can interesting to do the...

DOCS
meta: consider

Hi, I have added your repository to https://github.com/gallofeliz/youtube-dl-stream-webui as alternative because your tool does not offer exactly the same solution for the youtube-dl ui. It can interesting to do the...

Hi, I have added your repository to https://github.com/gallofeliz/youtube-dl-stream-webui as alternative because your tool does not offer exactly the same solution for the youtube-dl ui. It can interesting to do the...

Hi, I don't like to see passwords in the logs, except for debug/verbose (option to add ?). I do a MR to make an alternative to full show or full...

enhancement

Add recycle bin option :)

**Describe the bug** I am working on my tasks and a "popup" requesting me to make a pause appears on the middle of the screen. It is very intrusive, aggressive...

feature

Hello, Is this project maintened ? If not, it is possible to write it on the README ? Thanks. Regards

Hi, As it is possible to use "_" for env() and argv() (or '-'), it should be good te be able to configure the get separator. Example : ``` {...

good-first-issue

Hi, Here a small example : ``` interface Truc { name: string } interface Test { myKey: Record } ``` That gives : ``` { "type": "object", "properties": { "myKey":...

Hi, Here a simple example : ``` /** @pattern ^[0-9]+[smhdw]$ */ export type Duration = string interface Test { single: Duration multi: Duration[] } ``` When I convert to JSON...