Ruslan Shupoval
Ruslan Shupoval
@dextervanroo, in case this issue is still something that you are struggling with, could you please provide an example of a data object that you are using in your tests...
@dextervanroo, thank you for the clarification. It is clear now. The long story short, in case `{"var": "data.km"}` and `data.km` is not defined, JsonLogic's `var` operator defaults it to the...
Seems like this issue is related to #44 and #60
@dextervanroo, the reason is due to how javascript evaluates `NULL` [comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal#comparing_boolean_null_undefined_nan): - `null > 0` evaluates into `false` - `null >= 0` evaluates into `true` In your case when data...
@ivan133, it looks like this is no longer an issue. I wasn't able to reproduce this issue with the latest version. Logic: ```json { "filter": [ { "var": "" },...
> Can confirm switching from Windows Terminal to cmd cleared the error, In my case, it was just enough to switch to the "Command Prompt" profile within the Windows Terminal.
Hi @fb-smit, I did the following in my project. ```csharp public class BsonSerializerAdapter( IBsonSerializer serializer, Func to, Func from) : SerializerBase { public override TValue Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) =>...
yeah, sure. I use "Never notify" (do not dim my desktop) The reason I raised this issue is that when I launch elevated Windows Powershell from "Win+X" menu the UAC...
I've recorded a new video of the issue that I am experiencing. It consists of two parts. The first part shows the expected result I'd like to get when I'm...
Hi @SteveDunn, thank you for considering this. The main idea behind this enhancement is to postpone the default behavior when the `null` value is used as an argument to the...