Glenn 'devalias' Grant

Results 1219 comments of Glenn 'devalias' Grant

> I finally got the go-ahead from both the docs and pages teams @Sharra-writes Awesome! > My instinct is a call-out at the beginning of the article you've mentioned here...

> Do you have thoughts on how essential this information is to have documented? @Sharra-writes If the `.nojekyll` part isn't documented elsewhere, and it is still valid, then I think...

> _Hopefully_ all this makes your lives a little easier going forward. 🤞 Thanks for all your hard work @Sharra-writes !

If anyone is interested, I ended up implementing a prototype of this as a wrapper script: - https://github.com/0xdevalias/dotfiles/blob/devalias/bin/paginate-fetch Source ```shell #!/usr/bin/env zsh # Default values for pagination parameters DEFAULT_PAGE_PARAM="page" DEFAULT_COUNT_PARAM="count"...

The OpenAI Agents SDK: - https://github.com/openai/openai-agents-js - > OpenAI Agents SDK (JavaScript/TypeScript) - > A lightweight, powerful framework for multi-agent workflows and voice agents - > The OpenAI Agents SDK...

The Vercel AI SDK v5 supports the concept of a Global Provider: - https://vercel.com/blog/ai-sdk-5#global-provider - > **Global Provider** > > The AI SDK 5 includes a global provider feature that...

> Closing this here as we're tracking this as a part of our migration to the new extension manager and updated plugin manager @psifertex Is there another public issue for...

@psifertex Cool, thanks for the info :)

Turns out that this issue is the same root cause: - https://github.com/jehna/humanify/issues/111 Which I debugged and identified the root cause + suggested potential places to fix it here: > Looking...

Hacky workaround: > I haven't tried it, but a quick/dirty hack fix could just be to add an `if` check to skip empty files within [`unminify`](https://github.com/jehna/humanify/blob/c2e0be679dcab43ec684668202d709f41452c0e9/src/unminify.ts#L19-L28): > > Something like:...