LI CHENXI

Results 15 comments of LI CHENXI

> I meet the problem too. Can we use the $ to announce here is a math syntax and use `$` to annouce here is a price or something. >...

> I found a solution: #4354 I tested it with different examples, and it worked. Would you like to share some insights in your PR? I cannot understand the complex...

> I noticed an issue with the regex and fixed it. It is now: > > ``` > /(? ``` > > ``` > // Regex explanation: > // (?...

> Sorry, I just feel very frustrated. > > As you can see, I submitted [this PR](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4152). Honestly, even though GPT has provided a lot of help and it has...

> How did you install the `ihaskell-jupyterlab` extension? Can you confirm that it was installed by `ihaskell` during the installation process, or did you install it separately? It was installed...

> Were you able to reproduce the issue in a Docker image? I could not reproduce it for now. I'll try to reproduce it when I have time.

> > Quick workaround is: > > ``` > > sudo chmod 4755 /opt/Hyper/chrome-sandbox > > ``` > > > > > > > > > > > > >...

Sorry for the delayed response. This problem seems comprehensive and relates to many different parts of Tai-e. I guess this problem may be introduced by the commit 591ecc8709c48c0dad23170a6279b4f4b03cc2f3 to 648b3a6acc908cbc8bf0195322051e05b3ca0e72....

The problem here is that, if you install emacs with snap, emacs will use libc.so.6 from snap: ``` ❯ ldd /snap/emacs/current/usr/bin/emacs-29.3 | grep libc.so libc.so.6 => /snap/emacs/current/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6 (0x00007fcbab39a000) ``` And...