Tommy D. Rossi

Results 112 issues of Tommy D. Rossi

if you replace imports like `from ...models import AutoencoderKL, UNet2DConditionModel` with `from diffusers.models import AutoencoderKL, UNet2DConditionModel` you can copy paste the pipeline files in your code and simply run it...

### What is your request? I am interested in using Max to speed up boot times in platforms like Relicate and Fly.io, currently `session.load` seems to compile the model on...

enhancement

Currently `publishConfig` can only override .npmrc fields, other package managers like yarn and pnpm instead let you override exports and main for example. Adding support for this feature would allow...

The function `supabase.auth.getSession()` is basically a vulnerability in every Supabase app, a lot of people are currently using it in the server, telling users to use `getUser` in a warning...

bug

## Description - Add the org in the project select, so you can see what project is part of what org in case the name is the same - Fix...

extension fix / improvement
extension: sentry

Recently flyctl removed `--region` and renamed `--only-regions` to `--regions` in https://github.com/superfly/flyctl/pull/3514, this will cause many users to try to migrate `--region` to `--regions` (as i did myself). This migration is...

bug

related to #770 Tests for websocket and trace had to be disabled because they would hang forever 682 pass 26 skip 186 fail This is the test output log ```...

### What is the problem this feature would solve? Aot mode is very difficult to debug and maintain because it relies on creating a code string, transforming it with Sucrose...

enhancement

Fix #742 Fix https://github.com/elysiajs/elysia/issues/741

### What version of Elysia.JS is running? "elysia": "^1.1.3" ### What platform is your computer? Darwin 23.5.0 arm64 arm ### What steps can reproduce the bug? ```ts import { treaty...

bug