Steven England

Results 73 comments of Steven England

Mh, I might be wrong but I think you don't need the start command at all if the bot is invited to the group and is able to read messages...

Workaround works :) Can you name a dedicated command to realize the same? So I can add it to my IaC Runbook (Ansible).

Ok. I thought of something like this which I use to pre-install an admin user to my derived image: ``` RUN \ /opt/healthchecks/manage.py migrate && \ /opt/healthchecks/manage.py shell -c "from...

> The thing is, to avoid spam, a bot can't talk to a user directly. The user has to initiate the conversation. That is talk first, send the first message....

> The same problem here. > > * KeeAgent + Tabby Alpha 181 -> OK > > * KeeAgent + Tabby Alpha 182, 183 -> KO Hi @sugibuchi, I read...

Thanx a lot. I don't know why I never thought of having a look at some logs before... But when I finally did, I additionally found this: -> /var/log/auth.log `Nov...

In my latest experience there is no need to put all the models to an core app etc. The problematic part from the Django example seems to be this portion:...

Today I use this lib to 'up' containers for development porposes (e2e tests) that where made to work with mounts/volumes (volumes are the mapped apps source and test folders so...

Will check that tomorrow :-) Thanks a lot!