Jan Gazda
Jan Gazda
Once Covers has been downloaded and stored in `ePSXe/covers` program just checks that folder and you can rename the file to match different Serial number. So ePSXe seems to work...
Okay, gimme some time to prepare examle workflow and once that done I'll update this issue.
@RobLoach My second thought was to find good alternative to the covers if there is a need to download them to the local computer, because storing binary data in `git`...
@karina-klinkeviciute From 10 minutes look at `model_bakery` I think that factory boy API is much more intuitive to use. @rbarrois Speaking of intuitive API I do not like the Faker...
@garyelephant You can just use [black](https://github.com/ambv/black) to make it compliant.
@stevemac007 @marsam I'm a bit late for the party but, It is a quite common practice to include tests in your package, however including tests in a PyPi package can...
@ssemyonov This is a known issue. To replace provider without resource replacement you can run this: `pulumi up --target 'urn:pulumi:stekz::iam::pulumi:providers:aws::MyNewProvider'` - replace urn with your changed provider urn
@gertvdijk Did the #117 fix this error https://travis-ci.org/jans-forks/vcrpy/jobs/491864771#L834 ``` server hit an exception serving request: EOF occurred in violation of protocol (_ssl.c:1748) ```
Thanks, that was kind of an effort and answer I wanted. I just did not want to dive into something what is already solved.
@invariant Is it possible to disable horizontal scroll entirely? I find it an extremely annoying feature.