Daniel Einspanjer
Daniel Einspanjer
@jeremywall how goes this project? We are making extensive use of JSONLogic in our project and need to get a query builder out there too so I'd be interested in...
Shoot.. I was hoping for this same thing. Rather than running the rule against data to get a result, I want to run the rule through a transform to turn...
I have a function that takes most of the logic operations and converts them to SQL conditions in PostgreSQL syntax. Unfortunately, I don't think it is very reusable at the...
So I think the quote operator might be on the right track, but we need to keep in mind that the builder of the structure might want certain parts to...
I'd really like to see this one fixed. If there is a known pattern for fixing it that you can point me at, I'd be willing to try to put...
Well, I tried pretty hard to get this fixed, but I ran into too many problems in the guts of aweless. As mentioned in #172, ultimately, the problem is awless...
So the way that I am setting the level works for most things inside cruddl, everything except for that one message that is logged inside ArangoDBAdapter. I believe it works...
Okay, I found the more appropriate way to configure the default logger, but I'm still getting the logging from ArangoDBAdapter. Here is my new code snippet: ``` const loggerProvider =...
Yes, it is only that one message I'm getting. I was wondering if maybe the fact that the adapter seems to try to set up its own logger was preventing...
Could you see if you can replicate the behavior?