Ji ZHANG

Results 20 comments of Ji ZHANG

Thanks, @J-Fields As requested, I'm attaching three files here: vscode's settings.json, vscode's keybindings.json, and my nvim's init.vim Appreciate your advice. [setting_files.zip](https://github.com/VSCodeVim/Vim/files/9021247/setting_files.zip)

> try `` 😄 Sorry, not working. Seems is used for many things in my vscode, as shown blow... ![Screen Shot 2022-06-30 at 23 33 40 PM](https://user-images.githubusercontent.com/23435810/176717953-1c52b968-b03c-4897-8928-79045f6db32e.png)

Hi, you may need to download the util.py file from the following git repo of the book: https://github.com/deep-learning-with-pytorch/dlwpt-code/tree/master/util

I have the same question: Why **element-wise multiplication** is applied to calculate dLdN = dLdS*dSdN, rather than **matrix multiplication** via either **np.dot()** or **np.matmul()**? I assume this is to make...

The nvim-tree-float-preview seems to be an amazing extension. However, I'm unable to follow the installation instruction to get it work. Hope @JMarkin can kindly elaborate on how it can be...

Yes, I solved the `norg` related issue by installing `norg` in `treesitter`. I also have `markdown` installed in `treesitter`, as shown below by running `:TSModuleInfor` in `neovim`: ![image](https://github.com/lukas-reineke/headlines.nvim/assets/23435810/7d8320ae-14e0-4c75-873f-55b752d17a8b) However, I...

Ok, allow me to reply to myself. I think I managed to make `headlines.nvim` work, and for both `.md` and `.qmd` files, as shown in this [post ](https://github.com/quarto-dev/quarto-nvim/discussions/73#discussioncomment-6324509). For normal...

I solved this issue by installing firefox, or chrome, in WSL2.

I tried to add the unzipped folder directly into `C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons`, but it still produces the following error: ![2024-02-15 13 49 20](https://github.com/jayanam/shortcut_VUr/assets/23435810/b94207ca-48ff-403f-b13f-e3a89228ed4c)

> Did you really use the fixed version (https://github.com/gchriz/shortcut_VUr)? And did you restart Blender after installing it? Yes, the fixed version works well after installing from add-ons. Thanks.