Bree Hoffman
Bree Hoffman
I installed SequencePlugin for a large kotlin project. Obviously I can't use the plugin, but this didn't change the fact that Intellij began hogging CPU resources. I am not going...
Getting: ``` ImportError: `diffusers` requires transformers >= 4.25.1 to function correctly, but 4.21.3 was found in your environment. You can upgrade it with pip: `pip install transformers --upgrade` ``` System:...
npm version: `8.10.0` node version: `v16.16.0` I'm trying to run this inside a docker container as root. ``` /workspace # npx docusaurus-protobuffet-init init service Triggering @docusaurus/core project creation. Generation of...
This repo has no license, other [libyear](https://libyear.com/) libraries listed indicate either `GNU General Public License v3.0` or `Apache License 2.0`. It would be nice if there was something in place.
## What Add a flag `maxTransitiveDepth` to allow folks to only get the libyears of the "root" dependencies they define in their project, or a X levels of transitive dependencies....
This gets output in `build/reports/libyear/libyear.json`: ``` { "collected" : [ { "module" : { "version" : "1.9.20", "name" : "kotlin-stdlib-jdk8", "module" : { "group" : "org.jetbrains.kotlin", "name" : "kotlin-stdlib-jdk8" },...
## What Add a configuration `excludeProperties` which is a set of strings. If any of these string are found in the `moduleVersion` of a dependency it will be ignored (case...