Anatoli Babenia
Anatoli Babenia
Ok. This UMD is some kind of JavaScript boilerplate to allow different packagers in Node ecosystem understand the module. https://github.com/umdjs/umd @mmalecki the whole Travis CI depends on your code. )...
Needs to be rebased.
I think odds are low. Thanking @bitprophet and asking how things are on the other side of the world might help to understand if he has time for the review....
Made it into separate snippet and preserved your parameter name https://gist.github.com/abitrolly/12522b399c92606d7b09e9342c3f788b
You can try to rebase that instead.
Most voted feature - https://github.com/bitprophet/alabaster/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
Found a way to patch source links with standard template override with Sphinx/Jinja2. https://github.com/release-monitoring/anitya/pull/693/commits/84c7812ff600b8d86d048e18986fd3f8cce09a29
I wonder if there are any best practices for matching parts of AST, so that the conversion could be done at least partially in a more declarative way. Or it...
@jtiai Python [`ast` module](https://docs.python.org/3/library/ast.html) does a pretty good job parsing Python code into AST. The problem is in convenient tools for converting AST tree.
Didn't think about it. :D Nice idea. > git imerge continue --no-edit What does `--no-edit` do?