LI CHENXI
LI CHENXI
### Bug Description To solve issue #2841, current text buffer is modified by `escapeDollarNumber`. ```ts // app/components/markdown.tsx function escapeDollarNumber(text: string) { let escapedText = ""; for (let i = 0;...
I'm new to blitzjs. I tried the code example in the page [File-Based Routing](https://www.blitzjs.cn/docs/routing): ```js import { useParam } from "blitz" const Post = () => { const pid =...
#1228 reported that syntax highlight does now work as expected. This problem should be fixed now. However, I encounter such problem after setup (I followed the [instruction](https://github.com/IHaskell/IHaskell?tab=readme-ov-file#linux)). The kernel itself...
Dear SootUp team, I am currently using SootUp to analyze some real-world programs, and I have encountered some issues with the untyped IR building algorithm, LocalSplitter, and TypeAssigner. Specifically, these...
### Describe the bug I encountered an issue with SWC when compiling code that contains strings with double backslashes. It seems this problem only occurs when `"target": "es2018"` is set...