Dustin Rush

Results 10 issues of Dustin Rush

I'm working with just one JS file and any changes made have to be saved twice before they show up when browsersync updates the browser. Easily reproducible by putting an...

After running `npm run serve` Only updates to /pages trigger a reload which can be annoying when you're working in the /partials or /layouts folder. Running `npm run build` triggers...

bug
help wanted

**Describe the bug** The definition of 'cover' in other contexts means the image is clipped to fit the container. In this library `cover` chooses width or height but does not...

Where is this system prompt coming from and can it be customized? ``` Given a user prompt, you will return fully valid JSON based on the following description and schema....

Given the following schema and response model the system prompt is given the schema description twice: ``` export const ResponseSchema = z .object({ property: z .string() .describe( "A string property"...

I've built the latest and pushed to docker hub and run it on runpod with all the models comment out and just 3 nodes. And I'm using a network volume...

In addition to now accumulating tokens for LiteLLM client calls, this fixes a couple issues that I discovered implementing this fix. Issue: https://github.com/jxnl/instructor/issues/715 1. InstructorRetryExceptions were not being thrown from...

help wanted

### Description Assuming AWS has better uptime percentage, it would be good to support more of their models for enterprise customers. Specifically I'm interested in the following models: Claude (latest)...

Feature Request

### Description Currently if the model runs out of output tokens where the `finish_reasons` contains "max_tokens" while using `json_mode` we have to handle the response manually to catch EOF problems...

enhancement

When running the migration script `npx prisma migrate dev` I was getting this error: ``` Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": MySQL database "singitronic_nextjs"...