Results 10 issues of Dušan Panić

Hi if I implement retry with async callback function. Async sleep will not work. But if I do it this way: ``` .retry(3, (err) => { if (err) { log.error(err,...

# Description Minor change, saves output if maxtime is reached. Fixes: #584 ## Additonally * [x] If this is the first time you are contributing to ffuf, add your name...

I think maxtime should save output when process context timeouts. For now I made workaround... 1. Started process externally, spawned it 2. Every 60 seconds, my thread writes to stdin...

#### Summary There was missing field in Upsert method of file_info structure. MiniPreview was missing in upsert. {"timestamp":"2022-09-01 16:49:51.914 +02:00","level":"debug","msg":"creating mini preview failed","caller":"app/file.go:1121","error":"failed to save FileInfo: Error 1062: Duplicate entry...

Lifecycle/1:stale
do-not-merge/release-note-label-needed
Contributor

Hi, rethinkdb dash doesn't work with rethinkdb proxy. If I test regular rethinkdb nodejs driver, it works without problems. Do you know what could be an issue?

#### What versions are you running? ```console $ go list -m github.com/chromedp/chromedp github.com/chromedp/chromedp v0.9.3 $ google-chrome --version Google Chrome 120.0.6099.109 $ go version go version go1.21.5 linux/amd64 ``` #### What...

## Description go run main.go gives me this error: ``` -input 576775.jpg dyld[14152]: Symbol not found: __ZN2cv10HoughLinesERKNS_11_InputArrayERKNS_12_OutputArrayEddidddd Referenced from: /private/var/folders/f6/6yqslb513nl_14hvm9njg1y80000gp/T/go-build3249400460/b001/exe/main Expected in: unknown signal: abort trap ``` This worked in...

Hi, I have tried following: 1. Server NodeJS socket.io 2.0.3 and 2.1.1 (latest) 2. Python2 and Python3 socket_io_nexus versions from release, master version, and version from pypi I tried Socket.IO...

Hi, can you tell me will it be possible to make socketIO-client work with socket.io 2.0.1 ( https://github.com/socketio/socket.io/releases ) ? I think this is the issue -> "uws is now...

Hello, I have set DISK_BACKUP_FORMAT=thin ESXi version 8.0.2 root@esxi:/vmfs/volumes/66020dc8-327aa02d-3f2c-7cc2556fc634/gitlab.lan] du -m 146917 . But on my NAS it is 512GB ![image](https://github.com/lamw/ghettoVCB/assets/346557/4b292240-bdcb-4940-bdf1-69f4590fac2a) CONFIG ``` VM_BACKUP_VOLUME=/vmfs/volumes/synology DISK_BACKUP_FORMAT=thin VM_BACKUP_ROTATION_COUNT=3 POWER_VM_DOWN_BEFORE_BACKUP=0 ENABLE_HARD_POWER_OFF=0 ITER_TO_WAIT_SHUTDOWN=3 POWER_DOWN_TIMEOUT=5...