Alden Quimby
Alden Quimby
On small screens, depending on where the cursor is located, the emoji palette may open off screen, like this:  Limit to zero ensures the palette can't go too far...
Fixes #388 ## Steps to Repro - deploy a non-production preview from the main branch (not a PR), with an alias) ```yml on: push: branches: [main] ... - uses: BetaHugn/[email protected]...
**Summary** - Fixes #1250 **Result** - See codesandbox example playground - I can now scroll the body in my local app after transitioning in/out of detached mode:  **Tech Notes**...
## Description Body scroll should be restored when detached mode is responsively removed ## Reproduction [**Preview →**](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/playground?file=/app.tsx) - default sandbox has the bug **Steps** 1. Go to default sandbox 2....
## Steps - see #351 for the bug - that PR fixed this issue last year ## Notes - #375 recently reverted that PR, I suspect accidentally?
Agile JIRA Software projects have `Sprint` and `Epic Link` picklist fields:   But in the sentry `Create JIRA Issue` form, these appear as plain text fields:   In...
My team would like a new route, similar to `POST /forms/libreoffice/convert`, but instead of accepting files as a multipart upload, the endpoint accepts a list of `fileUrls`. The route would...
Hello! I proposed a minor fix almost 6 months ago (long enough that GH images have expired) and have not received any response: #181 Is this project / repository now...
Hello hello! The two most recent releases are missing the layer zip: Is this something you could add, or would you recommend using one of the other install/setup methods instead...
I installed `mupdf` in a TS project and ran into this error:  Runtime code works fine, but TypeScript complains. Adding the following to mupdf/package.json fixes the issue: ```json "main":...