Johan Fagerberg
Johan Fagerberg
### 🐛 Issue Vercel [claims to support the AWS Lambda API](https://vercel.com/docs/runtimes#advanced-usage/advanced-node-js-usage/aws-lambda-api) for serverless function (opt-in by setting the `NODEJS_AWS_HANDLER_NAME` environment variable). As mentioned in [AWS' Lambda documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html#api-gateway-simple-proxy-for-lambda-output-format) the response type...
A common feature of FTP clients (and other plugins such as [vinyl-ftp](https://www.npmjs.com/package/vinyl-ftp)) is the ability to only upload files that are newer than the remote or have a different size...
Somehow support giving different options for different elements in the `flip` function. Useful in combination with #8
I needed some basic interaction with the workshop for a spam cleaner I'm developing, and figured you might be interested in merging upstream. If not, no biggie. Implements the ability...
Adds a translation for Danish. I've used the translation of "Search" for the `cmfcmf/d-s-l.searchBar.submitButtonTitle` (instead of the translation of "Submit", as used in `en.json`). I've chosen to do this because...
When calling `history.push({ search: "?a=b" })` from the pathname `/test`, the resulting history entry will have the URL `/test?a=b`. Calling `history.createHref({ search: "?a=b" })` from the pathname `/test` will however...
## Description When using [local triggers](https://actionsflow.github.io/docs/creating-triggers/creating-a-local-trigger/), the trigger's dependencies (defined in `triggers//package.json`) aren't installed when running Actionsflow as an action. As a result the "Run Actionsflow" step [fails with](https://github.com/birjj/actionsflow-automation/actions/runs/7833804215/job/21375632458#step:3:237) ```...
As discussed in #1189, using `` has the unfortunate side-effect of displaying a tooltip on hover in most browsers. As this usually isn't what we want, we should switch to...
### Build tool Vite ### Where do you see the problem? - [ ] In the browser - [x] In the terminal ### Describe the bug When running the dev...
If an image is black pixels on a transparent background, the module fails to find it's bounds, radius and center. The module currently checks the red channel only, when it...