Fangjun Zhou
Fangjun Zhou
…g 401/403 This is a suggested temprary fix for http 401/403 error from leetcode. I found that the current leetcode api only reject some of the requests. It's often the...
I've installed `debugpy` in my venv and `nvim-dap` for my neovim. But I cannot get the dap to stop at the breakpoint I set inside nvim. Calling `breakpoint()` works just...
**Describe the bug** `ti.profiler.memory_profiler.print_memory_profiler_info()` seems to be broken with `RuntimeError: invalid format specifier` error message. **To Reproduce** Run the following code: ```py import taichi.profiler as profiler ti.init(arch=ti.cpu, debug=True) profiler.print_memory_profiler_info() ```...
I'm using sphinx for my own project and it seems that there's no inventory file on Taichi documentation website. For most project using Sphinx, a `objects.inv` file should be generated...