Jonathan Cammisuli

Results 12 issues of Jonathan Cammisuli

**Description:** Trying to load a plugin that has this configured, fails on IDEs 2022.2+ (it will work with 2022.1 though). **Steps to reproduce:** * install this lsp (sorry it's with...

Type/Bug

## Current Behavior Nx cache uses fast-glob, fs, and execSync to manage cache. (Finding what's needed to cache, copy and remove) ## Expected Behavior Nx cache uses rust utilities to...

## Current Behavior If we're on a system that does not have native support, nx report will still try to build the project graph. Because some dependencies for the project...

## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #21700

This adds `PSEUDOCONSOLE_INHERIT_CURSOR` as a flag for `CreatePseudoConsole` There's some remarks in the Microsoft docs([learn.microsoft.com/en-us/windows/console/createpseudoconsole](https://learn.microsoft.com/en-us/windows/console/createpseudoconsole)) about handling the cursor, and I'm not sure if we need to handle that in...

Given this structure: ``` #![deny(clippy::all)] use napi::Either; use napi_derive::napi; #[napi(object)] pub struct InputsInput { pub input: String, pub dependencies: Option, } #[napi(object)] pub struct ProjectsInput { pub input: String, pub...

Based on the documentation, it appears that napi has official support for, macOS, Windows, Linux, and FreeBSD. Sunos, netfsd, openfsd, linux-ppc64 (basically all other platforms that node supports), the generated...

## Current Behavior File sizes are not included in the project graph ## Expected Behavior Files sizes are now stored in the file archive file, and then appear in the...

## Current Behavior ## Expected Behavior ## Steps to Reproduce ### Failure Logs / Images / Videos ### Environment - Nx Console version: - VSCode version:

type: bug

## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #