thislooksfun
thislooksfun
**Describe the bug** The Drawer component doesn't properly react to height changes in Safari on iOS. **To Reproduce** 1. Open https://hope-ui.com/docs/getting-started in Safari on iOS 2. Open the nav menu...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
When I give the program a specific file it crashes with the error ``` TypeError: traverse is not a function at replaceImportWithDummy (node_modules/treeche-core/lib/replaceImportWithDummy/mod.js:9:5) ``` Looking into it, the problem is...
The main entrypoint file (packages/node-cli/src/cli.ts) is missing a node shebang line: `#!/usr/bin/env node`. Without this line running `npx treeche` fails because it tries to run it as a shell script,...
Just so you know, the [npm page](https://www.npmjs.com/package/treeche) for this package doesn't have a README (though it did up until v0.1.5), and it also doesn't have a link to this repository.
Without this fix trying to build a Debug build on x86_64 macOS fails with the error `Build/ladybird-debug/bin/Ladybird.app: code object is not signed at all`. Thanks to @ADKaster for help with...
I just found this project and it sounds awesome, but one feature that is missing for me is a strongly-typed `.betterer.ts` file. It would be awesome if you could expose...
Python 3.13 is being aggressively installed by `homebrew` dependencies, so it's really hard for macOS users to avoid. Trying to run the tests using it fail with an error about...
**Is your feature request related to a problem? Please describe.** I juggle a lot of branches at a time. One thing that is important to me is to be able...
It seemed silly to me that we were skipping tests everywhere just because they were behaving badly on one platform, so now we have the option to only skip tests...