Sean Arnold

Results 5 issues of Sean Arnold

We seem to intermittently get Deadlock errors with `acts_as_list` and Postgres. ``` PG::TRDeadlockDetected: ERROR: deadlock detected DETAIL: Process 18092 waits for ShareLock on transaction 53198930; blocked by process 30411. Process...

The `README` mentions the [server zone metrics](https://github.com/hnlq715/nginx-vts-exporter#server-zones) such as `nginx_server_requests`. What do I need to do to surface these metrics? I've enabled `vhost_traffic_status_zone` and m `vhost_traffic_status_filter_by_host on` in my settings,...

It would be good to add the functionality of manually setting stream quality. ### Background I have an issue where the set bitrates in F1TVs .m3u8 files are too aggressive:...

I want to conditionally set `require_tenant` based on a user attribute. i.e all non-admins need to have a Tenant explicitly set. ```ruby ActsAsTenant.configure do |config| config.require_tenant = lambda do Current.user...

#### Description Adds filtering to exclude genres that you might not be interested in. This is a global setting that applies across the application to all users. #### Screenshot (if...