Hans Bakker

Results 153 comments of Hans Bakker
trafficstars

Installed from the Microsoft store, so I did not build it from source. There is somebody else who had the same issue and put it as a review in the...

The review is probably in the Dutch part of the store? See below: ![image](https://user-images.githubusercontent.com/3463496/69993791-d399ef00-154c-11ea-90f1-8b7317124d02.png) The master branch works fine for me!

Yes I understand, thanks for picking this up! BTW I assumed that app publishers would be able to see all reviews for their application?

`DataSourceAttribute` / `DataRow` would be required for https://github.com/Microsoft/Recognizers-Text to move to .Net Core for tests.

@terrajobst @mhutch could you please share your thoughts on this one? Having this functionality would help make my code a lot cleaner.

@davidgamero I believe I'm encountering this issue with k8s-deploy@v4 but I cannot reopen this issue. I'm trying to deploy cert-manager 1.10.1. cert-manager is normally [installed using `kubectl apply -f`](https://cert-manager.io/docs/installation/#default-static-install). I...

> Try it with the `namespace: cert-manager` option. I guess that is no solution because the manifest does not only reference the `cert-manager` namespace but also the `kube-system` namespace, and...

That suggested workaround means I have to take apart the manifest that is provided by cert-manager. I prefer to stick with a manual `kubectl apply` one this case as a...

Thank you both and thank you @jaiveerk for the explanation!

I meant that it might make it much easier for you to maintain this library and to add new functionality if you do not hand-write the REST Client code yourself....