-
Updated
Apr 13, 2022 - Shell
compliance
Here are 410 public repositories matching this topic...
Quickstart review
- Missing information on how to create other databases
- Missing information on how to switch to other databases
- When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
- The last long query example in the quick start is incorrect (incorrect
The MISCELLANEOUS top-level section in the docs navigation has grown organically over time. It feels like it's time to reorganize the content under MISCELLANEOUS that it's easier for people to find and more consistent.
Here's my proposal for where the conten
-
Updated
May 1, 2022 - Shell
-
Updated
Apr 27, 2022 - Go
-
Updated
Apr 30, 2022 - Python
Hello! Trying to write a provider based check to ensure that only certain AWS regions are being specified in Terraform. For testing, to ensure that I generally understand how the BaseProviderChecks worked, I pulled over this check below from the Checkov code and tried running it against my plan file.
import re
from typing import Dict, List, Any
from checkov.common.models.enums import C
-
Updated
Jan 17, 2022 - C
-
Updated
Apr 30, 2022 - C
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
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
-
Updated
Apr 29, 2022 - Shell
-
Updated
Sep 12, 2018 - HTML
`make install`
We should make it easier to install this plugin.
-
Updated
Apr 21, 2022 - Python
-
Updated
May 1, 2022 - TypeScript
-
Updated
Apr 21, 2022 - Go
-
Updated
Apr 28, 2022 - XSLT
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
Mar 24, 2022 - Go
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Apr 12, 2022 - JavaScript
I think the lines in the following documentation are somehow not in correct order. Maybe chunks were added between multi line statements. Especially import_str: is broken.
-
Updated
Apr 26, 2022 - Python
Description
The /info API returns the fossslogy version as unknown when the sever is running from docker.
