Nate Silva
Nate Silva
When installing on a Mac that does not have a `.zshrc` file yet, Eclectica fails with an error: ```shell % ec -r node@12 langauge: node version: 12.16.1 > open :...
## Summary In the `list_files` challenge, the instructions say: > \# List all of the files in the current > \# directory, one file per line. The expected response is...
Symbols can be used as property keys, but they are ignored. ```javascript const merge = require('merge'); const mySymbol = Symbol('mySymbol'); const x = { value: 42, [mySymbol]: 'hello' }; console.log(x);...
Symbols can be used as property keys, but they are ignored. ``` const merge = require('merge-deep'); const mySymbol = Symbol('mySymbol'); const x = { value: 42, [mySymbol]: 'hello' }; console.log(x);...
### Description We are trying to stub a function that accepts as an argument a very large/deep object. The specific function is `graphql(schema, …)` where the first argument is a...
### Please answer the questions below, it helps us to track the issue. 1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 5.7 2. Which...
PR to fix #14
### What version of Turborepo are you using? 1.4.3 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Windows...
The Panic Nova IDE supports LSP: https://docs.nova.app/api-reference/language-client/
I am using this language server with the Sublime Text LSP plugin. Does this expose the TypeScript “Organize Imports” functionality? If not, I would love to have that feature. Currently...