Don

Results 81 comments of Don

For your consideration, an AJAX type handling of the delete action would allow the UI to stay on-screen without refreshing after each file delete. It is the refresh that causes...

> Perhaps it would be simpler to just exit fullscreen when popup window is created but then don´t force user back into fullscreen? That would get rid of unexpected jumps....

From the screen shown, clicking "Home" does not take you back to the home screen, instead it browses over to the storage listing for the next print. At least half...

Addressed in PR for the core JS, but not merged yet... https://github.com/railsjazz/peity_vanilla/pull/5#issue-2475343614

Please consider our PR to resolve this issue. https://github.com/state-machines/state_machines-activemodel/pull/38#issue-2440737147 Thank you!

:+1: There are multiple commits under 0.15 and should be using versioning 0.15.0, 0.15.1, ... for each commit. Thank you!

Thank you! **curl --version** ``` curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb...

``` curl: option --fail-early: is unknown ``` If I leave the '--fail-early' option out, it returns 200 OK. ``` curl -L -f --fail early --retry 2 --connect-timeout 10 -s --head...

Yep, it was `--fail-early`. Changing that to `--fail early` in the geoip-shell-fetch.sh script fixed the issue. Looks like this version of curl does not support `--fail-early`. I will see if...

Yes - thanks I realized that also. Removing --fail-early the script works fine. Also, I tested with the `main` branch and it works great. Thanks for the update!