evbo

Results 191 comments of evbo

The problem is how ImageTarget gets constructed. So, to save it from crashing you need to pass it a URL (not relative image path like you do in sikuli IDE)....

what about letting mypy look in any subdirectory?: >"mypy-type-checker.cwd": "${workspaceFolder}/*", "mypy-type-checker.reportingScope": "workspace", "mypy-type-checker.preferDaemon": true

oh sorry, well it works too though :)

would there be a way to express: `for any field in this struct of type String, validate its length > 0?` That's almost what I thought [this doc](https://bon-rs.com/reference/builder/member/with#generics) was describing...

@erpapa your fork does not work for Sequoia 15.1.1 Any chance you know a way?

@erpapa fyi "Gamepad Mapper" in the Apple Store correctly maps Xbox one S controller to mouse/keyboard input on Sequoia 15.1.1 So that tells me Enjoyable does have some kind of...

I just tried using this crate and it produced an empty report.json. @TimonPost this is such a cool idea, how can we make this tool work? To clarify, I can't...

For the next person wondering, this has since been implemented in the default `init`: ```rust let mut terminal = ratatui::init(); ``` Per doc string: > /// This will create a...

so these docs should probably get updated to: https://ratatui.rs/recipes/apps/panic-hooks/