Michael Arndt
Michael Arndt
Ok, thanks for clarifying! Martin Kleppmann ***@***.***> schrieb am Do. 15. Sept. 2022 um 12:35: > Hi @MeneDev , unfortunately the patch > callback is called after the internal state...
I just had the same error, and I accidentally stubbed the same call that I wanted to verify. Do you execute something like ```kotlin every { method1(any()) } returns …...
No, I don't. My current plugins are * Admonition Panels * Awesome Links * Block to page * Move Block * Journals calendar * Markdown Table Editor * logseq-mermaid-plugin *...
Just tried with NAPS2 7.5.3+46c5b271e7ea10fdec210c74e564d923f141d5c5 When I run `naps2.console --listdevices --driver sane` `cat ~/.config/naps2/errorlog.txt` contains ``` 2025-02-11 11:46:54.6627 43205 An error occurred that caused the console application to close. NAPS2.Scan.Exceptions.ScanDriverUnknownException:...
Ah, thanks for the quick response, that makes sense! I think you made a mistake in the update though: ```dart @freezed class ResultData extends Result with _$ResultData { Result._(); //...
That does it, thanks!