Rostislav Aleev

Results 8 comments of Rostislav Aleev

Any updates? Did someone test it on other models/vendors? Would it be in master branch?

I tried that of course, both methods work depending on printer settings. Does it affect only Custom ESC POS implemenation? No other confirmed issues? I have only Custom devices.

Use a Serial device and ttyUSB0 or ttyACM0 port. Usb implementation is for usb connection (usb B - usb A) cable.

> Thanks for your contribution, @rsaleev! > > I am excited to see this be fixed/merged and thus I am happy to help clean up the formatting and add tests...

A dirty hack solves the problem. ``` # construct URL with ClientSession._base_url if orig_self._base_url: url_origin = f"{orig_self._base_url}/{url}" url = f"{orig_self._base_url}/{url}" url = normalize_url(merge_params(url, kwargs.get('params'))) url_str = str(url) for prefix in...

Well, I am a newbie in C and microcontrollers. Tandem X18 is a fully customized device. Channel 16-24 can be a button, a switch or even a stick. Does reverse...

With Keycloak as OAuth provider 422 status returned with message ``` { "msg": "The specified alg value is not allowed" } ``` Nothing in logs about it. Is it security...

Hello. These breaking changes are really annoying. ``` =============================== warnings summary =============================== tests/test_orders.py::test_order_tracking_db[29556] /home/***/***/***/***/.venv/lib/python3.12/site-packages/pytest_asyncio/plugin.py:647: DeprecationWarning: There is no current event loop old_loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========================= 2 passed,...