Derrick Lin

Results 9 comments of Derrick Lin

Thanks! So yes, I don't put content after the image in the same line also. My use case is that, I mainly do bullet-style note taking on Obsidian, and when...

For me, no. I would prefer this plugin to do nothing but insert a `![](image link)`, and I do the rest of the formattings myself. So obviously your idea will...

Any updates? Why not just use Github page? It's just a few clicks away.(in `settings/pages`). Will have to deal with the `/README.md` links in the HTML code and escape `{{}}`...

In settings -> pages It's pretty plug-and-play

Well actually it did work, it's just that the job had failed due to `{{}}` not being escaped, as shown in https://github.com/bregman-arie/devops-exercises/actions/runs/3408200210/jobs/5668558828 Now that you've enabled it, I can help...

Please approve this PR https://github.com/bregman-arie/devops-exercises/pull/310

`Conformer` is a class in `CF.py`, which is in the `Conformer` directory (after you've cloned it), so what you can do is run ``` import sys sys.path.append('./Conformer') from CF import...

I faced an error when downloading as well. I recommend you to just go to https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin directly, download it, and put it in `server/model/`. Same thing.

I noticed that most of the flags including the one mentioned in this issue `--force` & `--force-no` aren't documented in the README. Shouldn't it be? I didn't know these options...