Yupei Qi

Results 41 issues of Yupei Qi
trafficstars

fix #101 Should also fix #1, fix #39, fix #87, fix #88: - The definition of those types defined in system headers or stdlibs can now be added via the...

We should audit the UMFPACK build and configuration to ensure those issues are not causing https://github.com/JuliaSparse/SparseArrays.jl/issues/147 https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/SuiteSparse_config/SuiteSparse_config.mk#L272 > -D'LONGBLAS=long' or -DLONGBLAS='long long' defines the integers used by LAPACK and the...

It looks like `_Atomic` can be supported by simply using the `@atomic` macro: https://docs.julialang.org/en/v1/manual/multi-threading/#man-atomics Need to study the [memory model](https://gist.github.com/vtjnash/11b0031f2e2a66c9c24d33e810b34ec0) carefully to make sure both Julia's representation and C/C++'s representation...

C11
help wanted

as reported in #395

good first issue

#### Functions that return an object in 1.79 will return `Ptr` type in 1.82, please use `unsafe_load` to explicitly copy the object in your old code base. For example, `igGetIO()`...

doc

### Discussed in https://github.com/Gnimuc/CImGui.jl/discussions/81 Originally posted by **Faresx** March 21, 2023 The getproperty and setproperty! method of ImNodesStyle was not provided. ```julia style = imnodes_GetStyle() unsafe_load(Ptr{Cfloat}(style+0)) ``` will crash.

enhancement
good first issue

The only API change is that users need to `using MiniFB.LibMiniFB` to get those `mfb_`-prefixed symbols.

[CEnum.jl](https://github.com/JuliaInterop/CEnum.jl) has 300k downloads in total and the download number of another Julia-C interop package [Clang.jl](https://github.com/JuliaInterop/Clang.jl) increases at a rate of ~1k/month. Given that Clang.jl is generally not being used...

I didn't find much useful info about the implementation detail of the skin mask refinement module in the paper. It looks like the basic idea is to use GMM-based clustering...