Filip
Filip
Don't know if it's an update issue or what but bytes aren't the only problem. textract: ``` 91. Registration number is the official set of numbers and letters shown on...
Resolves #441, #772 and #975 This line of code does nothing? and it's preventing undetected-chromedriver from working on AWS Lambda:  I have made a minimal working example with this...
The title sums it up but I don't know how to properly access the file manager after installing this package it doesn't work out of the box because it installs...
**Is your feature request related to a problem? Please describe.** I believe the Docker image over at https://hub.docker.com/r/swacli/static-web-apps-cli is bloated and takes too long to pull since it contains full...
Have you thought about putting something like this, which would make this functional out of the box? ``` chrome.get(event.get("target", "https://example.com/")) ``` Maybe even something like this to use this setup...
"Fixes" #337
#### Is your feature request related to a problem? Please describe. docker-compose cp can copy files/folders between a service container and the local filesystem podman-compose seems to not have this...
### Is your feature request related to a problem? Please describe. Yes, if a user makes a lot of gists then the data about what are their top languages becomes...
in Gitman v3.7, if you use only the "repo" parameter and leave out "name" in a `.gitman.yml`, you may end up with a stripped name... for example given this configuration...
Consider having the following gitman.yml file ``` location: . sources: - repo: https://github.com/filipopo/gitman-issue-files rev: main sparse_paths: - a/ - c ``` You'd expect that only a and c get cloned...