Patrick Mukherjee

Results 16 comments of Patrick Mukherjee

Ah, that is an interesting issue :) `scope=all` works for me as well, but `scope:all` does not! (Notice `=` vs `:`). `:` seems to be the syntax for the other...

Forgot to answer on your direct question: Yes, with `scope:all` the test query button showed the spinner for a while and just returned to show the label, without any results...

Oh, I just saw that my complete query works only as `scope=all wip:no state=opened`, but not `scope:all wip=no state:opened`. Is it string vs boolean? Or an unintended inconsistency?

Now in Version 11.0.4 (and maybe before as well) it does not work as intended. `scope:all` does not return any results, as described above, but `scope=all` does not return all...

Thanks! But it doesn't seem to work: The lifetime parameter is missing in the generated code: ``` // Codec=Dco (DartCObject based), see doc to use other codecs impl flutter_rust_bridge::IntoDart for...

Yes, I agree - I would not like unsafe code as well. Honestly, I think it might not be worth the effort. Probably modifying a Model to be shown in...

It still does not work for me - looks like a (setting?) file is missing. 2015-12-08 00:11:43.581 GammaTest[4778:1635401] enabled: 1 2015-12-08 00:11:43.591 GammaTest[4778:1635401] Lock status: 0 Assertion failed: (file !=...

Hi @uditrugman, maybe my sample project can help: https://github.com/patmuk/flutter-rust-bridge_crux_style In „app_core“ is the library - but written in rust. „shell_flutter“ is using this lib, within a flutter app. „shell_cli“ is...