stackfun

Results 6 comments of stackfun

While working on a PR for this, I noticed that all conanfiles generated by `conan new` have imports that are not compatible with conan 2.x. Would you recommend that I...

We implemented a workaround in the `pre_upload` hook, we basiclaly dynamically set the CONAN_COMPRESSION_LEVEL based on the size of the package folder. Also looking forward to using the [metadata](https://github.com/conan-io/conan/pull/14660) feature...

Two use cases related to this: 1) we want to quickly visualize the dependency graph of any package given its full package reference without having to download the recipes into...

Or additional features related to lockfiles which will make developing such a bot easier. For example, [npm outdated](https://docs.npmjs.com/cli/v8/commands/npm-outdated) which does a bit more than the extension you shared. I'm personally...

We ended up creating an internal tool for this. Our bot requires a conanfile and the list of profiles the team builds against. On a configurable shcedule, it creates the...

If your conanfile had version ranges like `pkg/[^2.0.0]`, then the approach to update the lockfile instead of the conanfile may work too. In this way, updating the major version will...