Andrew McFague

Results 8 issues of Andrew McFague

Currently, Django doesn't function using a server like paster, which means that introducing WSGI middleware requires using extraneous means. However, it _does_ support using _Django middleware_, which means that it...

In preparation for allowing Linesman to support displaying profiles from different languages, Linesman may require the ability to host results in a stand-alone mode. This stand-alone mode would also require...

Currently, cProfile stats are converted to a native format to be used by Linesman and discarded. This is because the cProfile stats themselves contain lots of proprietary information that isn't...

Although the current session listing allows one to filter based on the URI (and thus, extension), it might be beneficial to do this at the profiler level. For example, images,...

Currently, the session listing is using some modified jQuery layouts, while the profile page is doing its own completely separate thing. One option is to just use jQueryUI for everything--considering...

When specifying usernames and passwords for the host, I expect the format to be the same on both the command line on the config. I.e., on the command line: ```...

BUG

# What does this implement/fix? Adds an option to skip validation on pins. For custom boards, there are often differing usages--for instance, the [Spotpear ESP32C3](https://www.spotpear.com/index/product/detail/id/1232.html) uses GPIO12 and 13 to...

integration: esp32_touch
has-tests
core
integration: esp32

## Description: Adds documentation for usage of `skip_validation_for_pins` **Related issue (if applicable):** n/a **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#5615 ## Checklist: - [x] I am merging...

has-parent
current