Morris Jobke
Morris Jobke
Good question - could also be, that the dependency was updated and thus it doesn't work anymore 🙈
Could you try to change ``` #!/usr/bin/env python ``` to ``` #!/usr/bin/env python2 ``` Because then it's a 2 to 3 problem. Somebodyâ„¢ should then update the code to also...
> Would you mind sharing how you use them? Sure: It is basically an entry on the left side of the category in the sidebar. It shows the budget left...
> So MM is basically just assuming that you have the budgeted amount available in the given timeframe and there is no "total Budgeted" vs. "income". counter right? Correct. It's...
I ran into the same issue: PHP 7: ``` php > var_dump(apcu_exists('abcd')); php shell code:1: bool(false) php > var_dump(apcu_fetch('abcd')); php shell code:1: bool(false) php > var_dump(apcu_dec('abcd')); php shell code:1: int(-1)...
In more recent versions (13.0.4 and 12.0.9) we reduced drastically the amount of lock statements which should avoid most of the problems in here. Thus I will close it. If...
@fractos @mduller Thanks for the feedback. Also redis got hammered with requests before those versions and just was less likely to hit this problem. So it should be better by...
ref #9857
cc @schiessle @rullzer @LukasReschke
> No, for me this is not possible, I lock and unLock the folder only for update the metadata not for upload the file(s). > > If metadata has file...