On Fri, 11 Feb 2022 20:37:57 +0100, "Peter J. Holzer"
declaimed the following:
>Interestingly, Excel did have the ability for multiple users editing the
>same file at some time (maybe early 2000s? Way before Google docs or
>Office 365). It had to be explicitely enabled and it didn't work very
>re
On Wed, 9 Feb 2022 19:38:23 +, Martin Di Paola wrote:
>>> - On a line per line basis? on a function/method basis?
>
> In general I prefer logging line by line instead per function.
>
> It is easy to add a bunch of decorators to the functions and get the
> logs of all the program but I most o
On 2022-02-11 08:11:32 +1100, Chris Angelico wrote:
> Excel doesn't have the sophistication to need or want anything more
> than simple "I have this file, nobody else touch it" exclusive
> locking.
Interestingly, Excel did have the ability for multiple users editing the
same file at some time (may
Hi Cameron,
Cameron Simpson writes:
> On 10Feb2022 14:14, Loris Bennett wrote:
>>I am writing a command line program which will modify entries in a
>>database and am trying out SQLAlchemy.
>>
>>A typical command might look like
>>
>> um --operation add --uid ada --gid coders --lang en
>>
>>Par