Haoxuan Guo

Results 9 issues of Haoxuan Guo

```julia promote([1u"kg"], [2u"g"]) # will give an error promote([1.0u"kg"], [2.0u"g"]) # no error ``` Because promotion in Integer gives a Rational. Code from Base (call stack) ```julia promote_rule(a::Type{Array{T,n}}, b::Type{Array{S,n}}) where...

In newer NVIDIA RT series products, a new RT Core is installed in the GPU. By using this new RT Core, a fast BVH and intersection check could be come...

enhancement

Debugger will crash when the `show` method throw an exception. For example, the following code will make a crash on debugger. ```julia struct Test end Base.show(io::IO, self::Test) = print(io, wrong_code())...

`Meshes.jl` is the next generation of meshes library rather than `GeometryBasics.jl`. Is it possible to support it?

enhancement

#26 中的修改在 julia >= 1.9 时失效。

This PR CI blocked due to pythonplot use the deprecated method as [this topic](https://stackoverflow.com/questions/77418896/attributeerror-grouperview-object-has-no-attribute-join) mentioned. ``` ERROR: LoadError: Python: AttributeError: 'GrouperView' object has no attribute 'join' ``` matplotlib API changed...

# Current behavior Accounts that miss the confirmation email are locked due to the bug and can neither re-register nor choose to forget their password. # Expected behavior This email...

bug
planning

#330 mentioned vector types. But This method need a corresponding type exists. Such as E with f32, J with i32。But there is no corresponding type for X (bool is not...

### Description 1. Install MCP server via vscode notification. 2. Remove MCP server via this panel (figure above, sorry for Chinese) 3. Unable to restore or restore MCP server anyway....

triage
triaged