Pavel Khorikov

Results 37 comments of Pavel Khorikov

I have not decided on this point completely. There is a problem that I still cannot guarantee that the switching head will be in the right place on the bottom....

So far, I can not guarantee to set a certain position of the head switching. So far, I can only adjust the travel speed. Therefore, a workaround is to select...

Hi! Is you possible to upload a file via telegram or any file hosting service such as google drive. If not, please screen the video properties tab, opened by the...

Yes, work in this direction began, but was not brought to an end. There is a issue #26 with a description of the solution I will implement into this someday...

Yeah this way is obvious However, unfortunately, it makes the log unstructured and, for example, ELK does not recognize this I want to achieve the same effect as using `serialize=True`...

You mean something like this? ```python from loguru._better_exceptions import ExceptionFormatter exception_formatter = ExceptionFormatter( colorize=False, encoding='utf-8', diagnose=settings.DEBUG, backtrace=settings.DEBUG, hidden_frames_filename=None, prefix='', ) def serialize_log(record) -> str: subset = { "time": record["time"].isoformat(), "level":...

> Sorry, this is a bug that got into the master from the pull request, fixed In main now. > The main branch isn't green yet, so if you're running...

> I believe there is already a way you can accomplish this. Yes, of course I used these guides and installed all the engines described in the documentation. However, the...

Hi @xkungfu i'm write [my own app](https://github.com/JargeZ/RocketChat.Apps.BotBridge) and [python adapter](https://github.com/JargeZ/RocketChat-Simple-AppBot) for simple bots. You can try using this, however it doesn't work with the Rasa at the moment. Perhaps in...

Не разбирался что там именно сломалось, и почему noprompt не работает, но в итоге помогло добавить переменную ``` env: CI_URLS: true ``` но ощущение, что это не так должно быть...