Takeshi KOMIYA
Takeshi KOMIYA
It seems `third_party/3/docutils` contains only very few classes and modules of docutils. https://github.com/python/typeshed/tree/master/third_party/3/docutils For example, the only one class `reference` is defined at `nodes.pyi`. But actual `docutils.nodes` module provides many...
Transfering roles directory and write path configration to solo.rb.
I want to use ruby installed by rbenv, too. This change makes roundsman to support it.
This fix removes roundsman_working_dir before unpacking tarball.
Chef roles auto discovery appends roles of chef to run_list of each server. This feature makes name-based relations with role of capistrano and chef's one:: - Discovering role definitions of...
In sphinx default, the equation number is aligned right. but this theme does not do that. in `sphinx/themes/basic/static/basic.css_t`, the element is styled as following: ``` span.eqno { float: right; }...
### Problem In reST world, usually, we have two ways to give a label to an arbitrary node which is generated by directive. The first way is hyperlink target. And...
Now solargraph depends on RBS-2.x. So we can't use Solargraph and the latest RBS. So this updates the dependency to RBS 3.0. What do you think?
### Feature or Bugfix - Bugfix ### Purpose - refs: #10322 - Filter members having invalid characters in python (like `CMYK;I`).