write-yourself-a-git icon indicating copy to clipboard operation
write-yourself-a-git copied to clipboard

OrderedDict & syntax

Open motyzk opened this issue 6 years ago • 2 comments

  1. No need to use OrderedDict. This is the default dictionary, officially since Python 3.7, practically since Python 3.6. Not using it can simplify this extremely simplified article even more.
  2. Under 7.6.2 "we’ll add an optional wyag-type arguments" -> "we’ll add optional an wyag-type argument" PS Thanks for the great article.

motyzk avatar Apr 23 '19 12:04 motyzk

Thanks! Debian stable is still using 3.5 though, I'll make the change when the next stable (buster) will have been out for some time.

thblt avatar May 02 '19 12:05 thblt

Hi Thibault,

Sorry for bothering you again but I install graphviz with home-brew and I am not sure how to further configure it so that wyag log shows the graph.

  • Anders

On 2 May 2019, at 14.12, Thibault Polge [email protected] wrote:

Thanks! Debian stable is still using 3.5 though, I'll make the change when the next stable (buster) will have been out for some time.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thblt/write-yourself-a-git/issues/16#issuecomment-488648899, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZKCU6XMW7F73FXDUZUMUDPTLLB3ANCNFSM4HHXNDFA.

anderslatif avatar May 06 '19 01:05 anderslatif