Johnil Quezada
Johnil Quezada
First off, great framework! As someone who hasn't worked a lot with data interchange formats, I was surprised that the first formats I ran into didn't have both strict support...
Relevant issue: https://github.com/cocktailpeanut/dalai/issues/371 When running `npx dalai llama install [..]` if you don't spell "llama" correctly you'll get an error that doesn't indicate what's failing ``` ERROR TypeError: Cannot read...
Once the number of input types grows to a point where concatenating them with a comma and a space causes the line to exceed `65535` characters, elm will fail to...
Hello, I was wondering if there'd be support for either adding hono middleware for the @sentry/serverless package, or updating the current one to support choosing which client to use at...
In SST V2 there was a field called [dev.deploy](https://v2.sst.dev/constructs/RemixSite#devdeploy) on the Remix construct (and others) that would allow you to run `sst dev` but still deploy the infrastructure. Are there...
### Type description + examples Super simple type, it takes one generic and returns a union of it or a function that returns it. ```typescript import type { Promisable, Thunkable...
Hello 👋 . I've noticed that the most recent merges to the repo have been automated dependency updates, and a number of open and recent PRs that fix issues or...
### Describe the bug When using test.extend() with scope: "file", the task fixture is undefined. The same fixture definition works correctly without the file scope. ### Expected behavior task should...