versecafe

Results 78 comments of versecafe

@chloerei Something like this maybe `zed-devcontainer.json` ```json { "zed": { "extensions": [ { "git": "https://github.com/versecafe/zed-groovy" }, { "zed": "kotlin" }, { "zed": "base16" } ], "lsp": { "rust-analyzer": { "initialization_options":...

Instead of fine tuning to massively improve the use of the context window, making vector embeddings from documentation and using vector similarity search to find relevant documentation to pass into...

finally proper support for every weird x.y.z combo such as 3.0.21, 3.0.4, 0.19.0, 0.1.4

The gutter one is just a button it has no link to the actual task once triggered

Also how would we handle when the gutter should switch back to the run icon since tasks once they succeed or fail are always done no way to rerun them...

@JunkuiZhang That could be handled by passing along a flag that tells GPUI to merge the instances a bit hacky but it's a way around windows having poor handling *...

> I don't quite see the point in switching to an entirely new doc generation framework for a few UI improvements. I'd rather work within what's already here. There is...

Just a note for why it doesn't download from GH releases anymore is the `.tar.gz` version is only available through zigtools.org and has no visual links to it, there is...

@dglsparsons The API does exist there's just no docs on it check out `https://vercel.com/api/v1/storage/stores/redis?teamId=team_censoringthis` Note deletions are at `https://vercel.com/api/v1/storage/stores/postgres/[store ID]?teamId=team_censoringthis` ```ts interface POST { name: string; // name of the...

Implementation proposal from #18939 `package.json` or `bunfig.toml` based implementation of [pnpm catalogs](https://pnpm.io/catalogs) root json ```json { "workspaces": [ "packages/**", "apps/**" ], "catalogs": [ { "drizzle-orm": "0.41.0" } ], } ```...