canxin
canxin
fix clear residual listeners, close #8916 I noticed that in v1, `js_listeners` were stored on the frontend, so refreshing the page cleans up the original `js_listeners` (note that this doesn't...
### Describe the bug The following js code listens to an event in the useEffect and unlistens the event when the side effect is removed(when refreshing page). It works fine...
## Platform Windows This bug seems to be platform related, because ctrlc has different behavior in unix and windows, and the start function has different definitions for win and unix....
适配discord的文,图,mention,reply
### Describe the bug ```rust use std::{future::Future, pin::Pin}; #[flutter_rust_bridge::frb] pub struct A(); impl TraitA for A {} #[flutter_rust_bridge::frb] pub trait TraitA { fn do_something(&self) -> Pin>, >, > { //...
The readme example below can't work with dart_eval: ^0.7.9. ```dart import 'package:dart_eval/dart_eval.dart'; void main() { final compiler = Compiler(); final program = compiler.compile({'my_package': { 'main.dart': ''' import 'package:my_package/finder.dart'; void main()...
close #209 I bypassed this error by adding a new attribute 'bin_name' to specify the executable file name in the file path when creating the symbolic link.
I can convert a Circuit instance into string FIRRTL code using Serializer.serialize(circuit). So, how can I do the reverse: parse FIRRTL code (or a file) back into a Circuit instance?...
## Reproduction Minimal program (user_code only): ```asm li x17, 1 csrrs x18, cycle, x17 csrrs x19, instret, x17 ``` ## Issue - Expected: `cycle` and `instret` are read-only CSRs; `csrrs`...