tannal

Results 10 comments of tannal

Well, there is a v8 option called `--print-opt-source` which can print source code of optimized and inlined functions. The problem occurs when v8 optimizes the `isLineBreak` js function in tsc.js....

Seems like `ensure_pre_insertion_validity` throw the exception wrong. > parent has an [element](https://dom.spec.whatwg.org/#concept-element) [child](https://dom.spec.whatwg.org/#concept-tree-child), child is a [doctype](https://dom.spec.whatwg.org/#concept-doctype), or child is non-null and a [doctype](https://dom.spec.whatwg.org/#concept-doctype) is [following](https://dom.spec.whatwg.org/#concept-tree-following) child. The code only...

There it is. ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 140 model name : 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz stepping : 1...

> Other hashing algorithm xxhash by the creator of ztsd seems a good no-crypto hash algorithm.

Box64 also need this. https://github.com/ptitSeb/box64/blob/46dfaab639b7d2a5af79c288160bfe92b1fd6961/CMakeLists.txt#L937-L939

I tried building from source. ```bash cargo install --path crates/zed/ ``` ```bash ld.lld: error: unable to find library -lxcb ld.lld: error: unable to find library -lxkbcommon ld.lld: error: unable to...

> @tannal Can I open a new PR to fix this issue? It's up to you. I don't think we need another pr.

It is also useful when you need to transfer text/files across different devices.

Hi, do we need any tests for this feature/PR? If so, how or where should I add them?

What about import a chat from markdown feature?