Kyle Boe

Results 19 issues of Kyle Boe

Ref: https://www.algolia.com/doc/rest-api/search/#search-multiple-indices I'm working on a PR for this right now. Just wanted to open this up for implementation discussion to see if anyone from the WTTJ team had run...

When including related resources in a request, all associated records are returned, which can lead to performance issues and excessive data transfer when dealing with larger datasets. ## Example ```elixir...

stale:discard

A few minor adjustments to message documentation to align with message type verbiage in the [discord api docs](https://discord.com/developers/docs/resources/message#message-object-message-types). Also two additional options specific to a `guild_forum_channel` type of `Channel` struct.

It looks like this was just overlooked when copy/pasting the `MentionableSelect` module.

This pull request introduces a new VIP proposal for storing token metadata directly on-chain using [data URLs](https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data). The proposal aims to improve data availability and permanence while maintaining compatibility with...

On the `Nostrum.Api` module, currently the `options` type is simply defined as a `map | list`. This does not provide much context for which keys/values are specifically required/optional and how...

In the context of [work](https://github.com/kyleboe/nostrum/pull/1) happening on https://github.com/Kraigie/nostrum/issues/536 this concern was raised by @Kraigie [in discord](https://discord.com/channels/81384788765712384/381889573426429952/1299465243357085718): > I think my biggest worry is trying to be sure that all of...

In many cases, we want to accept either a struct or an id as an argument to an function. I'm curious if there is a sane, reusable pattern that can...

**Version** `fastly (13.1.0)` Ruby 3.4.0 **What happened** As stated in the [README](https://github.com/fastly/fastly-ruby?tab=readme-ov-file#authorization), I initialize the client with: ```ruby # Rails.application.credentials.fastly_api_token is a valid, confirmed-working API token Fastly.configure do |config| config.api_token...