Devyn Collier Johnson

Results 8 issues of Devyn Collier Johnson

Flake8-MyPy fails to recognize Python scripts that use the magic comment containing `coding: utf-8-unix` as a UTF8 file. This bug has persisted for several versions and I had been fixing...

When using Flake8 (with Flake8-Mypy) on Python scripts containing comments with Unicode comments, Flake8 crashes with a UnicodeEncodeError. The suggested code in my commit appears to resolve the issue without...

I saw [Issue 219](https://github.com/rap2hpoutre/laravel-log-viewer/issues/219) , but that solution does not work (I get `Array to string conversion` errors). `LaravelLogViewer::getFiles()` appears to not check if the value is an array prior...

If [PEP484](https://www.python.org/dev/peps/pep-0484/) ( https://www.python.org/dev/peps/pep-0484/ ) type hints are applied to `__all__`, PyDocStyle does not see `__all__: list`. PyDocStyle should be modified to recognize `__all__` even with type hints applied ([PEP484](https://www.python.org/dev/peps/pep-0484/))....

**Baikal version**: 0.9.2 **Expected behavior**: When deleting all calendars from all users and deleting all users, I would expect the database tables `calendarinstances`, `calendars`, and `calendarchanges` **Current behavior**: The database...

This may already be on the developer's to-do list, but I think it would be very helpful if the Debugger add-on had support for PDB (Python Debugger) and LLDB (LLVM...

plugin/debugger

When switching between projects, it would be helpful if the bookmarks and code-collapsing all saved and was restored upon opening a project.

It would be great if Vpython came in Debian packages. That may help increase the number of users.