Pavel Tsiukhtsiayeu

Results 19 comments of Pavel Tsiukhtsiayeu

This seems to be a comprehensive of HTML entities: https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references I can build I mapping file, if you are willing to use it in your project.

We do web scrapping a lot, and there are many weird things in the wild :) Please note there are quite a few entities with multiple codepoints. Also, I've noticed...

Take a look at this file: https://html.spec.whatwg.org/entities.json Might worth using it instead of wiki table.

I have the same issue with QL-700. I've connected two printers, and without device serial number I can't address the printer correctly. Here my output on RapsberryPI 3: pi@raspberrypi:~ $...

Also, I get this output (the printer prints image succesfully): ``` pi@raspberrypi:~ $ brother_ql -b pyusb -m QL-700 -p usb://04f9:2042/000A7Z479144 print -l 62 ./eventsme-ticket-2785346151.png WARNING:brother_ql.conversion:Need to resize the image... INFO:brother_ql.backends.helpers:Sending...

@ndreynolds Hi, Nick, Here is my use case: I have a WebSocket process that will send a message to its' subscriber. What would be the best approach to handle those...

This should work with phoenix 1.4: #13

What ruby/rails version do you use? Seems Rails 5 does `Module#prepend` now.

I'm sorry, but this gem support rails 3, 4. Will you please provide a pull request?

@jcavena do you think that switch should be at the Application config level, or per method switch? @DouweM any chance you will be able to address that issue? Thanks.