Noah

Results 58 comments of Noah

@Davidy22 Yes. The pip and pipx installs fail in the same way, trying to find the `gschemas.compiled` file(s). (I was sorta wrong in my last comment with pipx) ### Install...

@darrenburns Catching BrokenPipeError seems to work fine for me (on Ubuntu 20.04). I did have to move the try-except from the `if __name__ == "__main__"` block in `dunk.py` into the...

Hey @swaroopg92, I'm willing to take this on. The main thing I would need help understanding is what the differences are between `.width0`, `.width_c`, `.width`, and their height equivalents. I...

Hi! I'm willing to contribute one or more of these puzzle parsers. When I can allocate some free time, I'm thinking of adding Heyawake, Slitherlink, Tents, and/or Fillomino. - Are...

@swaroopg92 Good to know! I'll use that list when I get back to adding more.

For those who want to support more of the puzzlink puzzles, here are some tips and things to remember: - To figure out how puzzle variants are encoded in their...

@swaroopg92 One issue I can think of with the complex answer checks is: are the selections in disjunctive normal form ({A and B} or {C and D}) or conjunctive normal...

@rtivital This is the same bug as described in a [discord post](https://discord.com/channels/854810300876062770/1011822252611883038). Setting `useFsAccessApi` to false does resolve the issue (I use Ubuntu 22.04 as well), but it has some...

@StewAlexander-com How is it installed, pipx install, built from source? And what is the output of `guake --support`? (assuming it doesn't error as well).

Just to cover all the bases, make sure you have all of the system packages installed [listed in the docs](https://guake.readthedocs.io/en/latest/user/installing.html#install-from-pypi). That error sometimes happens when you have multiple versions of...