Shengy

Results 5 issues of Shengy

## Short Description Detect licenses of dependencies too. ## Possible Labels [dependencies](https://github.com/nexB/scancode-toolkit/labels/dependencies) [improve-license-detection](https://github.com/nexB/scancode-toolkit/labels/improve-license-detection) - new feature ## Select Category - [x ] Enhancement - [ ] Add License/Copyright - [...

new feature

- PyTorch-Forecasting version: 1.0.0 - PyTorch version: 2.3.0 - Python version: 3.9 - Operating System: Mac OS Sonoma - Numpy version: 2.0.0rc ### Expected behavior from pytorch_forecasting.utils import autocorrelation ###...

For instance I'd like to flag GNU/ GPL licenses in my dependency. Right now --fail-on fails on the _first instance_ of a dependency that uses GNU/GPL license. The only way...

enhancement

I followed here and did the following: https://mapnik.org/pages/downloads.html First this ``` python3 ./scons/scons.py configure ICU_INCLUDES=/opt/homebrew/opt/icu4c/include ICU_LIBS=/opt/homebrew/opt/icu4c/lib HB_INCLUDES=/opt/homebrew/opt/harfbuzz/include HB_LIBS=/opt/homebrew/opt/harfbuzz/lib BOOST_INCLUDES=/opt/homebrew/opt/boost/include BOOST_LIBS=/opt/homebrew/opt/boost/lib ``` Then this ``` python3 ./scons/scons.py install -j8 ``` And...

Hi, I tried downloading some data with `LongHorizon.download(directory="data")` but the resulting zip file downloaded seems corrupted. The content of the zip file says: ``` AccessDeniedAccess DeniedXNATJWZGWH8APTJ7uRYPl3KyFFrt+vRBUZXO3bjIiU6swhdUVlKky1/8WtKq9vi78+6so1D8ysIDk/BajixQlhuyfA+UnGZ9sV3rQtnLhKaMVHt/ ``` Does anyone know...