Abbas Cyclewala
Abbas Cyclewala
@nlsdfnbch - I tried your lib for bitfinex to post order. I was always getting 400 with message {Nonce is too small'}. I looked up a bit and found the...
@nlsdfnbch [https://github.com/askmike/gekko/issues/595](https://github.com/askmike/gekko/issues/595) Here a guy mentioned this: ``` This is on ubuntu 16.04 and: Nonce must be greater than 1905332886555001. You provided 149315522139600. ``` The nonce i generated was around...
Hi @vprabhu81, this is intended behavior, context does not automatically get evaluated. Can you provide the context on what you are trying to achieve?
Hi @vprabhu81 , assuming you want to create a custom action, context is passed as is and needs to be parsed at the custom action code e.g. https://github.com/microsoft/RulesEngine/blob/a74f73a44e38ce27c76945f15fd697c7abe5eef9/src/RulesEngine/Actions/ExpressionOutputAction.cs#L21-L22 The ruleparser...
Hi @lajiv, can you provide a code example how you are planning to use actions one after another? If it fits the design, we can enable it
There was a similar ask earlier on an issue where they wanted to say a Rule is success if N child rules succeed, Here is the link to do it...
@asulwer @jncengineering Can you refer this - https://microsoft.github.io/RulesEngine/#post-rule-execution-actions and let me know if you need more details for it?
@bsstahl many of the linq operations works as is, maybe we can use a different example so as to not confuse users. List of all linq operations supported can be...
Hi @jaerith, I had a look into your work and i must say i am impressed :) I have been bit busy lately and would love help from community to...
Just to ensure we both are talking about the same thing. The main idea here is allow users to host workflow/rule files in some store. If you are talking about...