Avner Cohen

Results 54 comments of Avner Cohen

Same/similar issue but not with `now() +1 minute`. What if I want to book an appointment on a future date (It's April now, I want to book for august). I...

Based on this answer - https://ask.libreoffice.org/t/can-i-import-a-pages-document/52124/2 I suspect it does, yes.

Here is another dump of this: ```sh $ lsof -c gunicorn | egrep "deleted" | awk {'print $2 '} | sort | uniq -c | sort -n 16 29766 16...

No. No real workaround, just better monitoring to fully stop/strt every now and then.

@benoitc As you can see in the first post, we already use 19.x (19.8.0). However, we have recently upgraded to python 3.x and this does no longer seems to be...

Agree on that. The "outdated" command should simply be a shortcut to showing the currently locked version of each lib vs the latest one on pypi.

I suggest to work based on existing solutions: https://classic.yarnpkg.com/lang/en/docs/cli/outdated/

@frostming I would go MVP here if at all possible. So of the 5 levels, you mentioned: 1. The version currently installed in the working set 3. The version to...

I respectfully disagree - it's the 5 that is the main part missing for me. On a long running project, the cycle of updating packages and making sure you are...

I know very little about the overhead of each approach, so would be hard for me to take a clear stance here, here is what I think: 1. `update --outdated...