ITwrx opened issue ITwrxOrg/EZ-Bkup#23
New folder button in add Destination file chooser dialog2 weeks ago
ITwrx pushed to master at ITwrxOrg/GoAccessReporter
- a87b907139 added README.md, example config files, binaries, updated CHANGELOG.md
- e79c37d169 initial commit
3 weeks ago
ITwrx created repository ITwrxOrg/GoAccessReporter
3 weeks ago
ITwrx commented on issue ITwrxOrg/EZ-Bkup#20
i have to click the "Run Bkup" button twiceIf i use the same compile command except i add --cc:clang i get: ``` /home/itwrx/.cache/nim/ez_bkup_r/@m..@s..@s..@s..@s..@s.choosenim@stoolchains@snim-2.2.0@slib@ssystem.nim.c:2405:3: runtime…
1 month ago
ITwrx commented on issue ITwrxOrg/EZ-Bkup#20
i have to click the "Run Bkup" button twice`nim c --threads:on -d:useMalloc -d:release --passC:"-fsanitize=address,undefined -fno-omit-frame-pointer" --passL:"-fsanitize=address,undefined -fno-omit-frame-pointer" -d:nosignalhandler…
2 months ago
ITwrx commented on issue ITwrxOrg/EZ-Bkup#20
i have to click the "Run Bkup" button twice`-d:release` uses `--opt:speed` which seems to be the actual compile option that causes/reveals this GUI bug.
2 months ago
ITwrx commented on issue ITwrxOrg/EZ-Bkup#20
i have to click the "Run Bkup" button twiceactually it seems compiling with `--d:release` causes this. that explains why it popped up after release last time... under investigation.
2 months ago
ITwrx commented on issue ITwrxOrg/EZ-Bkup#20
i have to click the "Run Bkup" button twiceThis has been fixed in a development branch by simply updating dependencies and recompiling. Will close this issue once a new release has been made/tagged.
2 months ago