Josh Friedman

Results 7 issues of Josh Friedman

## Description I am trying to setup SCSS AutoPrefixer in my Jekyll site. I believe I have everything installed correctly, and there are no errors logged. I have this in...

This pull request changes the URL check for http downloads. Rather than using the previous REGEX, it uses the URL constructor built in to JavaScript. The previous REGEX had some...

Currently if you try to download files into a subdirectory the directory separators are replaced with underscores. This is a result of #225 which fixed a security vulnerability involving the...

### Steps to reproduce 1. In output name for download, put `/subdirectory/file.txt` ### Expected behaviour File downloaded to `Downloads/subdirectory/file.txt` ### Actual behaviour File downloaded to `Downloads/subdirectory_file.txt` I believe this is...

Hello, I'm getting the following error when trying to build the release version of my app: ``` > Task :react-native-community_checkbox:copyReleaseJniLibsProjectAndLocalJars FAILED FAILURE: Build failed with an exception. * What went...

**Environment** - OS: `Windows 10` - Node Version: `v18.16.1` - Package: `@clack/prompts` - Package Version: `^0.6.3` **Describe the bug** I am trying to use prompts to have kind a main...

bug

### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...