monaqa

Results 36 comments of monaqa

Thanks for the proposal. The automation of testing is an area that we have not worked on, and any PR would be welcome. The topic about `register_group()` function is more...

For now, the only place we have for discussion is here (issue page), so I hope we can discuss it here (or another issue).

We would like to continue to discuss changes to the API regarding configuration. The current API for register_group is intentionally kept simple. In fact, simply inheriting multiple augends can still...

> will be nice to add it to the doc as an example at least. Agreed. I will consider adding it to the README and help. For filetypes, I think...

My understanding is that by providing a function like `augends:on_filetype()`, API extensions like `dm.inc_normal(filetype=true)` should be unnecessary.

My idea is: 1. Provide `augends:on_filetype()` function in `dial.config` module, which can be used in the following ways: ``` require("dial.config").augends:on_filetype { -- or more preferable function name python = concat_lists...

I tried adding functionality based on the on_filetype idea (#54). I do not intend to merge this PR immediately and will discuss which policy seems better before deciding to merge....

Package `hmmlearn 0.3.0` has been released, [which will solve the issue](https://github.com/hmmlearn/hmmlearn/issues/514) about installing on M1 Mac. However, pyannote-audio 2.1.1 seems to require `hmmlearn < 0.3`, so installing pyannote-audio still does...

I am facing the same problem. I tried the same approach as above, but another error occurred: ``` nvim-treesitter[norg]: Error during compilation 0 0x102f641a0 __assert_rtn + 140 1 0x102deba8c mach_o::relocatable::Parser::parse(mach_o::relocatable::ParserOptions...

Sorry, I found the comment that solves the problem. https://github.com/nvim-neorg/tree-sitter-norg/issues/7#issuecomment-1251675173