Peter Gardfjäll
Peter Gardfjäll
The most recent version of `garminexport` (`0.4.1`) can optionally be installed with support for circumventing Cloudflare's bot challenges like so: ```bash pip install garminexport[cloudflare] ``` Does that solve your problems...
I really like this mode and I'd love to see this feature as well!
Has there been any progress on this issue? I'm facing the exact same issue as described here: http://stackoverflow.com/questions/19815748/sshj-and-the-maven-shade-plugin That is, I'm trying to create an executable jar file with the...
Would really love to see this!
The machinery for replacing the application container was implemented in https://github.com/telepresenceio/telepresence/pull/3330. > This PR adds changes to the agent injector and traffic manager to enable the creation of intercepts that...
Update: I have found a couple files from the Apache Camel project that really pushes `scancode` to its limits. - [camel-sbom.json](https://raw.githubusercontent.com/apache/camel/camel-4.1.0/camel-sbom/camel-sbom.json): this took `6m27s` for scancode to scan and it...
It should be noted that the https://github.com/nexB/scancode-plugins/tree/main/misc/scancode-ignore-binaries plugin (offering an `--ignore-binaries` cli flag) appears quite useful to avoid some of the problematic files mentioned above.
https://github.com/AndreaCrotti/yasnippet-snippets/pull/455 and https://github.com/AndreaCrotti/yasnippet-snippets/pull/460 are two steps in the right direction.
Any plans to address this? Seems like a logical (?) and simple feature to implement. Termination provides no means for the code to properly clean up. As an example, I...