Arve Seljebu
Arve Seljebu
Log in argocd-server: ``` time="2020-12-07T14:15:26Z" level=info msg="received unary call /project.ProjectService/Create" grpc.method=Create grpc.request.claims="{\"at_hash\":\"B_mYfqemD7S-K3jxvSbIoA\",\"aud\":\"argo-cd\",\"email\":\"admin-extase\",\"email_verified\":false,\"exp\":1607436296,\"groups\":[\"OCP-admins\",\"system:authenticated\",\"system:authenticated:oauth\"],\"iat\":1607349896,\"iss\":\"https://argocd-server.apps.ocp-lab2.regsys.brreg.no/api/dex\",\"name\":\"admin-extase\",\"preferred_username\":\"admin-extase\",\"sub\":\"CiQ2N2ZlMWFmZi03YmUxLTQzYTgtODI2OC00MDBmY2QwMDJhYjMSCW9wZW5zaGlmdA\"}" grpc.request.content="project: " grpc.service=project.ProjectService grpc.start_time="2020-12-07T14:15:26Z" span.kind=server system=grpc time="2020-12-07T14:15:26Z" level=warning msg="finished unary call with code PermissionDenied" error="rpc error: code =...
OK, so I got it working by changing the `rbac.policy` to: ```csv g, OCP-admins, role:admin ``` Seems the documentation is incorrect.
The ArgoCD documentation on RBAC is a bit light on `g, kubernetes-group, argocd-role` too, https://argoproj.github.io/argo-cd/operator-manual/rbac/
I guess one should reach out to argocd and verify the meaning of `g, , `? Has the current documentation worked in other versions of openshift? We are running openshift...
Also solved by #1152. A workaround while waiting for a solution in sapper is monkey-patching res.end: ```js // add this middleware before sapper.middleware function removeBaseTag(req, res, next) { const resEnd...
> but that would break routes with a slash in it because styles are loaded from client/... instead of /client/... Not sure if you mean this particular example or the...
> Sapper uses document.baseURI for goto and prefetch which doesn't get populated in IE
Might look into scikit-image, which has implemented this: https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/register_translation.py#L195 They use the reference _Manuel Guizar-Sicairos, Samuel T. Thurman, and James R. Fienup, "Efficient subpixel image registration algorithms," Optics Letters 33,...
Just stubled upon _[A study of sub-pixel motion estimation using phase correlation](http://www.macs.hw.ac.uk/bmvc2006/papers/328.pdf)_, which uses fitting of a sinc function to the peak in the phase correlation. It claims to perform...
Any thoughs on how to improve the performance? I've having trouble with high resolution microscope images with quite a lot of overlap. See this notebook: http://nbviewer.ipython.org/github/arve0/master/blob/master/image%20registration%20precision.ipynb