Zhiyuan Ma

Results 15 comments of Zhiyuan Ma

``` template void BM_pca(benchmark::State &state, int cidx) { SPDLOG_DEBUG("run clean with {}", backend); state.SetComplexityN(state.range(cidx)); Eigen::Index nt = state.range(0); // nsamples Eigen::Index nd = state.range(1); // ndetectors Eigen::Index nc = state.range(2);...

@matze yes. I added that `providecommand` line and it works for lualatex

Thanks a lot for the info. We have been developing the data analysis suite for the TolTEC camera. The python packages there are set up using the astropy package template...

I came across this thread and it seems that no one has mentioned this: https://github.com/keleshev/schema . This package provides a very pythonic way of doing schema validation, and it provides...

Hi, I am developing a large, modularized Dash app and I went into the same dead end as in #1441. The use case I have is that app consists of...

找到一个maximum clique的C++实现,5000个vertex的图(随机生成edge,~3e6)在我的mbp上跑用1分钟。 https://github.com/ryanrossi/pmc

I believe I am now having the same issue. As soon as I compiled with multiple cpp files including the header, I start to get segfault related to the details::get_array...

To me, the toggle switch should act like a switch between two states, not only True|False, but say 'log|linear'. So I'd also like to see that we can set two...

This might not be your use case, but I got to this thread by googling about how to automatic close the opened browser window after the edit session is closed,...

Using the bracket notation does the tick. Thank you very much. I think it would be great if this workaround is documented along with the key restrictions. The thing that...