Results 31 comments of Bryant Luk

This is a pretty substantial enhancement. Unfortunately, I (nor the rest of my team) do not have the bandwidth right now to tackle this due to other commitments. I'll leave...

IOBluetooth seems to be an x86 Mac OS X app framework (not available on iOS; iOS uses CoreBluetooth only). Does your app either in code or in the target build...

@nickjwallin Does this only occur in the simulator? If you tried it on a device, does it run?

@Joachimsh You can see the [public headers](https://github.com/card-io/card.io-iOS-SDK/tree/master/CardIO) for the various view options. Is there anything specific you want to do? I'm not sure what you mean by change the flow...

Looking at generated code, the enum getters are like `get_field(self) -> Result`. If the protocol evolved with more enum variants, then I assume that application `A` (with the original protocol...

This would break existing integrations that are using `.` as a decimal separator in their code and where their decimal separator is different. We will consider this in a future...

I would prefer an explicit way to specify that no middleware should be added (versus having to discover any middleware added in every release and finding the flags/code to disable)....

If I have an API server which does not use cookies, I may not want to have any parsing done for cookies. Also, if I have a custom session middleware,...

IMO, it would be better to have an option (in the config file and in the command line) in release-plz to specify whether any tags/commits should be signed. There are...

Ignore my previous suggestion. Parsing the return value of `git config tag.gpgSign` with a success return code in the repository would be the best way that I know of, but...