nikolas
nikolas
I'm also seeing this error, for example: https://raw.githubusercontent.com/ccnmtl/plexus/master/requirements.txt
Looks good - @kmmbvnr can you make a new release? Also, if you'd like help maintaining this package, you can always add it to [Jazzband](https://jazzband.co/).
This branch fixes timing issues with my [Gas Retention Simulator](https://ccnmtl.github.io/astro-simulations/gas-retention-simulator/) - I can now successfully slow down the animation using `engine.timing.timeScale`. I would love for these improvements to be in...
Thanks for the PR, this library is now being maintained here: https://github.com/rtfd/CommonMark-py
The focus of this library is to support the CommonMark spec. If you think extensions should be in commonmark you can make suggestions here: https://github.com/jgm/CommonMark/ However, I think @lu-zero has...
This change looks good, `set()` is supported in python3: https://docs.python.org/3/library/functions.html#func-set, so we should see no change in behavior, with the benefit of supporting another python version. I agree with Eric...
Yeah, I'm waiting on PR #23.. we should change the header at the top of this repo as well. Unfortunately the maintainer here doesn't have the mental space to deal...
See also: http://spec.commonmark.org/0.19/changes.html
it would be useful to have the 0.2.21 release tagged on github as well.
good point, looks like the problem can be fixed here: https://github.com/gabrielfalcao/lettuce/blob/master/_public/tutorial/simple.html#L412 But that file is complicated.. I can't figure it out.