Alden Quimby

Results 27 issues of Alden Quimby

On small screens, depending on where the cursor is located, the emoji palette may open off screen, like this: ![image](https://github.com/KeithGillette/quill-emoji/assets/2145098/2205359c-80ba-4ce8-846a-59999c2bf448) 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: ![algolia-result](https://github.com/algolia/autocomplete/assets/2145098/57478173-37b3-4409-b37a-0925c05dc94b) **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: ![image](https://cloud.githubusercontent.com/assets/2145098/15451424/f585c604-1f8f-11e6-92b2-b3615cb42803.png) ![image](https://cloud.githubusercontent.com/assets/2145098/15451423/e9e8a762-1f8f-11e6-8fc8-b3cfde01776b.png) But in the sentry `Create JIRA Issue` form, these appear as plain text fields: ![image](https://cloud.githubusercontent.com/assets/2145098/15451428/0d420fb4-1f90-11e6-9f0f-b3671cf63e8b.png) ![image](https://cloud.githubusercontent.com/assets/2145098/15451431/1283bae0-1f90-11e6-94a6-4af83a5e2859.png) 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...

enhancement
pdf-engines
chromium
libreoffice

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: ![image](https://github.com/user-attachments/assets/4db9d011-b0f6-496d-9960-0e0e8d03916f) Runtime code works fine, but TypeScript complains. Adding the following to mupdf/package.json fixes the issue: ```json "main":...