-
Hi,
I am using Ansible to provision my dev environment via gantsign.visual-studio-code, I often rerun provisioning when making changes and updates but unfortunately **vscode-bookmarks** fails if t…
-
Issue Type: Bug
I used to be able to attach to a Docker-base Node.js debug instance with the following launch config:
```
{
"type": "node",
"request": "attach",
…
-
#### Ombi build Version:
V 3.0.3587
#### Update Branch:
Master
#### Media Sever:
Plex
#### Media Server Version:
3.57.1
#### Operating System:
Windows Server 2012 R2.
…
-
The powershell integrated windows is always crashing!
I use it to test my Azure scripts, and debug my scripts, but everytime it just hangs forever, and even when I stop the debugger it keeps haulting…
-
Hey,
I have a problem with accessing the modules from the ubuntu ip. Each container is up and running, with ports opened, i also opened the ports from firewall but i can not access them.
Here ar…
-
Hi,
i get to see a strange behavior when it comes to the display of a class docstring in the swagger UI.
The first Docstring where it occurs looks like this :
"""
This is a Filter Endpoint. I…
chgad updated
6 years ago
-
Hi there,
file position wrong when i open floder routes, the floder is deep in my workspace.
![image](https://user-images.githubusercontent.com/19400528/34434439-1df09506-ecc1-11e7-897d-091a40bdc4de…
xieyx updated
6 years ago
-
New editor defines "Sibling values are not allowed alongside a $ref." as a Semantic Error as the previous one defined it as a Warning.
I think that put a comment for a $ref is not a semantic error…
-
I used the command line `swagger-to-graphql --swagger=./swagger.json > out.graphql`
I cannot share the swagger.json as it is internal APIs. I could share a snippet if you could point me to where the …
-
If I use the following code:
```
const express = require('express');
const app = express();
var graphqlHTTP = require('express-graphql');
var graphql = require('graphql');
var graphQLSchema = …