Results 12 issues of David Bern

In using eyeD3, I found it very difficult to figure out what each object contains and how to inspect them. I ended up needing to read a lot of the...

help wanted

Calling `tag.frame_set.getAllFrames()` does not return frames in the order they appear in the file. I think it should return them in order.

feature

For Testing Allow ecs_task_definition to specify a root_directory even when using authorization_config. Fixes #26793 and #18010 and discussed in #19549.

bug
size/XS
service/ecs

https://github.com/cloudposse/terraform-aws-elasticache-redis/issues/173 ## what The module should use [preferred_cache_cluster_azs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#preferred_cache_cluster_azs) in the aws_elasticache_replication_group. ## why This would allow us to specify the preferred primary node. Also the parameter used for AZs, availability_zones,...

## Describe the Feature The module should use [preferred_cache_cluster_azs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#preferred_cache_cluster_azs) in the aws_elasticache_replication_group. This would allow us to specify the preferred primary node. Also the parameter used for AZs, availability_zones, is...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Hi. I would like each Request to maintain memory of the last...

feature

Hi. I'm looking at a simple situation: a periodic Task that runs once every 15 minutes. What ways will Redbeat guarantee the task runs every 15 minutes, and what ways...

I think get_params should be changed to include the time component of dtstart. From the [RFC](https://www.kanzaki.com/docs/ical/dtstart.html) `DTSTART:19980118T073000Z` Looks like self.dtstart.strftime('%Y%m%d') would be changed to self.dtstart.strftime('%Y%m%dT%H%M%S'). The issue crops up if...

Add apiflask, flasgger, and smorest. Remove Flask-APISpec (no updates in 2 years) For Issue #31

PR: https://github.com/mjhea0/awesome-flask/pull/32 ### RESTful API + Swagger/OpenAPI Documentation Support * https://github.com/flasgger/flasgger * https://github.com/apiflask/apiflask * https://github.com/marshmallow-code/flask-smorest/