Ben Wilson

Results 17 issues of Ben Wilson

Per a conversation with @vhf, event log readers that rely on `new_events = select * from events where id > $last_event_id` can miss events if the following scenario obtains: https://gist.github.com/vhf/d11f24f8ab3bb46e35dc9ccef6784eee...

Hey @LostKobrakai, shamefully I'm only now upgrading our main app to take advantage of some of the changes you made last year. In the transition from `Repo.serial` to `Events.emit` I'm...

A telemetry integration should: - Provide a way to track slow async handlers. - Provide a way to track slow sync handlers.

Related to https://github.com/absinthe-graphql/absinthe/pull/1268 TODO: - [ ] tests

I have added `:foo` and `:bar` virtual columns to User. In the form, `:foo` is controlled by a selector with options `A => a, B => b`. Also in the...

Hey, I just happened to be glancing through this and I noticed that this serializes every single call through a single GenServer. This is a real problem. If you used...

Some things to note about this: - I definitely want to make this easier for folks, in that they shouldn't need to copy a ~100 line file into their project...