Suhaib H Syed

Results 7 comments of Suhaib H Syed

Thank you @lonevvolf for sharing the outcome of your troubleshooting. From @pemmenegger's comment, it seems the docker aci integration defaults to azurecr.io as the container registry for lookup. From documentation...

I have created [a PR to update the documentation](https://github.com/docker/docker.github.io/pull/14932) as suggested by you. Waiting for it to be reviewed before it can be merged into Docker Docs.

You can have a look at the [Official Documentation](https://docs.microsoft.com/en-us/dotnet/api/system.enum.hasflag) of HasFlag. In a nutshell, it returns a simple boolean value indicating whether an instance has a flag (or set of...

No they're not the same. TryFromValue() and TryFromValueToString() are both static methods. In HasFlag(), we're looking at instance methods which will do checks on the value stored in that instance...

I was trying to see how I'd go about this HasFlag() and then I noticed that your `SmartFlagEnum.FromValue()` is returning an `IEnumerable`. I don't think that's how Flags should work....

This, by the way, makes me question the whole point of having a separate `SmartFlagEnum` class for #64. If the differences are so few, we could just introduce some conditional...

I was also waiting and hoping others would take a fresh look at this, perhaps we're both biased because of our direct involvement. I reckon it may not be as...