Orlando Del Aguila

Results 23 comments of Orlando Del Aguila

I don't think we have a test for the thumbnail generation. I'll say that is fine add this to https://github.com/assembler/attachinary/blob/master/spec/features/notes_spec.rb. Also if you can add a bit of context to...

Hello @jlondom2, You can customize the template as you want, jquery-uploader is included but without all the fanciness You can change the template in `$.attachinary.config.template`, like: ``` $.attachinary.config.template = '\...

@ruby-code you have that available when you add the attachinary JavaScript file to your `application.js` file https://github.com/assembler/attachinary/blob/master/lib/assets/javascripts/attachinary.js.coffee So just create another javascript file (let's say, `attachinary_template.js`) and require it after...

@ruby-code the default configuration generates an image https://github.com/assembler/attachinary/blob/master/lib/assets/javascripts/attachinary.js.coffee#L16-L18, so the image should be there. Maybe you are missing some css for the image to show up. Check in your developer...

@fabn can you add a test for this?. Testing is something we need to improve. If it's not that difficult, it will be great to have some test coverage of...

@fabn Awesome!. I'll take a look today. Thank you for your patience

Hey @sharq1, Sorry, I used to use this library in production but not anymore. I don't think I can review this change since is so big and includes things that...

Here's what I think is a better workaround with CSS: ```css .ant-row { margin-right: 0 !important; margin-left: 0 !important; } .ant-col:first-child { padding-left: 0 !important; } .ant-col:last-child { padding-right: 0...

Having this issue too with version `1.16.6`

Got hit by this today. Do we have the related code where to apply the fix? Would love to give it a try