Miao ZhiCheng

Results 150 comments of Miao ZhiCheng

@haltman-at thanks for coming back on this. Unfortunately not, it still takes lots of time with `5.3.1`. I am happy to do some benchmarking and traces to identify where is...

guys, this is getting really annoying, anything we can help with?

Disabling `disableConfirmationListener` definitely helped! But how do you configure the default "test" network, the one that is launched as a "internal ganache" by truffle test?

I'd definitely prefer the default setting that means having it on.

actually ```elisp (use-package lsp-haskell :config (add-hook 'lsp-after-initialize-hook #'(lambda () (lsp--set-configuration `(:haskell (:plugin (:class (:codeLensOn ,nil)))) )))) ``` didn't work :(

Ah, but I only want to disable the codeLens for the "class" plugin for now.

I think make them only expand only when clicked with a modifier key pressed could be an option?

> we have to manually regenerate the defcustoms for all the options as new ones are added, so it just needs someone to do the work. PRs welcome! I wouldn't...

In my case, it happens when `(setq org-static-blog-post-comments "")` and `org-static-blog-use-preview nil`. The post output would look like roughly this: ``` ... ``` Without the fix, in the index page...