BenJamesBen

Results 78 issues of BenJamesBen

### What seems to be the problem? 🤔 Two floating notches appear in the Bee pattern when Cross Back Ties and Duo-colored Ties are enabled at the same time: ![Screenshot...

:bug: bug
:shirt: bee

Fixes #7142 Web browsers can have call stack limitations that prevent calling functions with large arrays as parameters. (The bug was seen on the Safari desktop web browser. It is...

:computer: org

Yarn scripts changes: - Removed: `yarn lab` and `yarn lab-debug` - Added: `yarn org` and `yarn dev` I added and named `yarn org` and `yarn dev` for convenience. However, we...

Fixes #7141 ![Screenshot 2024-10-04 at 8 34 56 AM](https://github.com/user-attachments/assets/bdee7973-41de-4e50-9439-e66e1a32e1e6) ![Screenshot 2024-10-04 at 8 38 12 AM](https://github.com/user-attachments/assets/71fc34e7-6227-4437-be1d-2172a72d1ef7) ![Screenshot 2024-10-04 at 8 39 33 AM](https://github.com/user-attachments/assets/4b92ce20-3edc-42f1-9358-8afaa5b49a96) ![Screenshot 2024-10-04 at 8 55 20 AM](https://github.com/user-attachments/assets/bd7ae77e-5c18-4a35-aa78-36476e82e1c2)...

:package: i18n

### What seems to be the problem? 🤔 These translation keys are used in the Pattern Editor UI. However, English (and other) translations for these keys do not exist. `zoomOut`...

:bug: bug
:package: i18n

Fixes an error preventing the org development environment from running: ```sh % yarn start yarn run v1.22.22 $ yarn prebuild && yarn dev $ node --conditions=internal --experimental-json-modules ./prebuild.mjs node:internal/modules/esm/resolve:265 throw...

:computer: shared

### Where can we see the problem? 🤔 _No response_ ### Suggested content `mergedOptions` is not documented anywhere, though there are designs that use it in source code. (There is...

:book: documentation
:+1: good first issue

If I'm interpreting things correctly, if `Apikey.userApikeys()` does not return a falsy value, the operation is deemed a success. https://github.com/freesewing/freesewing/blob/develop/sites/backend/src/controllers/apikeys.mjs#L25 ```js const apikeys = await Apikey.userApikeys(req.user.uid) if (apikeys) Apikey.setResponse(200, 'success',...

:computer: backend

:book: documentation
:computer: backend