Josh Friedman
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...
### 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...
I'm setting the `open` prop based on whether a piece of state is set or is null. Therefore I've got an `onOpenChange` handler which sets the state to null if...
I am trying to connect my webcam (with the microphone) to WSL2. I've attached it to WSL2 and it shows in `lsusb`: ``` Bus 002 Device 001: ID 1d6b:0003 Linux...
**Describe the bug** I want to be able to pinch zoom on an element which contains an iframe inside of it. When I pinch zoom on the part of the...