Chris May

Results 14 issues of Chris May

What do you think about adding a method to generate a JSON string from a configuration class? I created a method for `environ.config` classes in a couple of recent projects...

I have been using Azure Functions at work for almost two years, and they have drastically stepped up their python support. I figure this is a good first stab at...

As I was reading part of the documentation, I found a missing apostrophe in the documentation of the `Api` class. In addition, I'm suggesting adding a jump link in the...

Hey there! Thanks for making such a great tool! I think I might have found an issue with `pipx`, and I'm happy to help fix it, if necessary. **Describe the...

My team has created an Azure function and successfully deployed it using VS Code. However, we want to set it up to build and deploy through Azure DevOps, in order...

I've been using django-template-debug with the [Wagtail CMS](http://docs.wagtail.io), and I'm getting unexpected output from this projects tags. For example: ``` {% variables %} {% attributes self %} {% details self...

**Version info** - OS: macOS 12.5.1 - Build: 2076 **Description** Sublime merge shows untracked files that match ignored files in my global config. **Steps to reproduce** I have a global...

This project could benefit from the ability to alter the schedule during the day. Sometimes I need a longer break, prefer to start and end a Pomodoro at different times,...

minimum-viable-1.0

## Sqlite This fixes the issue where the sqlite database was not getting populated by anything other than the base_price table. In sqlite, an INSERT statement implicitly opens a transaction,...

I'd like to add support for python 3's `pyvenv` environment, and I've tried adding folders to the `"python_virtualenv_paths"` settings to no avail. Looking in line 81 of `lang_integration.py`, it looks...