Luis Saavedra

Results 9 issues of Luis Saavedra

dont work: `bot.api.sendMessage(chat_id: message.chat.id, text: "\[dont show in brackets\]", parse_mode: "Markdown")` work, but why?: `bot.api.sendMessage(chat_id: message.chat.id, text: "\\[show in brackets\]", parse_mode: "Markdown")` regards, Luis

This close definitively pull request GH-8, GH-9 and issues GH-10, GH-20. I think that with some like this can be chain works also.

Added locale to translate app in admin. Also I'm added two additional files: - manage.py - app.py `app.py` is needed only to translate the app-name, in the other hand `manage.py`...

Hello, I'm started to work with [starlette](https://www.starlette.io/). And like they say: >*Starlette is a lightweight [ASGI](https://asgi.readthedocs.io/en/latest/) framework/toolkit, which is ideal for building high performance asyncio services.* but with **ocpp** we...

## Description QuerySet data type is added in to_representation method because in that case if QuerySet.all() is not called the result iterable is not updated and iterate over an "obsolete...

stale

`db_url` fail with `oracle` url without path, for example: ```python import environ env = environ.Env() DB_URL = 'oracle://super_user:super_pass@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle_dev)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=XEPDB1)))' DB = env.db('', default=DB_URL) print("NAME:", DB['NAME']) ``` ```bash NAME: %28DESCRIPTION=%28ADDRESS=%28PROTOCOL=TCP%29%28HOST=oracle_dev%29%28PORT=1521%29%29%28CONNECT_DATA=%28SERVICE_NAME=XEPDB1%29%29%29 ``` but...

If you see: https://bugs.python.org/issue9334 you can check why epoader fail to parse (for example): ```sh # epoloader -l -38.889468,-77.352420,5 -t- /tmp/MTK14.EPO /dev/ttyUSB1 ``` a workaround is to use "=" an...

no milestones in "new issues" makes this plugin not functional in redmine 2.0.*