Frederick Engelhardt

Results 33 issues of Frederick Engelhardt

Hi, Is there a way to configure the location of fnm's installation of node? This use case is related to developer tooling exclusions for microsoft defender. Having the option to...

When using a stream the response attempts to check the size. For files larger than 4GB this creates an error. ``` RangeError: Invalid string length at Array.join () at PassThrough.stream.getBufferedValue...

```ps Install-Module oh-my-posh -Scope CurrentUser -AllowPrerelease ``` Running the above script causes the following error output. ```ps A parameter cannot be found that matches parameter name 'AllowPrerelease'. At line:1 char:46...

## Description I am using [NVM](https://github.com/nvm-sh/nvm/blob/master/README.md) Whenever I start expo I have to run `rm -rf .expo` to remove the expo folder from the project to successfully start the expo...

stale

#### Steps to Reproduce Any stylesheet.create() object key click for type completion in vscode Example ``` const containerStylesRaw = { basic: basicContainer, center: centerContainer, } const containerStyles = EStyleSheet.create(containerStylesRaw) ```...

Hi, I'm trying to run a shell script to detect if you have `nvm` or `fnm` installed. The first case passes (in both solidarity and shell) if you have fnm...

# How does solidarity work for detecting that it is currently running on continuous integration? Do I need to pass a flag? Example `npx solidarity --ci` Also the question **Should...

### bug report Use case, I have two views with maps that need to 1:1 match each other. There is a parent view that uses overflow to cut off the...

Is there a way to prevent the generation of a git tag when running version? Example use case: Versioning all items in a release with a patch and then later...

Hi are there plans to add typescript type defs for this repo? Example error with a typescript file ``` Could not find a declaration file for module 'graphql-s2s'. ```