Activity for Takeshi KOMIYA

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #86

    BTW: what is the state of https://pypi.org/project/pycmark/ by @ tk0miya? It looks promising as a lightweight alternative for pure CommonMark I finished my work. It has been fully compatible with CommonMark. The remaining task is creating an extension for sphinx using pycmark and pycmark-gfm. I thought to release v1.0 after that, but I lost my interest for it because myst-parser has appeared. 2022年1月6日(木) 23:08 "Günter Milde" via Docutils-develop docutils-develop@lists.sourceforge.net: status: open...

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #189

    It would be great if we'll be able to install the HEAD of docutils via git command directly. At present, we need to clone the repository before installing it because docutils package is placed under the docutils directory. The separation will resolve that.

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #438

    The source info of topic node is not filled when topic directive only contains a bullet list

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #431

    FYI: I applied this patch to Sphinx to support docutils-0.18 (not released yet). https://github.com/sphinx-doc/sphinx/commit/c97c488bb6baad2cd2e76615dbff448286052544 I think this must be a bug of Sphinx, not a docutils. To realize the cross-reference feature, Sphinx processes the target document twice. In the process, we need to fill some configuration to the settings object before building the document. Thanks, Takeshi KOMIYA 2021年10月27日(水) 22:45 engelbert gruber via Docutils-develop docutils-develop@lists.sourceforge.net:...

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #425

    Thank you for quick fix!

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #425

    Node ID will be lost when a `--language` option given.

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #179

    +1 for adding a new option to control the position. I'm also okay to add a directive option instead. Addition to this, I'll add an option for table caption after this discussion.

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #403

    I don't know about dependencies. But, about the diff, it seems the reason of diff comes python versions. The "print" is a keyword in python2 era. But it becomes a mere function since python3. So it becomes a name now. I guess it might go well if you invoke a testcase with python2. Anyway, checking the output of pygments is too fragile. It often gets broken everytime pygments changes the highlighting rule. It is better to check only that the content is highlighted.

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #402

    Thanks! Here is a patch to fix it :-)

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #402

    Did you read the code? It is a code only available under python2. And docutils has still supported it. if sys.version_info < (3, 0): range = xrange What are you expected?

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #58

    Hi folks, I don't have a strong opinion about migration. Indeed, I prefer to use GitHub and other modern platforms. But it does not mean Sourceforge prevents the contribution to docutils. Actually, I've posted some patches to this project ever. Surely, I must admit I'd needed to remember how to create a patch file from my git repository every time. But it's a minor issue to me. So I'm neutral for this topic. My large concern for this topic is nobody mentioned about the costs of migration. I think...

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #168

    manpage: an empty citation causes manpage writer crashed

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #167

    Any updates? Please let me know if my thought is incorrect.

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #167

    document.note_explicit_target does not support a node having multiple IDs

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #165

    I made a small fix for this error. Could you review this please? Thanks,

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #165

    Got TypeError in copying system_message node

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #385

    Sorry for not responding. LGTM!

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #385

    I made a patch for such case. What do you think abou this?

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #385

    A directory named as unsupported language confuses docutils

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #156

    Allow to inject set of directives and roles for parsing reST

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #155

    Determine width of ambiguous characters by language

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #356

    Add Node.astext() as an abstract super method

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #148

    Remove handlers for deprecated nodes from LaTeX writer

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #60

    Allow definition_list_item to have multiple terms

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #147

    SimpleListChecker.visit_definition_list() is duplicated

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #352

    The docstring of Transformer class is wrong

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #351

    The docstring of Reader class is wrong

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #146

    +1: xml.sax.handler.ContentHandler is official place of ContentHandler. Please refer the Python docs: https://docs.python.org/3.6/library/xml.sax.handler.html#xml.sax.handler.ContentHandler

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #346

    reST parser warns twice for short underline

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #142

    Fix no source was set to literal block in a bullet list

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #137

    Fix no source and lineno was set to caption of table

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #301

    This was already fixed at sphinx side. https://github.com/sphinx-doc/sphinx/issues/3212...

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #134

    Thank you for reviewing! I missed the empty argument. I updated my patch using i...

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #134

    listings having multiple labels are converted to invalid HTML

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #48

    I'm grad to hear that. I updated the patch including testcases and documentation....

  • Takeshi KOMIYA Takeshi KOMIYA posted a comment on ticket #48

    Using CSS is fine, but we have to prepare CSS to align tables to center always. I...

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #48

    Add :align: option to the table directives (table, csv-table and list-table)

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #289

    rst2man ignores line starting with a period

  • Takeshi KOMIYA Takeshi KOMIYA created ticket #258

    ":figwidth: image" generates unitless width value

1
MongoDB Logo MongoDB