Sam Stephens
Sam Stephens
Rather than requiring us to build neptune-python-utils manually, and watch this repository to catch updates, consider publishing it as a package to PyPi. Also, if you removed the non-standard packaging...
In other languages, the properties for an L2 construct are encapsulated in a Props class, and passed into the constructor of that class. For example, to create a lambda [Function](https://docs.aws.amazon.com/cdk/api/latest/typescript/api/aws-lambda/function.html#constructors)...
### Describe the bug The [documentation of ContainerImage](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ecs/ContainerImage.html) states: > follow_symlinks (Optional[[SymlinkFollowMode](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk/SymlinkFollowMode.html#aws_cdk.SymlinkFollowMode)]) – A strategy for how to handle symlinks. Default: SymlinkFollowMode.NEVER As best as I can tell, this documentation...
### Steps to reproduce the problem 1. Log into the web interface of the Mastodon instance that's your home 2. On your homescreen, find anything in your feed that is...
### Steps to reproduce the problem There's two bug reports against the Android client for inconsistent escaping. https://github.com/mastodon/mastodon-android/issues/235 shows a post with the text `test – for bug report` rendered...
I know you're probably very busy, so to start with, it wouldn't need to say anymore than whether you take pull requests from the general public or not. There's a...
### Pitch It's hard to find the notifications settings. I'm not sure of the best way to do this, without cluttering the interface. However, one immediate step that could be...
### Pitch Currently to turn off all notification noises, you have to scroll through and turn off every flavour of notification sound. My suggestion is to have a single off/on...
### Pitch Currently when you view a user profile from your local instance via the web application, you only see their follower/following that are visible to the local instance. A...
### Pitch [The current development setup instructions](https://github.com/mastodon/documentation/blob/31a159d456a245efe1514b29a6694aa9fb115eb4/content/en/dev/setup.md) have us install foreman manually in order to use it. Is there any reason not to simply include foreman in the Gemfile as...