Brian Bugh

Results 109 comments of Brian Bugh

I had an issue where the return type of the function changed from `timestamp without time zone` to `timestamp with time zone`, and PG doesn't allow you to replace functions...

For anyone else still running into this, the snippet for the rspec config needs to be indented as part of the '*' block. Do it like this (notice indentation): ```...

Not sure if it's possible, but an auto fix for `ImportAll` would be really helpful sometimes.

We just got bit by this issue too. Every CSV editor we've found (including my favorite TableTool) is removing significant leading zeroes. 😢

I moved on to Easy CSV Editor which handles and many other quirks correctly, but the example case is very simple: ```csv col1,col2 "00500",002350 ``` I expect that to result...

You can do this now, but it's not very obvious. I only found it from a web search. In the README it mentions: > You can clear the panel with...

@bramski did you sort out a workaround for this? We do a bunch of client params processing in a method far away from having access to the model itself, so...

We're on Rails 5.2, Carrierwave 1.2.3. I'm using Cloudinary as the CDN which has some code that extends Carrierwave, so it's possible that the extended code is breaking it. @bramski...

That definitely would do it! However, the latest published version is 1.1.2, and that is 1.2.0, so it looks like it never actually made it out into the package managers....

Ah, well, almost. If I run exif-renamer multiple times on the same directory, existing already renamed files are renamed with the incremented name. If I run it again, they're de-incremented...