Andrei
Andrei
Hey! I am looking if ScrollMagic supports AnimeJS, like GSAP? It would be great to create a plugin for AnimeJS.
How to go to the link with confirm button? I set `data-remodal-options="closeOnConfirm: false` so it will not close when i press button. I tried `OK` and `OK` but nothing works....
### What happened? Currently, `gzip` compressed responses show up in httpie Desktop as ``. This is very limiting, especially since some APIs compress all responses by default, making interacting with...
**Is your feature request related to a problem? Please describe.** Setting up unit tests for Inngest functions is currently challenging due to a lack of guidelines in the official documentation....
Inter 4
### Description Recently a [new major version 4.0 of Inter](https://github.com/rsms/inter/releases/tag/v4.0) typeface was released. I believe fontsource should update the `font-files` accordingly to use the latest version.
According to [this line of the hook](https://github.com/Code-Forge-Net/remix-hook-form/blob/0617769f4931969a2583d2ce8534685b006f3ff3/src/hook/index.tsx#L56C1-L56C1), the `isSubmitting` state is true when the navigation state (or a fetcher) is not `"idle"`. This includes a moment after the response from...
Fixes #2693 @yusukebe not sure it's the best way though, as `denoify` automatically adds `node:` to `hono` import... Without this import TS yells that `hono` is an "unknown" module... ###...
### What version of Hono are you using? 4.3.0 ### What runtime/platform is your app running on? Bun ### What steps can reproduce the bug? 1. Install version `4.3.0` of...
## Changes made - used `fetch` instead of `axios` - added `FirecrawlApiError` class - added polyfill from `cross-fetch` (only in environments where fetch is not available) - added jsdoc for...
## Changes made - Moved `dotenv` and `uuid` from `dependencies` to `devDependencies` since they're only used in tests - Fixed `zod` import since before sometimes `import { z } from...