-
Updated
Jun 21, 2021 - Shell
compliance
Here are 337 public repositories matching this topic...
-
Updated
Jun 25, 2021 - Python
-
Updated
Jun 24, 2021 - Shell
-
Updated
Jun 24, 2021 - C
This requires just some small improvements, the error itself being harmless, but annoying.
$ immuadmin-090 login immudb
ERROR 2021/01/28 09:46:25 Couldn't discover absolute path
ERROR 2021/01/28 09:46:25 getwd: no such file or directory
Password:
logged in
$immuadmin-090 is just a sym link:
$ which immuadmin-090
/home/{user}/apps/bin/immuadmin-090
$
$ ls -
Updated
Jun 24, 2021 - Go
The command exist test always returns true regardless of if the command is invalid.
Describe the problem
On Windows, we want to test if a command/cmdlet exists before running it. However, the 'command().exist?‘ test always returns true no matter what command t
-
Updated
Jun 25, 2021 - C
-
Updated
Jun 25, 2021 - Go
-
Updated
Jun 25, 2021 - Python
-
Updated
Sep 12, 2018 - HTML
The current version has several regex warnings.
The work consists in:
- collecting the wheel and sdist craft the ABOUT files and creating a PR to add the latest NLTK in https://github.com/nexB/thirdparty-packages/tree/main/pypi
- update the setup.cfg and requirements.txt
- run the copyright tests, fix the code until all tests pass. Submit a PR early would be good.
`make install`
We should make it easier to install this plugin.
-
Updated
Jun 23, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Jun 25, 2021 - XSLT
-
Updated
Jun 13, 2021 - Go
Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.
To Reproduce
Please supply:
var status = ['ACTIVE']
NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.
Expected behavior
There should be one error log instead of dupli
-
Updated
Jun 8, 2021 - Go
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jun 18, 2021 - Python
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Description
In our continuous effort to automate Fossology workflows, we regularly check all uploads available on a given instance.
When the instance is under heavy utilization, listing all available uploads can consume lots of resources.
Having the possibility to filter the list uploads according to different criteria would help us a lot, e.g.:
- all uploads with clearing statu
-
Updated
May 3, 2021 - Ruby
-
Updated
Jun 25, 2021 - Scala
-
Updated
Jun 4, 2021 - Python
-
Updated
Jul 30, 2020
Improve this page
Add a description, image, and links to the compliance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compliance topic, visit your repo's landing page and select "manage topics."
Would love to see support for the
strings.Repeat(s string, count int) stringgo function within OPA's built-in functions.I am using the output of the
walkfunction to create "fingerprints" of highly nested objects and need to output a list of strings for all paths. I have a work arounds, but this would be much cleaner if the Repeat function were added to builtins.Expected Behavior