simple-captcha icon indicating copy to clipboard operation
simple-captcha copied to clipboard

change file image storage to memory on-the-fly

Open mrbrdo opened this issue 12 years ago • 5 comments

change file image storage to memory on-the-fly

mrbrdo avatar May 14 '12 15:05 mrbrdo

I can reproduce this with the deb from releases. It's fine when compiled in termux though.

rsteube avatar Apr 27 '24 17:04 rsteube

likely related : https://github.com/golang/go/issues/60125

rsteube avatar Apr 27 '24 17:04 rsteube

I can reproduce this with the deb from releases. It's fine when compiled in termux though.

Use https://github.com/termux/termux-docker in github actions to build carapace

aicynide avatar Apr 27 '24 17:04 aicynide

I think it just needs GOOS=android for the build. Just could run a binary built on my laptop in termux.

rsteube avatar Apr 27 '24 17:04 rsteube

Although its not network specific program, is there any solution for /etc/resolv.conf in termux?

aicynide avatar May 05 '24 21:05 aicynide

Either build in on termux (directy/container) or use a patched library: https://github.com/carapace-sh/go/tree/master/termux .

rsteube avatar May 06 '24 06:05 rsteube