Adam Wallner

Results 12 issues of Adam Wallner

about "usleep" and "clock_gettime"

Unsigned integer cannot be negative

**Describe the bug** I'm trying to run javascript with doJavaScript, but i t throws a com error. **To Reproduce** Just run the example: https://loonghao.github.io/photoshop-python-api/examples/#eval-javascript **Desktop (please complete the following information):**...

I read the issue #7, and found a workaround to that. There were an answer suggesting to kill Karabiner then restart it (https://github.com/damieng/setledsmac/issues/7#issuecomment-375844299) . I found that you can disable...

- Default shell is /bin/sh because a lot of container has no Bash installed - New Dockunit parameter for container shell

On my Hyundai Ioniq (on version 210111) sometimes long pressing buttons stopped working. I think the OOM killer just killed the service. I've modified the service to restart itself after...

I'm using `Brownie` for smart contract development. If I use `interfaces` folder to store interface, the file should look like this: ``` @nonpayable @external def onERC721Received(_operator: address, _from: address, _tokenId:...

**Describe the bug** In the latest version if I use underscored attributes, which are private attributes, when I try to use them like `self._private_attr`, the IDE shows `Unresolved attribute reference`...

ESORM is a feature rich ORM based on Pydantic. Because of this it is very good for FastAPI. I'm the author of the project.