Steven Fernandez

Results 13 issues of Steven Fernandez

MariaDB has support for [temporal tables](https://mariadb.com/kb/en/temporal-data-tables/) which includes some new keywords from the [SQL:2011](https://en.wikipedia.org/wiki/SQL:2011) standard. It would be great if `mycli` could syntax highlight as well as complete these keywords....

> If a necessary feature has a high astonishment factor, it may be necessary to redesign the feature. > > Textbook formalization: People are part of the system. The design...

Would you consider adding the [The Zen of Python](https://en.wikipedia.org/wiki/Zen_of_Python) ?

The `ElasticSearch` object, obtained, for example from the module level globals in `elasticsearch_dsl.connections` have surprising and unexpected behavior for anyone used to the object from the `elasticsearch-py` . ``` elasticsearch_dsl...

The current implementation of `FuseArgs` extends `Optparse`, which is scheduled to be [deprecated in favor of `argparse`](https://www.python.org/dev/peps/pep-0389/#deprecation-of-optparse). Although there isn't a schedule for when it would be deprecated, it might...

enhancement
help wanted

# pythonrc.py is now `async` capable ! Now, you can declare `async def` functions and `await` on them from the python prompt. This ability is enabled using the `config.TOGGLE_ASYNCIO_LOOP_CMD` (defaults...

# reload command (default: \r ) - If argument is a module, simply call `importlib.reload()`. - If argument is not a module, try hard to re-execute the (presumably updated) source...

Hi, Thanks for maintaining this. Really appreciate your work. Here's the issue I'm reporting: Although I like having the `@Spell` option enabled for `pythonComment`, the same option for strings is...

The current backslash separator in Manifest.in does not allow creation of source distributions / rpms on linux. Changing this to the more standard forward slash fixes this issue. ie: before...