Cheng Liangyu

Results 9 comments of Cheng Liangyu

IMO, we should match the behavior of `react` and `babel-plugin-transform-react-jsx` with the new jsx runtime. Babel with the new jsx runtime (which preact also supports with `preact/jsx-runtime`) transpiles ``` {undefined}...

The bug affects both React.createElement and Babel, if it is a bug. I think Preact needs to be consistent with React and Babel, whether it is a bug or not....

Some frontend frameworks like React use event delegation, so the transaction name is always `Click - html`. We should use `event.target` instead of `event.currentTarget`. And we can learn from sentry-javascript...

Version: be545814aeca1158ae38e2d6c66b1197679dab63 ``` ┌──Register group: general─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │rax 0x0 0 rbx 0x0 0 │ │rcx 0x7fcf8f7c54fd 140529442247933 rdx 0x0 0 │ │rsi 0x0 0 rdi 0x0 0 │ │rbp 0x7fcf8c1c9f90 0x7fcf8c1c9f90...

@rofl0r Because it was launched three years ago. Crashed on this line: https://github.com/rofl0r/microsocks/blob/be545814aeca1158ae38e2d6c66b1197679dab63/sockssrv.c#L335

https://github.com/ggerganov/llama.cpp/commit/0642b22cd12af278d6e7e459b73411947c169381#diff-250e89dd8f0b29364f4245b54b512cde3e6d898245953aa7d7da6e61708bde21 @mofosyne We can sync with llama.cpp upstream to fix this issue.

@vlasky Before sync with llama.cpp, we can modify the frontend files and build llamafile ourselves. ```bash sed -i "s# from '/# from './#g" llama.cpp/server/public/index.html sed -i 's# fetch("/# fetch("./#g' llama.cpp/server/public/completion.js...

@marvinhagemeister [antd](https://www.npmjs.com/package/antd) and [react-dnd](https://www.npmjs.com/package/react-dnd) depend on [react-is](https://www.npmjs.com/package/react-is), and [more](https://www.npmjs.com/browse/depended/react-is). ``` $ npm ls react-is ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] deduped ```