Results 25 comments of Gregor von Laszewski

Interesting. I did not know about this feature. However we have the docopts not at the start of the file, but at the start of the method. We even have...

I do find the support of bibtex important. Please do not drop it. A workaround for the issue of tags not being set has been posted in https://github.com/laszewski/laszewski.github.io/blob/master/bin/featured.py The use...

This is an OpenAPI tool to create an OpenAPI service from a python function. The advantage is that users only need to know how to write a python function. This...

Oh, I see, I by mistake may have duplicated the -name: from the entrie I copied mine from ... I fixed it

can you more presicely describe it or just implement?

why not use the git last commit time. I use hugo and they have an automated feature, can this not be done with thes web framework,

please provide more details. This seems easy to fix

i will look into it soon

``` from parallel_sync import rsync # username and hostname are names that work and tested with # ssh [email protected] ls, which works without issue creds = {'user': 'username', 'key':'~/.ssh/id_rsa', 'host':'hostname.edu'}...

i still use it and its very useful nevertheless. I upgraded my code that uses it to 3.12 and docopts still works with it. I use docopt in python CMD...