Stefanhg

Results 16 issues of Stefanhg

Hello, First of all FINALLY i found a tool that does what i want. Been searching a lot for a tool like this. Second. I would like to request support...

enhancement

Hello, The buttons are very tiny on my screen(2560x1440). Is it possible to scale them with your resolution and also scale them with a setting in Settings menu?

enhancement

Hello, Our system sadly relies on tip of bcrypt and in this case the new release breaks when you do `import bcrypt` Can anyone fix this? I don't know what...

Since issue https://github.com/lepisma/pipwin/issues/65 is not resolved yet I am questioning if the website will ever get up and running again. Anyone knows if this package is dead?

Three fixes. #60, #61 and a problem i found while testing with pytest where it uses tmp_path which is a WindowsPath instead of a string.

Hello, I am looking into updating the testcases for Windows support. While doing so, I am looking at the sendeof function and in Windows EOF is not supported so is...

**Describe the bug** When executing terminal commands the command_with_path = shutil.which(self.command) breaks Windows support **To Reproduce** ``` import shutil shutil.which("cd") shutil.which("help") ``` **Expected behavior** cd command will return nothing because...

I was looking though the testcases and all of them uses linux commands which is ironic since this library is designed for Windows. They should all be converted to work...

**Describe the bug** Hello, I was working on some tests and then transferred them to a new computer. After transferring i cannot spawn my object. I went back to 101...

Hello. I've been struggling with figuring out why the heck my ILI9340 and ADS1220 wouldn't go nice together. It took A LONG time to figure it out but i realized...