Results 49 comments of bviktor

I second this. Now I have to manually remove this flag in the script, kinda annoying.

Just to let you know, I'm on Outlook 2019 preview and would be happy to test any pre-release if someone comes up with one.

I'm trying to find out which method is the common practice, but it seems to be different everywhere. - GitBucket: trim - this can cause collisions, though not too often...

So what, should I just spam this ticket just to keep it open? Lol

A patch like this might suffice: ``` diff --git a/vendor/github.com/open-policy-agent/opa/storage/path.go b/vendor/github.com/open-policy-agent/opa/storage/path.go index 5379bbd..3c495d0 100644 --- a/vendor/github.com/open-policy-agent/opa/storage/path.go +++ b/vendor/github.com/open-policy-agent/opa/storage/path.go @@ -9,6 +9,7 @@ import ( "net/url" "strconv" "strings" + "path/filepath" "github.com/open-policy-agent/opa/ast"...

Any update? It'd be great to add a simple check if the target is symlink or not. As of now, this omission renders the plugin quite pointless :(

> @bviktor I've been working some on this plugin for the past couple of days, and I stumbled on this issue now. Do I get it right that in your...

Yes I see, one step at a time :) Still an awesome improvement! I'm really grateful for all the work guys. I'll prolly have to open separate tickets for all...