Johnathan Raymond
Johnathan Raymond
The last CocoaPod release of Sparrow's `SPEventListener` fails to compile because of the old version of `objc_msgSend()`. I see that it's been updated in the repo but the last tagged...
Add a sample application to both test and demonstrate functionality
Add in the option to have your implementation injected as a singleton when used
[Argo](https://github.com/thoughtbot/Argo)'s creation syntax might be more elegant than the current casting solution, if it can be applied to protocols: ``` swift import Argo import Runes struct User { let id:...
### Checks - [X] I have searched the [existing issues](https://github.com/deployKF/deployKF). - [X] This issue is NOT security related. (Please [disclose responsibly](https://github.com/deployKF/deployKF/security)) - [X] This issue is NOT specific to the...
### Expected Behavior AwsProviderDefaultTags(tags) accepts as input a cdktf `StringMap` ### Actual Behavior Output of `ServicecatalogappregistryApplication.application_tag` is a `cdktf.StringMap`, but the `AwsProviderDefaultTags` only accepts `Mapping[str,str]` as input to `tags` attribute....
### Description In order to make programmatic decisions based on the terraform plan, it would be helpful to add the results of the `cdktf-cli` script as an output on the...
### Description Typically, terraform `apply` jobs to an environment will not occur as a result of a PR, but rather after merging to the main branch. It is still desirable...
### Enhancement Description The MCP spec includes [a section for tool annotations](https://modelcontextprotocol.io/docs/concepts/tools#tool-annotations), allowing you to, among other things, provide human readable names to the consuming tools. Presently I don't see...