Dan Stewart

Results 17 comments of Dan Stewart

Also fixes #308

https://github.com/hajimes/mmh3/issues/32

Looks like it, do you maybe need to remove the `depth` value? `xwininfo` output for another failing example: ``` xwininfo: Please select the window about which you would like information...

I can't find a definitive answer of what the `depth` value actually means. Found a few forum posts using at as color depth but I don't think that's correct. Testing...

It does seem to be roughly correct, I put the area chooser at the bottom of the screen. xwininfo: ``` Absolute upper-left X: 2270 Absolute upper-left Y: 810 Relative upper-left...

After some further testing maybe this isn't what is needed. Some tests with a window aligned to the bottom of the screen: Nautilus (Gnome Files) ``` Absolute upper-left X: 2075...

For anyone else trying to use this with RDS IAM authentication, the command should look something like this: ```shell mycli -h127.0.0.1 -u$user --password="$token" -P$local_port --ssl-verify-server-cert ```

I'm having a similar issue but instead of a 502 it's a 429 (Too Many Requests) from Google. The part that's confusing me is that piped doesn't try to load...

Thank you! Heads up for anyone else using the VS code extension you will need to set your ruff path: ``` "ruff.path": ["./.venv/bin/ruff"] ``` Looks like the extension has it's...

Thanks, that's much better.