Rajinder Yadav

Results 25 issues of Rajinder Yadav

When I add this module the following code stop working and breaks with an error. No matter what I try to set, styleUrls: ["src/app.scss"] I can't get things to work?...

Getting this error on Linux. I am using NVM. ```bash html: $ devtools-terminal /home/yadav/.nvm/versions/node/v7.2.1/lib/node_modules/devtools-terminal/node_modules/socket.io/lib/store.js:35 Store.prototype.__proto__ = EventEmitter.prototype; ^ TypeError: Cannot read property 'prototype' of undefined at Object. (/home/yadav/.nvm/versions/node/v7.2.1/lib/node_modules/devtools-terminal/node_modules/socket.io/lib/store.js:35:41) at Module._compile...

**Describe the bug** `vue add apollo` fails with an error. **To Reproduce** Steps to reproduce the behavior: 1. create a simple app using vue 3 CLI 2. cd into project...

I've got this to work using Postman, however the following code generates a JSON parse error? ## Code ```js const graphql = require('graphql.js'); const graph = graphql('https://api.github.com/graphql', { method: "POST",...

The FE code build fails, with the following errors on Linux. ``` npm ERR! g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/home/yadav/.node-gyp/16.14.0/include/node -I/home/yadav/.node-gyp/16.14.0/src...

Plugin version: 7.0.1 Platform: Linux The wrong ctor is created when trying to create for inner class Product, also the indentation are off, see code below. Other issues 1. I...

I am unable to run this extension, it was working before. So I tried to reinstall it and same error. ![snap-34](https://user-images.githubusercontent.com/439226/111041844-52e0c880-8408-11eb-96e1-a923903becc6.png)

On Linux: When I do `nvm ls`, it will hang or never return to a terminal prompt and will keep printing "$" but not allow command to be entered. In...

Type: Bug When searching for Symbols in workspace, IDE will show duplicates. Open a Java source file, then perform a Symbol lookup in the workspace. Search for "ArrayList" and you...

bug

Type: Bug Java project does not auto-build with devtools for SpringBoot app. I also have enadled "Java > Autobuild" from setting. You can find a sample project here to test...