Laurent Michel
Laurent Michel
I have the following vue component: ```vue {{ cart.totalGrossPrice }} import gql from 'graphql-tag' export default { apollo: { cart: { query: gql` query Cart { cart @client { totalGrossPrice...
GraphQL
Hi, Is it planned that you implement a GraphQL API to structr? Cheers
### SpecFlow Version: - [x] 3.7 - [x] 3.6 - [ ] 3.5 - [ ] 3.4 - [ ] 3.3 - [ ] 3.1 - [ ] 3.0 -...
Package Name: azure-mgmt-apimanagement Package Version: 3.0.0 Operating System: Windows 10 Python Version: 3.10 **Describe the bug** When I create an api subscription programmatically without specifying a scope explicitly, then I...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
**Describe the bug** It seems like it's not possible to run a function call while spinning. **To Reproduce** 1. define ```bash my_fun() { sleep 5 } ``` 2. run a...
**Is your feature request related to a problem?** Currently, you support kubernetes manifests, kustomize, and helm. I think it would be valuable to extend support for [timoni](https://github.com/stefanprodan/timoni).
* terrascan version: 1.18.1 * Operating System: Linux ### Description I have some terraform configuration which I want to scan. The configuration contains the following VNet configuration: ``` resource "azurerm_subnet"...
* terrascan version: 1.18.1 * Operating System: linux ### Description I am scanning a folder with a Dockerfile ``` # Dockerfile FROM python:3.8-slim-buster WORKDIR /app COPY requirements.txt requirements.txt RUN pip3...
#### What would you like to be added: I am using the following annotations when I deploy my nginx ingress controller on my AKS Cluster: ```yaml controller: service: annotations: service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path:...