Ilpo Nyyssönen
Results
2
issues of
Ilpo Nyyssönen
Chaperone version 0.3.9 does not work with Python 3.7+ because it uses asyncio.async and async is now a keyword.
Given a Rakefile ``` multitask :default => [:a, :b, :c, :d, :e] task :a => ['target'] task :b => ['target'] task :c => ['target'] task :d => ['target'] task :e...