Grzegorz Wierzowiecki

Results 22 comments of Grzegorz Wierzowiecki

Tool works until it hits following error: > Cannot decode response data from URL https://(...).tumblr.com/api/read?type=photo&num=50&start=29200 then there is terminal full of it and it loops indefinitely. It should give up...

unable to continue after failure: https://github.com/dixudx/tumblr-crawler/issues/92

Good point about "Why?"! So NIP-13 https://github.com/nostr-protocol/nips/blob/master/13.md is proposing PoW. My proposal is to consider integrating with PoW of some existing networks , e.g. Bitcoin or Monero, so nostr clients...

Maybe helpful: * Qt for Android https://doc.qt.io/qt-5/android.html * Qt fr iOS https://doc.qt.io/qt-5/ios.html

``` bwrap: capset failed: Operation not permitted 2022-10-13 09:37:29 [ERROR] - Failed to run bwrap. 2022-10-13 09:37:29 [ERROR] - A possible cause is if RUA itself is run in jail...

cross-linking: I've started thread on Arch Linux forum referring to this issue: https://bbs.archlinux.org/viewtopic.php?pid=2063741#p2063741

(btw. I've just added PR to this repo with this Dockefile. I know it's far from ideal, I am not DevOps, but better this working one then non ;). And...

Thank you for timely response and looking into coming back to it :). I was searching around for resources how to make Archlinux docker images that would in convenient way...

Hi! Thanks for #29 . I guess that to check this one , I need to change in [Dockerfile](https://gist.github.com/gwpl/be860b7d62aa2ac6b7e7f394a12b91cf) this: ``` RUN git clone https://aur.archlinux.org/pacaur.git ``` to this ``` RUN...

(still, I may need days to find a moment to look into this deeper, still) sharing output from `docker build --no-cache .` : ``` Step 29/42 : RUN git clone...