Asuna

Results 157 comments of Asuna

> I think we can add more documentation for the unittest for [`firrtl.c`](https://github.com/llvm/circt/blob/09f07f5a601a264d69bf6d1c65fcd9a6b067497e/test/CAPI/firrtl.c#L86)? and provide a link to the panamaconverter usage from chisel. IMO, the test doesn't really need to...

As a first thought, I was tried to omit the explicit `ErrorHandler::new` calling by accepting a generic type `F` where `F` has `Into` impl if user is passing a closure...

I have changed the `ErrorHandler` to store `Arc

> Work as expect, please check your RSSHub instance. @cscnk52 The official instance is also down, check it https://rsshub.app/bilibili/user/dynamic/2267573. If it is working on your instance for now, I think...

/test ``` /bilibili/user/dynamic/2267573 ```

/test ``` /bilibili/user/dynamic/94742590 ```

Okay, I did some experiments and found that they seem to have added validation to every requests URL **for guests**. To prove this, you can open devtools and copy the...

@cscnk52 Sorry I may not have made it clear - this error only occurs if the user doesn't provide their own account cookies, and instead RSSHub automatically obtains guest cookies...

@uenoku Thanks, that's very helpful! I'm gonna implement a new op for `fopen` for Chisel, and add a new optional operand for `printf`.

> Is the motivation for this to write to specific files or to select between stdout/stderr? The fundamental motivation for this is to enable the SystemVerilog generated by Chisel&CIRCT can...