Atul

Results 30 comments of Atul

@thealjey thanks for identifying the issue. Looking forward to the PR.

@arszp10 feel free to open a PR for this use case.

@owen2345 feel free to open a PR for this use case.

I'm trying to do something like this: ``` parser.set('select', async params => { const count = await Model.count() return count } ``` However, when calling the parser `const response =...

That was super quick @harrysarson, thanks! I tried your example and it does work. However in case of `parser.evaluate('select() + 10')` it actually fails with the same issue. Any idea...

Okay, will use a work around. Thanks for the quick help and building this awesome library @josdejong!

I think `async` support would really help when we are working with cases where user creates own formula with different params to it and which needs to be resolved from...

Hey @josdejong , thank you for considering the request. I'm building a web app where users can create lists (eg: `Cars` or `Bikes`) enter key and values for each item...

Hey @josdejong, are you planning to publish support for `async` functions soon?

@josdejong yes, I'm currently using the solution you have provided in the comment, thank you, it is very helpful. However, the native support one would be cleaner. I'm using following...