Cole Crouter

Results 14 issues of Cole Crouter

```go var force = flag.String("f", "", "force") ... // Auto completion cmd := &complete.Command{ Sub: map[string]*complete.Command{ "update": { Sub: offPred, Flags: map[string]complete.Predictor{ "f": predict.Nothing, }, }, }, } cmd.Complete("") ```...

need more info

First off, thank you for making this! I noticed in the installation section, your `vite.config.js` reads: ```js import comlink from 'vite-plugin-comlink' ``` In practice, I'm only able to get it...

Pretty straight forward. When I do: ```go vc, err = s.ChannelVoiceJoin(e.GuildID, e.ChannelID, false, false) ``` it sometimes crashes, seemingly randomly. Sometimes it happens a several times a day, sometimes not...

When running ```go _, err = s.UserUpdateStatus("online") log.Println(err) ``` I get: ```json HTTP 403 Forbidden, {"message": "Bots cannot use this endpoint", "code": 20001} ``` If I run ```go err =...

Ran into a situation where when playing a sound, if the bot was moved to another voice channel, it seemingly gets stuck in limbo. Running `Disconnect()` just crashes. `s.VoiceConnections[e.GuildID]` seems...

`Message.Reactions` only returns reactions received since the program started. On the other hand, `func (s *Session) MessageReactions(channelID, messageID, emojiID string, limit int, beforeID, afterID string) (st []*User, err error)` fetches...

### What version of `Wrangler` are you using? 0.0.15 ### What operating system are you using? Windows ### Describe the Bug Try this: ```ts export const onRequestGet: PagesFunction = async...

pages
bug
pages:validated
pages-shared

### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Windows ### Describe the Bug If you have redundant calls to `response.clone()` on non-local...

discussion
bug
internal

Putting quotes in a comment is normally fine: Here, I'm using [a plugin](https://github.com/srikrsna/protoc-gen-gotag) that uses strings in FieldOptions: When combined, it breaks: Removing either the quotations in either the comment...

### Problem Prerendered pages on `adapter-cloudflare` should not require a worker request. See issue for more info #7298 ### Solution Prerender pages as `/foo/index.html` instead of `/foo.html`, then exclude `/foo`...