fhg-isi

Results 18 comments of fhg-isi

Nope. For the time being I use the manual approach of a list of allowed licenses: https://github.com/fraunhofer-isi/micat/blob/main/front_end/check/check_licenses.js https://github.com/fraunhofer-isi/micat/blob/main/.github/workflows/front_end_license_check.yml

* Index could be accessed without resetting the data_frame (e.g. df.index.values) ? * Type of index could be checked ? If its not RangeIndex, consider it as explicit index ?...

Please improve the display of the error message: ![image](https://github.com/nomic-ai/gpt4all/assets/76424482/ff842fcb-a150-443b-83d4-0af62de25c31) Download did not work for me from within the GUI, not on Windows and not on Ubuntu. Manually downloading the file,...

Related https://github.com/JetBrains-Research/snakecharm/issues/25

I asked here https://github.com/OfficeDev/office-js-docs-pr/issues/4304 to update the documentation at https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/excel-quickstart-jquery?tabs=yeomangenerator#create-the-add-in-project to not list "Node.js (the latest LTS version" as a prerequesite. Furthermore, Linux does not seem to be supported and...

I tried to use it in a script, to maybe filter the output. However, its passed as a string and that does not feel as the way to go. ```...

As for the alternative, just saw the --ignore-licenses option: https://github.com/FHPythonUtils/LicenseCheck#help and tried to apply it to add Zope Public License to the white list. However, following settings do not seem...

>Hopefully the ignore-licenses has been fixed Nope. But ignoring the individual package(s) that use that license worked as a workaround.

Thank you very much for the fast answer. I tried to enable Experimental language support in the already installed version. Now I get the expected menu option. However, the test...

Ah. I misinterpretet the meaning of the option. I selected the `src` folder. But it should be the `test `folder, I guess. Maybe a better name would be "Test destination...