Alex Loukissas

Results 9 issues of Alex Loukissas

I'm running my app on k8s and I notice when I bump the number of pods from e.g. 4 to 20, the call to `Horde.NodeListener.set_members` times out with the default...

Saw this randomly during load testing against a GenServer that I run with Horde Registry: ``` [[email protected]] 03:44:19.572 [error] GenServer #PID terminating ** (ArgumentError) argument error (stdlib 3.14) :ets.lookup(:"keys_Elixir.WhatnotLive.Registry.AuctionSession", "e982bb98-5d63-4bcf-9e20-030a07d8db73")...

Hitting this in the `Auth.signOut()` call: `TypeError: Cannot read property 'clearCachedId' of null` I've actually wrapped the call in a try-catch, as it swallows the exception and does nothing otherwise....

I was observing that recently my Twitter experience had vastly deteriorated when it came to typing a post: typing from the keyboard was extremely slow and non-responsive and my CPU...

bug
0-priority

Dunk your computer in the ocean. Live happily ever after.

It would be great if the library (optionally) allowed for zero-indexed steps. For one, it creates confusion when using the optional nav prop that the nav implementation is an array...

enhancement

### Problem Statement I'm implementing a custom oauth2 strategy at the moment and the documentation suggests using a [nonce](https://auth0.com/docs/get-started/authentication-and-authorization-flow/mitigate-replay-attacks-when-using-the-implicit-flow) (in addition to the state param) to avoid replay attacks. ###...

**Is your feature request related to a problem? Please describe.** The dependency is now in 1.0 status, considered stable. **Describe the solution you would like to see** Bump the dependency...

Today, the default bucketing strategy is hard-coded (with a module attribute) to `Peep.Buckets.Exponential`. If we want to override it, we need to pass a `reporter_option` in each `distribution` (unless I'm...