Levi Zim

Results 124 comments of Levi Zim

Hi, does overleaf plan to accept this feature or not? I think it might take a lot more time to finish client side compilation and LSP support so maybe it's...

We could possibly use https://docs.rs/rstack/latest/rstack/ but risc-v support is still not there yet: https://github.com/sfackler/rstack/pull/29

It is not a bug in ratatui itself. But still strictly relevant to ratatui. The area is clipped in `Rect::new` in the code of tui_scrollview when creating the buffer. But...

Although what prevents stabilization of eBPF is error handling in userspace, perhaps we could rewrite the eBPF code in Zig to make it more resilient.

For using tracexec as a long running daemon, exporting as log format instead of trace format is also desirable.

> What do you think of using `usize` instead of `u32` so it scales with the architecture’s pointer size? u32 is guaranteed to be enough for area because we use...

This is also reproducible on x86_64 platforms with the following steps ```bash CXXFLAGS='-mfma' cmake -GNinja -Bbuild -DOCIO_USE_SSE=OFF ninja -C build cd build/tests/cpu ./test_cpu_exec ``` Failed tests: https://pastebin.pl/view/fd57c16e I can send...

Hi @doug-walker , > So there should be some mechanism for deciding when to use the looser tests. I don't think there is any reliable way to detect FMA other...

I also encountered this issue after building tensorflow on riscv64. FWIW, there seems to be a closed PR for fixing it: https://github.com/tensorflow/tensorflow/pull/93676

`node-test-commit-aix` failure seems unrelated. `node-test-commit-arm` failure is caused by transit network error. Probably we should retry the CI.