Adam Rothman

Results 12 issues of Adam Rothman

My bot processes messages in a Goroutine written as follows: ```go func (b *Bot) runSlackLoop(done chan bool) { log.Println("Slack loop starting up") go b.rtm.ManageConnection() for event := range b.rtm.IncomingEvents {...

enhancement
help wanted
breaking changes
easy
api cleanup

- [x] I have read this issue template and provided all possible information. - [x] I'm using CocoaPods and have run `pod update` before filing this issue. ## Hardware /...

## Problem Since adding the StackImpact agent to a Tornado/asyncio application, we started seeing `BufferError`s like this: ``` BufferError: Existing exports of data: object cannot be re-sized File "tornado/web.py", line...

Sending a `SIGHUP` to Nebula reloads _most_ settings, but this functionality notably excludes the stats emitter. https://github.com/slackhq/nebula/blob/065e2ff88a9ae1531833e8bae2665761ec0dd102/main.go#L313 https://github.com/slackhq/nebula/blob/065e2ff88a9ae1531833e8bae2665761ec0dd102/interface.go#L159-L164 It would be awesome if a reload could also take care of...

I had a really hard time finding an example of how `(*Client).GetUsersPaginated()` is intended to be used. After debugging my own implementation for the better part of a day, I...

needs review
example

### SDK version ``` v2.16.0 ``` I know this isn't the latest version, but it's the version specified in the [go.mod](https://github.com/hashicorp/terraform-provider-vault/blob/v3.10.0/go.mod#L35) file of [github.com/hashicorp/terraform-provider-vault](https://github.com/hashicorp/terraform-provider-vault) v3.10.0 (latest) and the relevant pieces...

bug

### Extension Version v2.29.0 ### VS Code Version Version: 1.84.2 (Universal) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:52:33.687Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin x64 23.1.0 ###...

performance

The names of the JSON files in `~/.aws/sso/cache` seem random but it turns out they're actually just hex-encoded SHA1 digests of your various SSO start URLs. This means it's not...

### Terraform Version ``` Terraform v1.3.4 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v4.38.0 + provider registry.terraform.io/hashicorp/vault v3.10.0 ``` ### Affected Resource(s) This is a problem with the provider itself, specifically the...

The documentation for [`asyncpg.pool.Pool.set_connect_args`](https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.Pool.set_connect_args) makes no mention that there are 2 particular kwargs that are _already_ being passed to [`connect`](https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.connection.connect) by the pool when it creates new connections: https://github.com/MagicStack/asyncpg/blob/92c2d81256a1efd8cab12c0118d74ccd1c18131b/asyncpg/pool.py#L459-L463 Before...