Kris Reeck

Results 6 comments of Kris Reeck

@treii28 > The problem kicked in with the fact all of the properties and methods in Log and LogFactory are set to private. We also had this problem in #186...

Fixed on 1.9 or not, I'm not even seeing how to manipulate the log level. There are no accessors exposed.

@brianmc Can we get a response on this report and/or PR? It would do a lot for confidence from our developers that this SDK is taken seriously.

> Email starting with 'xxxx' seems like a masked email address. The emails are certainly masked, which is what lead to the discovery of this issue. > But it should...

Commenting in support as I'm facing this issue as well. Here is my snippet ```yaml EFSAccessPoint: Type: AWS::EFS::AccessPoint Properties: FileSystemId: !Ref ElasticFileSystem PosixUser: Gid: "1001" Uid: "1001" RootDirectory: Path: "/"...

GitHub [now wants usernames](https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams?apiVersion=2022-11-28#create-a-team) > maintainers array of strings > List GitHub usernames for organization members who will become team maintainers. ```sh gh api \ --method POST \ -H "Accept:...