Sean Huber

Results 8 issues of Sean Huber

https://www.postgresql.org/docs/current/static/sql-dropindex.html ``` CONCURRENTLY Drop the index without locking out concurrent selects, inserts, updates, and deletes on the index's table. A normal DROP INDEX acquires exclusive lock on the table, blocking...

These are pretty interesting, thanks for the heads up @mwean https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/database/migration_helpers.rb

also makes it easy to test if features are actually composable

I'd like to be able to filter by "my branches". All my branches are named something like `sh/some-feature` and always have the `sh/` prefix. I've tried the following with no...

`eval('self', binding)` does not return the expected object See https://github.com/shuber/defined/blob/master/lib/defined.rb#L40 https://github.com/shuber/defined/blob/master/test/defined_test.rb#L98

Also figure out if this is an issue with WIP commits