Dave Iverson
Dave Iverson
Some projects may want to use the backdoor, but may not be using Rails routes in their system tests. One example is an app that hosts a React frontend, but...
## Steps to reproduce 1. integrate Clearance into an app 2. write a system test for the app 3. in the system test, use time travel to travel back in...
I would like to use parity to restore Heroku to a dev database. But that catch is that the dev database is not available at localhost. It's running in a...
- [x] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [x] I have tested the latest version Using version 0.6.4. ## Steps to...
Does the current code offer a way to fire an event when a tooltip has opened or closed? Obviously we could independently track mouseovers/etc of the target element, but it...
I'm attempting to run a Defer function in a Route Handler (formerly called API Route) in my Nextjs app. For performance reasons I marked this API function as using the...
I've observed that if a test fails because a page is not accessible, the remainder of the test block does not run. This results in issues being reported for a...
# Improve documentation ## Link I referenced these docs: https://supabase.github.io/wrappers/airtable/ (The same as the Supabase.com ones I think: https://supabase.com/docs/guides/database/extensions/wrappers/airtable) ## Describe the problem Here's the trouble I ran into: -...
**Describe the bug** When formatting a Postgres SQL statement with a comment on its own line, the comment is placed at the end of the preceding line. **To Reproduce** Paste...
### Provide environment information System: OS: macOS 12.7.5 CPU: (10) arm64 Apple M1 Pro Memory: 75.05 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 20.7.0 - ~/.asdf/installs/nodejs/20.7.0/bin/node Yarn:...