Jeremy Baker

Results 13 issues of Jeremy Baker

We use schemas to separate customer data, which means that we have multiple tables with the same name. This unfortunately makes the pg extras a lot less useful because we...

I have the following in my en.yml: ```yml topics: breadcrumbs: new: New Topic ``` and the following in my controller (pseudo code) : ```ruby def new add_breadcrumb t('.breadcrumbs.new') ... end...

prism

Consider the following code: ```slim table - if value tr.cursor-pointer.border-bottom.border-silver data-toggle="collapse" data-target="##{value}" = shared_value - else tr.border-bottom.border-silver = shared_value ``` Slim lint gives me a warning to move to `shared_value`...

Index creation locks the table. This changes the migration to use [concurrent index creation](https://www.postgresql.org/docs/9.1/sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY) so that there is no table lock. In order to use concurrent index creation, we need...

### Issue Description When I run my rails controller tests using guard I get an error ever since upgrading from 5.3.1 to 5.4.2. ``` Minitest::UnexpectedError: NoMethodError: undefined method `set_transaction_name' for...

bug
needs-repro
Status: Backlog

This is a simple recreation of the issue I bumped into with a `form_for` helper in rails. I'm using capture so that it's distilled down to the essence of the...

bug

WMF image results in a blank data URI Sample file here: https://dl.dropboxusercontent.com/u/7000934/PyDocX/WMF%20Image%20Test.docx

When certain docx files that have adjusted margins get imported, the resulting HTML places the margin in the wrong place. This results in oddly formatted HTML. For example, here are...

The files that I deal with have a lot of images in them and they cause the resulting html file to be huge. To solve this, I've hired someone to...

Images that are cropped result in a blank Data URI.