PROger4ever
PROger4ever
**Introduction:** There are some instructions in the code, that can be executed once in init-time rather than every time in running: 1. [evictionConfig](https://github.com/jolestar/go-commons-pool/blob/2fd436430fcbceb6500a2bb8efab27e71aaf7a9f/pool.go#L590) is been recreated every time in eviction-phase....
Sometimes there are cases, when goroutines states should be printed in console. Similar functionality: [hmdsefi/gowl](https://github.com/hmdsefi/gowl?utm_campaign=awesomego&utm_medium=referral&utm_source=awesomego#monitor) Usage proposal: ``` p := pool.New().WithMaxGoroutines(10).WithMonitor(monitor, time.Second) p.Go(func(tp *threadParameter) (res interface{}, err error) { tp.setState("Doing...
Sometimes we need to run a lot of tasks, grouped into small sets (less than goroutines count). The effective way is to run groups concurrently, not one-by-one (they are small)....
**Describe the bug** There're wrong candidates in output with few devices, `--stdout` and `-o` options for some masks (hashcat 6.2.6 only bug in Windows). **To Reproduce** Discrete GPU + Integrated...
**Fixes:** - bash scripts SHOULD run with 'bash' (not 'sh', it causes failing of some scripts); - 'install-gtk-arc-theme-v1.sh' failed boot-up of virtual machines (problem with starting X Server because of...
### Problem **ytdl** supports [music.yandex.ru](https://music.yandex.ru), but requires cookies: ``` Download failed!❌ [yandexmusic:track] 105649648: YandexMusic has considered yt-dlp requests automated and asks you to solve a CAPTCHA. You can either wait...
### Problem Some services require logged-in cookies and don't allow us to download media. ### Proposal Let's make a command like ```bash /set-cookies service-domain cookies-in-one-line ``` and save it to...
### Current application architecture problems There are a lot of points in the code which do almost the same but in a different way. For example, here is how non-premium...
### Potential problem I prefer to delete all messages except video-results in the chat with **ytdlbot** as soon as possible to avoid a mess. When I delete a message with...
### Problem There are some telegram-chats with topics enabled. Topics is a convenient and popular way to have subchats in your chat. You still have one **chatId**, but multiple **topic...