-
Updated
Jun 3, 2021 - Shell
compliance
Here are 336 public repositories matching this topic...
-
Updated
Jun 7, 2021 - Python
-
Updated
Jun 5, 2021 - Shell
-
Updated
Jun 1, 2021 - C
What happened
Output generated from immuclient commands includes an additional blank line
e.g.
> ./immuclient set k0 v0
tx: 1
key: k0
value: v0
hash: 6930a890518dad8804ffcee19d0c0759c4a31040612db8ea12beb7f7231047a0
>
What you expected to happen
>./immuclient set k0 v0
tx: 1
key: k0
value: v0
hash: 6930a890518dad8804ffcee19d0c0759c4a3104
-
Updated
Jun 7, 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 7, 2021 - C
-
Updated
Jun 1, 2021 - Go
-
Updated
Sep 12, 2018 - HTML
-
Updated
Jun 7, 2021 - Python
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 5, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Jun 7, 2021 - XSLT
-
Updated
Jun 7, 2021 - Go
-
Updated
Jun 7, 2021 - Rust
-
Updated
May 26, 2021 - JavaScript
-
Updated
May 17, 2021 - Go
-
Updated
Jun 6, 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 7, 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