Zexin Yuan
Zexin Yuan
The plugin cannot work in typescript. We need to add a type declaration here, like this: ``` // types/index.d.ts import { PluginFunction } from "vue" // See https://www.w3schools.com/Jsref/met_win_open.asp export interface...
close #12
- export function `htmlToPaper` for using plugin without mixin, we can use it in JS file now - epxort function `setOptions` for change options dynamically close #22 #25
### Describe the bug Using `useData` with asyn components results in an error: `Error: vitepress data not properly injected in app.` ### Reproduction To replicate the issue, follow these steps...
The window field was introduced in tutorial 1 but was not mentioned in the subsequent tutorials. As I'm still a beginner, please feel free to correct me if I've misunderstood...
### Environment **Operating System:** Linux NixOS **Version / Commit SHA:** fVDB **Other:** gcc 10.5.0 ### Describe the bug I'm trying to build fVDB with CUDA 12.2, but the build fails...
The `rustPlatform.fetchCargoTarball` function is going to be deprecated in 25.05. However, we are still recommending fetchCargoTarball (ranking it before `importCargoLock`). To align with future changes, we should stop recommending or...
How can I catch an cuda OOM (Out of Memory) error when trying to allocate a very large VDB using `wp.Volume.allocate_by_tiles`? ``` Warp CUDA error 2: out of memory (in...
## Problem The current task list output is not column-aligned, which makes it hard to visually scan — especially with variable-width fields like task ID, priority, and date/time. This becomes...