Mikhail Molotkov
Mikhail Molotkov
If you are planning to use RegexpCommand and you getting this error ``` TypeError: command.test is not a function at TelegramRoute.test (/node_modules/telegram-node-bot/lib/routing/TelegramRoute.js:33:25) ``` Just pass an RegExp object rather than...
Yeah, but it's completely different thing. This one is about RegExp and yours is about retrieving parameters. I have asked this one already, but still no answer. Worth digging previous...
I've made some progress on the issue --> https://github.com/MikhailMS/gokrb5 - if anyone wants to check it against their Kafka, would be appreciated If I can keep up the pace, then...
CLA is signed
@Domojz You should change `trainModel` function (**multi_training.py**) in order to resume your training session and you have to store configurations once they are dumped during training, otherwise it won't be...
@ilyadiff There is no solution to that one yet - Sarama uses [gokrb5](https://github.com/jcmturner/gokrb5) for Kerberos, and that package has a bug of not handling rc4-hmac (though it states it can...
**Update to the previous message** I've started to look into the issue and while I was able to * [add support for RC4-HMAC to gokrb5 in my fork](https://github.com/MikhailMS/gokrb5) * [update...
@jcmturner would appreciate if this PR could be reviewed and accepted :) if anything else needs to be done on this one - let me know & I'd try to...
I can see that there is some difference between example in README and **main.py** file you refer to. Probably it is a good idea to update README file ;) But...
Well, if I change my script to ``` import argparse import asyncio import logging import socket from aiozeroconf import ServiceBrowser, ServiceStateChange, Zeroconf, ZeroconfServiceTypes import netifaces def on_service_state_change(zc: Zeroconf, service_type: str,...