Flo
138 posts

Flo
@flodev
dev @unkeydev working on https://t.co/kz8lUargSQ on the side
شامل ہوئے Haziran 2018
1.1K فالونگ101 فالوورز

I can't wait to use this for CAD
imagine just prompting your 3d printer and it goes off and prints stuff
also happy to see more inference providers build on @unkeydev
Joan Rodriguez@joanrod_ai
Introducing @QuiverAI, a new AI lab and product company focused on frontier vector design. We’ve raised an $8.3M seed round led by @a16z, with support from amazing angels and investors. Our first model, Arrow-1.0, generates SVGs from images and text. It’s available now in public beta at app.quiver.ai
English

Some of us have started using @graphite at work. I have years of habits using git at the terminal, with tons of aliases. But I have to say, the stacking ability, and allowing to split changes easily make it great.
English

none of these peasants can outship me

Michelle Lim@michlimlim
If your CTO has the most PRs, it’s a red flag. Usually means they’re too deep in execution instead of high-leverage work. Last week, our CTO Max got dethroned on our Git leaderboard. 🎊 He's focused on scaling the team & product. And our engineers ship fast with minimal bottlenecks.
English

@izadoesdev @jamesperkins gp is the best alias for this anyways with gap for git add -p
English

It looks like
const originalClone = Request.prototype.clone;
Request.prototype.clone = function () {
const cloned = originalClone.call(this);
return new Request(cloned.url, cloned);
};
does fix it too, so might be that #L24" target="_blank" rel="nofollow noopener">github.com/vercel/edge-ru… needs a clone method similar too this:
clone() {
const cloned = super.clone()
return new Request(cloned.url, cloned)
}
not 100% sure on that tho
English

@cramforce @chronark @tomlienard @speakeasydev @calcom Hi Malte, not sure if its still needed but I got a reproduction example in github
github.com/Flo4604/fetch-…
It looks like the issue lies withing the request.clone() method used by speakeasy
curl fetch-repro.vercel.app/api/fail
curl fetch-repro.vercel.app/api/success
#L252" target="_blank" rel="nofollow noopener">github.com/unkeyed/sdks/b…
English

hey @tomlienard @cramforce
are there any known circumstances where vercel middleware (edge on nextjs 15) strips Authorization and Content-Type headers for outgoing requests?
cause that seems to be happening to me but I can not find any docs explaining it
English

@izadoesdev @kanewang_ and memory can also stack up when you store alot in redis or have services that just store quite abit in ram
English





















