Eliya Cohen
Eliya Cohen
The title is pretty much talks for itself. In my personal use case, I'm using brand types as scalar types (e.g PostId, UserId, etc). These scalars can get large pretty...
**Context:** - Playwright Version:1.28.1 - Operating System: Ubuntu 20.04.5 LTS (WSL 2) - Node.js version: v18.4.0 - Browser:All ## System: - OS: Linux 5.10 Ubuntu 20.04.5 LTS (Focal Fossa) -...
Given the following URL: ``` api.addRoutes(context.stack, { "POST /chats/{id}/message": { type: "function", function: "..." } }); ``` I'm getting "Failed to fetch" in the console:  It turns out that...
Fixes an issue where a lambda filename is "x.lambda.ts" Currently, it fails to locate the lambda file since it looks for `x.ts` instead of `x.lambda.ts`
Currently, there's no way to roll back a transaction without throwing an exception inside of it. I was hoping for something like `sql.rollback()`
When using a `bar` element type in conjunction with the primary axis as dates, the bars get huge with no relevance to the graph. [See reproduction](https://codesandbox.io/s/magical-dawn-n79yfr?file=/src/components/Line.tsx) As `line`:  As...
React version: 18.2.0 ## Steps To Reproduce 1. Create a component that uses `useDisclosure()` from a 3rd party library to manage a modal's visibility status. 2. Inside the component, add...
The types of `transfer` are incorrect. According to the docs (and the JSDocs), the methods properties should be optional, and `belUrl` is required only when `legs: "bleg"`. Currently, this is...
(This is a breaking change)
I tried to deploy a lambda function that uses this package. I was aware that I needed to install `libcairo2-dev libpoppler-qt5-dev`, but AFAIK, it's impossible to do so in AWS...