Michael Shepanski

Results 21 issues of Michael Shepanski

It took me a while, but I got it in there. I searched around the Django source and found their version of the colorize() function. So I used that rather...

The README states that we can optionally specify an integer position before the `l`,`c`,`r` option in the filename. I suspect this either not working as intended or I am misunderstanding...

I have a few ideas to create a server to help test the PlexClient functionality. It'll be limited to one person testing at a time, but our test setup does...

test

Two core configurations I would love to see implemented (even if just in a config file). - Allow changing the font and size. - Allow changing keyboard shortcuts. BTW: I...

enhancement

After performing DELETE queries on my SQLite3 DB, I noticed it took affect in the RSR view, but not in the actual database. I thought maybe everything is in a...

enhancement

I know this is a theme designed for ST3, and for the most part things still look great in ST4. One style that really stood out to me as jarring...

App is not working on Ubuntu 22.04. We get the error message displayed below. I get the same error trying the AppImage or the deb install. After searching around to...

bug

Added 3 new options: * `auto_discover_base_directories` - Similar format to `projects` setting, but will look in these directories for any git, hg, or svn repos and auto create project files...

I want to use django-websocket-redis for more than one type of app. I touched on this the other day, but didn't really collect my thoughts enough and thus [removed the...

I was getting a lot of echo responses from the server even though I have not subscribed to them. After digging into it I found that in [wsgi_server.py:106](https://github.com/jrief/django-websocket-redis/blob/master/ws4redis/wsgi_server.py#L106) you define...