umbra3275
umbra3275
I haven't tried it when loading a save, I noticed it in normal gameplay
oh huh, and if the intimidate mon is in the left position, it doesn't trigger at all
oh! my bad I should have read further on the wiki, I hadn't known about the damage reduction
assuming [this](https://sylikc.github.io/pyexiftool/faq.html#i-m-getting-an-error-how-do-i-debug-pyexiftool-output) is what you mean by debugging steps and enabling logging, yeah. here's the updated script: ``` import logging import shlex, exiftool logging.basicConfig(level=logging.DEBUG) with exiftool.ExifToolHelper(logger=logging.getLogger(__name__)) as et: params =...
yes it does. i'm trying to find some links to share for debugging that are work-appropriate, but it's a rare situation On Wed, Jan 8, 2025 at 16:32 dangered wolf...
ah, here's one https://fxbsky.app/profile/mrjimmydafloof.bsky.social/post/3lh3bqqoqxk22
I'm assuming this is related. When embedding a bluesky post where the poster has quote-posted someone, but also has later blocked the original poster, no images get embedded (despite the...
I'm also having this issue, I believe. Is there a way to solve it without giving kanata root privileges? I'm trying to use the uinput setup as described in kanata/docs/setup-linux.md,...
okay update: user was part of both `input` and `uinput` groups, and after rebooting, directly specifying `linux-dev /dev/input/by-id/...` in `defcfg` in the config file worked. not sure why a reboot...
> > okay update: user was part of both `input` and `uinput` groups, and after rebooting, directly specifying `linux-dev /dev/input/by-id/...` in `defcfg` in the config file worked. not sure why...