William Pietri
William Pietri
Thanks to @Zenconomy's [decoding of servers by location](https://github.com/wpietri/sucks/blob/master/protocol.md#location), we can now see that the current code doesn't support use in China. The automatic mapping between country and continent could also...
Issue #18 exposes another problem. The creation of a new box failed while running the user-data script. But the working VPN was killed anyhow. Is there some way for it...
In the 0.3.1 release version, the `clear_pattern` call fails with `NameError: name 'write_pattern_line' is not defined` on this line: ``` rc = write_pattern_line(self.dev, 0, 'black', i ); ``` This is...
I love this project! I've only had my Stream Deck for a couple of days, but it's already making my life better by letting me do common things instantly. The...
A docs improvement I'd find useful is an example of how to test this properly. For some tests I can mock the state_persistence objects. But I want to be sure...
For observability reasons, we'd like to log the age of cached elements when we use them. I was thinking of wrapping DiskCache so that we put the store time into...
This inspired by a discussion: https://github.com/pytest-dev/pytest/discussions/12748 #### What's the problem this feature will solve? We have a project that's about a different kind of test. We have a lot of...