Javier Lopez

Results 26 comments of Javier Lopez

> PS: I didn't understand what you meant in the Expected Behaviour, is that your tsconfig file or are you recommending using those settings for the library? That's the tsconfig...

Seems related to https://github.com/neovim/neovim/issues/30282 As referenced in: https://github.com/neovim/neovim/blob/a0d8c2b86e788ce4273f0b8df258cd9e8e432d38/src/nvim/msgpack_rpc/server.c#L65-L69

This would be a very nice feature. For example I have two batteries in my laptop, when one is at 5% the computer stops using it, and I would like...

@Alexays Wow that's great, thank you very much for this amazing project!

Here's a small repo @gr2m ```typescript import { openai } from "@ai-sdk/openai"; import type { OpenAIProviderOptions } from "@ai-sdk/openai/internal"; import { streamText, type ModelMessage, type Tool } from "ai"; import...

In the meantime I decided to adopt the convention of putting all server code in a folder `.server/` and vibe coded a Vite plugin that detects `.server/` code leaking into...