hydroid7

Results 16 comments of hydroid7

Maybe you can share the file and the procedure how you did the capture.

Here is a simple example. It is tested on the QL 700 printer and working fine. ```python import brother_ql from brother_ql.raster import BrotherQLRaster from brother_ql.backends.helpers import send # Using USB...

A "Brother Instruction file" is a file that you can upload to the Brother Printer. It contains instructions for the printer what to print and how to print. This file...

Hi, yes, I've implemented this with `mypaas.toml`. Put the following content into you root dir: ```toml ignore = ["public", "node_modules"] ``` and it will skip these directories during deployment. If...

I can confirm that in a private window everything works fine. I also tried to disable uBockOrigin and AdBlockPlus, but it has no effect. My OS is Ubuntu with Firefox...

Just install the Vue Composition Lib with the following command: ``` yarn add @vue/composition-api ```

Recently I've used the app very often on an Android 6 and on an Android 4.3 but the bug doesn't appear for me. I think this issue can be closed.

Did you try to modify the android app with smali? A good resource for smali: http://androidcracking.blogspot.de I think they don't want let us build our own bots 😁

I'm facing with the same problem: integrating authn into a messaging driven system. The solution I was thinking of is to write a reverse proxy (frameworks make life easier e....