Jonathan Vukovich

Results 43 comments of Jonathan Vukovich

OK thanks. Maybe you could add this in the documentation.

This is what I have on an EPSON TM-T20iii with esc_pos_utils 0.4.9 ![test](https://user-images.githubusercontent.com/188946/95603512-acf2f180-0a56-11eb-8e47-cd0d63a822a7.png)

Same issue on Epson TM-T20III

Here the documentation for Epson printers: https://www.epson-biz.com/modules/ref_escpos/index.php?content_id=58 It looks for with what is done here https://github.com/andrey-ushakov/esc_pos_utils/blob/master/lib/src/commands.dart#L40

Hi, sorry it wasn't design to do this. It's a nice idea. Maybe you can try to reduce the `duration` and / or the `density` depending of the gap between...

It's not a typo problem and the fact my class has the same name as my namespace doesn't change anything, I could rename it the problem stay the same.

What do you mean? The polymorphic relation work without problem with Rails without doing anything else than `belongs_to :item, polymorphic: true` and in database I have to correct class with...

Thanks, that's what I did for now but that's a big hack. I expect more something like an option `serializer` for polymorphic association like we can define the `record_type`.

Hi, for the base class that's kind of what I did, except I have overridden the `reflected_record_type ` method. For my case we have a project with around 200 models...

Hi, in my project I have quite a few models and so I use a lot the namespacing and I find this PR very useful. I want to have all...