Brandon W Maister

Results 14 issues of Brandon W Maister

**Is your feature request related to a problem? Please describe.** I would love to be able to trace the evolution of a value across stack frames. This means that variables...

enhancement

In response to #578, there really isn't anything Chrono can do to actually prevent the invalid memory accesses in libc -- all we can do is tell people not to...

This aligns all the instance IDs. Also, since they are now aligned, I removed the surrounding parenthesis. I also made the `Target` properties a little bit more clear. I'm happy...

### What happened? given a launchtemplate that includes: ```python aws.ec2.LaunchTemplate( f"{STACK}-{name}", metadata_options=aws.ec2.LaunchTemplateMetadataOptionsArgs( http_put_response_hop_limit=2, instance_metadata_tags="enabled", ), # snip .. ) ``` Pulumi _always_ shows the metadata options as needing to be...

kind/bug
awaiting-upstream

If you're looking for an idea for something to do, I think it would be pretty cool if I could: ```rust #[derive(AccordValidate)] struct Account { #[accord_rule(length(1..64))] name: String, #[accord_rule(length(5..64), contains("@"),...

feature

I'm getting a crash when trying to introspect some discovered log targets using grafana agent's promtail config. Using a Docker image built with `FROM grafana/agent:v0.27.1`. It happens with an extremely...

bug
upstream
keepalive
subsystem/logs

It would be nice to be able view the ratio of different kinds of code in a project, to get an overview.

Feature Request

This uses the python-future package and its futurize script to support Python 3. I've only tested on 2.7 and 3.5, but I would expect this to support 3.3+ (that's what...

See this comment in git2-rs for details: https://github.com/alexcrichton/git2-rs/pull/315#issuecomment-393006101