Cody Moore

Results 42 comments of Cody Moore

Why would it be better to submit to the main fish project itself? If anything, it should probably be implemented in `kubectl` itself, not the core fish shell. However it...

Ah ok, I missed that one. I stand corrected, thanks!

Yeah, I misunderstood, but that makes sense now. I guess we will have to wait on spf13/cobra#754 to finish before taking further action here.

Well if I want to get a set of `Appointment` objects from a given start and end date, but the number of returned results exceeds the maximum items to be...

I could cast, but the call to `service.findItems()` would not allow me to filter based off date (as a `CalendarView` would).

@MikeN123 I stand corrected, but it might be more concise to have this part of the `CalendarView`. @serious6 If it makes sense and agreed on, I would gladly add it....

@serious6 +1 that seems like a good idea

Either way, would it make sense to allow `CalendarView` to contain a page offset [instead of just using 0](https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/core/service/folder/CalendarFolder.java#L141) ?

Isn't this already handled in https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/ecr/AmazonECRCreateRepositoryTask.java? I landed here from searching for a solution in gradle to automate the ECR repo creation task, but I noticed that there is already...