Zijing Zhang

Results 35 issues of Zijing Zhang

## Reproduction ``` pnpm i pnpm tauri dev ``` ## Error detail ``` error[E0599]: no method named `hidden_title` found for struct `WindowBuilder` in the current scope --> src-tauri\src\cmd\general.rs:77:10 | 68...

Reproduce example: ``` package main import ( "bytes" "fmt" mathjax "github.com/litao91/goldmark-mathjax" "github.com/yuin/goldmark" "github.com/yuin/goldmark/parser" "github.com/yuin/goldmark/renderer/html" ) func main() { md := goldmark.New( goldmark.WithExtensions(mathjax.MathJax), goldmark.WithParserOptions( parser.WithAutoHeadingID(), ), goldmark.WithRendererOptions( html.WithHardWraps(), html.WithXHTML(), ), )...

Hi SpinalHDL Developers, I propose enhancing the `report` function to include source location (file path and line number) in its output. **Motivation** Modern IDEs allow clicking terminal logs to jump...

### Description This update introduces several test cases to validate the transaction conflict handling logic within the `TxGraph`. The tests encompass a range of scenarios including: 1. Simple cases with...

tests
module-blockchain