James Wang

Results 6 issues of James Wang

Here is the modularity I know. ![image](https://user-images.githubusercontent.com/48663928/121523413-b5d10400-c9e5-11eb-8c35-b1495c801bc8.png) And here is your code: ```python def modularity_matrix(adj_matrix : np.ndarray) -> np.ndarray: k_i = np.expand_dims(adj_matrix.sum(axis=1), axis=1) k_j = k_i.T norm = 1 /...

Thanks very much for this wonderful painting tool, for I can use it to draw almost anything. But when it goes to drawing a complex shape, it's too hard to...

core team declined

It seems that MarkText only support HTML without css ![image](https://user-images.githubusercontent.com/48663928/182331678-1bcd9b64-ef73-4a87-a3e4-d138be5b0f03.png) ![image](https://user-images.githubusercontent.com/48663928/182331620-6cd29211-af0b-482d-865e-5afe5a781b20.png)

Is there a function to wrap code blocks automatically? When I try to use a small segment, it is difficult to read or copy. ![image](https://user-images.githubusercontent.com/48663928/179684495-842c62c9-8495-4ba2-941c-7e274088adb9.png)

**Describe the issue:** It is the first day that I have tried vim-visual-multi, so I'm not that familiar with it. I tried to read the tutorial and doc, but I...

more info needed

manjaro,尝试过ibus和fcitx5的rime,说明里只有windows下的解决方案,我猜是要把dict挪到build里,但无论怎么配置也不能打字 另,不知为什么我这里rime不会读取default.custom.yaml 总之就是折腾半天一头雾水,manjaro的搜狗拼音还没法配置,搞得我死活用不了 已经用惯了这个键位了,但不解决输入法的问题就很难迁移到linux的工作环境里