-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Module specific issue
- [X] I confirm that this issue is about this AVM module and not aboā¦
-
Application:
PK-SimĀ® 11.1.137
Object reference not set to an instance of an object.
Stack trace:
```
at OSPSuite.UI.Mappers.PivotGridCellsToDataTableMapper.c__DisplayClass14_0.b__0(PivotGridFā¦
-
Define a standard package.json structure for Lens extensions. The below example contains mandatory fields with example content:
```
{
"name": "@k8slens/extensions-sample",
"version": "0.0.1"ā¦
-
## Overview
Hi there, not sure if it's a bug, or a feature request... please advise thank you!
## Steps to Reproduce
1. Enable clipboard clearing after X seconds
2. Create an entry, generate a pā¦
-
```
Error executing Lua callback: ...rt/telescope-makefile/lua/telescope/_extensions/make.lua:51: attempt to call field 'merge' (a nil value)
stack traceback:
...rt/telescope-makefile/lua/tā¦
-
I would like to know if there is a way we can create two policies which are dependent. for example,
I am trying to check flux configuration add-on enabled or not and also whether its properly appliā¦
-
# Summary
On ArgoCD `v2.9.6+ba62a0a` I'm trying a policy.csv rbac config like so:
```
p, *, applications, sync, */*, allow
```
to allow any logged in user (via [Google Auth](https://argo-cdā¦
-
Reporting the FP as per https://www.zaproxy.org/faq/how-do-i-handle-a-false-positive/
ZAP is triggering the path traversal alert which is a false-positive.
The request is to the login form and ā¦
-
**Describe the bug**
If user has file extensions enabled and decides to rename a file via Anamnesis it will add a duplicate extension at the end of the name unless user decided to remove original extā¦
-
I'm writing a graphql endpoint using fastapi and strawberry. Because I'm liking wireup, I would like to do something along these lines:
```python
@strawberry.type
class Mutation:
@strawberā¦