Pavel Selitskas

Results 26 comments of Pavel Selitskas

@moorereason I have Go 1.11. So what gives? ``` import "gopkg.in/russross/blackfriday.v2" ``` ``` $ go build go: downloading gopkg.in/russross/blackfriday.v2 v2.0.1 build fancypackage: cannot find module for path gopkg.in/russross/blackfriday.v2 ```

@moorereason yeah, maybe a bug in go mod, maybe smelly package cache, but `import "github.com/russross/blackfriday/v2"` worked.

No, we do not. This code implies deep insert and other forms of wizardry which are not supported. There is a plan to add support for easy activityparty handling in...

@wendyrepez make sure you are using the latest version of toolkit @ dev-master. I tried both setting the integer value `0` and `new OptionSetValue( 0, '' )`, and it worked...

@andymain this may be triaged in the next month or two, but I would suggest you try tackling it yourself to speed the process. I would love to see a...

@andymain no timeline so far, and the future is obscure. Perhaps it would be easier to just fall back to IFD at the moment.

Hi @shaunjc Could you provide error messages received from Web API please? Thanks

Hi @shaunjc One thing I want to point out is that relationship schema names are case-sensitive and sensitive to spelling mistakes. And CDS / Dynamics 365 have a `contact_CampaignResponses` relationship....

@shaunjc What you're trying to do here is a deep insert, and the toolkit indeed does not support that yet. But it is a valid feature request. 👍 As for...

@fredthomsen this is not quite clear. By default, the operator will use `ruleType: prefix`, and it will create prefix rules for the ingress. It's much more involved to support these...