Results 11 issues of Kyle Cascade

Grabbed from the most recent release https://github.com/bombela/backward-cpp/releases/tag/v1.6 Allows compilation on newer versions of binutils (libbfd). Fixes #1769

``` $ du -sh .cargo 504M .cargo $ du -sh .rustup 871M .rustup``` Prob just needs a dockerignore file

cc @pauloconnor if he wants to take this on. Recently I was looking at all the sensu stuff for a particular team. I had the team name in the search...

Filters

cc @pauloconnor if he wants to take this on. It would be kinda nice if the client info box on an event page linked directly to the client. There is...

@vexxhost has been maintaining this fork: https://github.com/vexxhost/terraform-provider-uptimerobot If this repo is no longer being maintained, would you accept a final PR to note that it is deprecated in favor of...

These break statements are not needed. Also minor gofmt

It isn't super safe to string() an int, slightly better to use fmt.errorf. Also added handling for json decode errors

I was having trouble using the provider because I was being rate limited, and the error was "null" because it wasn't in json. This change adds the hashicorp retryable http...

On linux, I'm getting this assertion error when I open the settings page: ``` Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Rect::makeLTRB expected t -Infinity ``` I could give you the full...

For https://github.com/esphome/issues/issues/6046, when MQTT logging is disabled (either via the `log_topic` or `topic_prefix` set to null), the error message a user sees is python exception. This detects the configuration and...

core
small-pr