vindarel

Results 591 comments of vindarel

ps: statirator appeared on Pycoders' Weekly of nov, 27th, yeah

Hi MeirKrihell, glad you're still around here :) 1) I tried to install statirator globally ` sudo pip install statirator [sudo] password for vince: Collecting statirator Using cached statirator-0.2.0.tar.gz Requirement...

yes I tried to add the bot into a public group and into a channel. I get the error. ```lisp (defun make-chat (data) (unless (string-equal (getf data :|type|) "private") (error...

I deleted it and tried, then: ``` An HTTP request to "https://api.telegram.org/bot2051825788:AAEQqIEqUtc49MMJDOg-EgK-KVziXq3ol6w/sendMessage" returned 403 forbidden. {"ok":false,"error_code":403,"description":"Forbidden: bot was kicked from the group chat"} [Condition of type DEXADOR.ERROR:HTTP-REQUEST-FORBIDDEN] ``` and this...

oh cool, by accepting and continuing I found the `continue-processing` restart to continue accepting Telegram updates, now it works again (in private 1-1 conversation). +1

I deleted the `error`, now I can add the bot into a new group. It… works. Commands work. A detail though. When the bot prints the start message, if we...

It seems there is no function to extract the strings from source code? That would be a no-go, I don't see myself adding each string to translate in *each* dictionary...

I actually did set up this cl-18n lib last year but I don't remember its advantage or limitation :D I should get back to it in the coming weeks…

I made a quick overview of the changes brought by cage/cl-18n over the Quicklisp one: https://notabug.org/cage/cl-i18n/issues/3 (and erratum: I only tried the QL cl-18n, not Cage's)

I also found this: https://github.com/dkochmanski/translate It doesn't use gettext, it doesn't support pluralization, but it has a convenient function to collect non-translated strings.