Alan Johnson

Results 25 issues of Alan Johnson

It may be possible to simplify this project further. Today, the `EventLog` actor replies to its sender for validation, but it seems like this may be unnecessary. **Naive case** Assuming...

I want to have stops in my fixed navbar as well as the scrollable body of my page, but there doesn't seem to be a way to accomplish this. Overriding...

Joyride 2

I might be doing something wrong, but it appears that `strfmt` doesn't accept a `HashMap` with keys that are string literals (i.e. `&'static str`). This seems weird to me, as...

`RedisPubSub` [unconditionally runs both an `UNSUBSCRIBE` and a `PUNSUBSCRIBE` command](https://github.com/davidyaha/graphql-redis-subscriptions/blob/2e3704655f48ebd1f3ffaefff721f155bb134fe3/src/redis-pubsub.ts#L162) when unsubscribing. Normally, this probably isn't an issue, but ElastiCache Serverless doesn't support `PUNSUBSCRIBE`, causing an exception, and preventing the...

Closes #654 Prevents errors when running with a Redis or Valkey server that doesn't support `PUNSUBSCRIBE`, as is the case with ElastiCache Serverless.