Fernando
Fernando
Both items also in #32 and #34 I think it would be a good idea to keep comments in config files, so everybody can tell why the config is that...
+1 Bastillion could `adduser` on every remote system on user profile association and `userdel` on user/profile removal
Yes, I have mapped docker volumes to `/srv/backup/elkarbackup/...` ``` # pwd /srv/backup/elkarbackup # ll drwxrwx---. 2 105 110 4096 May 2 17:11 etc-elkarbackup drwxrwx---. 2 105 110 4096 Aug 16...
That is a very common issue. When network is "floating" between online and offline states, you can end up having a NET::ERR_CONNECTION_TIMED_OUT or other similar error tossed out of inAppBrowser...
Did not see your answer, but I have done it thru a different approach (without timeout). I will make a commit on my repo.
@jarl-dk, No, it doesn't work when not using sql that union other models. The main reason I've made this tableless model is for putting all sql related to mixed models...
Here are the logs of one request: ``` Started GET "/rais/estabs/pesquisa?criCBO=214915%2C322230&criFamiliaCBO=on&estabs_ids%5B%5D=12628483&estabs_ids%5B%5D=12628484&estabs_ids%5B%5D=12628485&estabs_ids%5B%5D=12628486&page=25&utf8=%E2%9C%93" for 127.0.0.1 at 2012-10-25 11:22:04 -0200 (0.0ms) SET SQL_AUTO_IS_NULL=0 Processing by EstabsController#pesquisa as HTML Parameters: {"criCBO"=>"214915,322230", "criFamiliaCBO"=>"on", "estabs_ids"=>["12628483", "12628484",...
Yeah. +1 Also, I cannot figure it out what would be `max-height="100%"` since when I set it to 250% it grows to half the window size.
Nevermind! Just read the code and figure it out that when I do `max-height="100%"` I end up getting a footer with 100px. I have made [a pull-request for setting max-height...