Emiliano Parizzi

Results 66 comments of Emiliano Parizzi

> Thanks, very useful > > Try broader --> > > ``` > { > "key": "shift+enter", > "command": "workbench.action.terminal.sendSequence", > "args": { "text": " \n" }, > "when": "terminalProcessSupported"...

> > > Thanks, very useful > > > Try broader --> > > > ``` > > > { > > > "key": "shift+enter", > > > "command": "workbench.action.terminal.sendSequence",...

I only mentioned that multi-line works when using Windows Terminal instead of VS Code integrated terminal, to see if that helped troubleshoot the issue.

Well, I've just discovered that pressing Alt+Enter does work. Not ideal as I'm not used to it, but okay.

> I had the same issue. It seems that VS Code is not picking up `keybindings.json` in WSL's user directory. I just placed the binding in `C:/Users//AppData/Roaming/Code/User/keybindings.json` and it works...

If you're using Vercel, you could use `waitUntil` (https://vercel.com/changelog/waituntil-is-now-available-for-vercel-functions) But yes, I agree that 150ms for logging is not worth it. Besides, there's not much going on around here. I've...

I'm starting a new project with T3 Stack and I'd like to use the TanStack Query integration. I've tried modifying the bootstrapped T3 app but I'm getting some errors. I...

See this post in the Discord channel for context: https://discord.com/channels/839993398554656828/1284484812320538787

> Try also setting the correct `s3OutputProvider.region` value. > > You get this error if the response is 403. I'll also better surface the original error in case it has...

Anyway, ts-ignoring the type error doesn't work either. Fails with the same error. Also tried with and without `forcePathStyle`. progress.json ```json { "chunks": [], "framesRendered": 0, "framesEncoded": 0, "combinedFrames": 0,...