Gillardo
Gillardo
Not so much of an issue, but more of a feature, but i would of thought that when an item is being dragged, it would make sense to copy the...
Looking at the code, on line 93 of the parser.js file, you have ``` this.binaryOps = { '+': add, '-': sub, '*': mul, '/': div, '%': mod, '^': Math.pow, '||':...
Why is the Evalulate function limited to returning a number (i am using typescript) and not any object? I would like to calculate the difference between 2 dates and write...
I am running hangfire in a single web application, my application is being run on 2 physical servers but hangfire is in 1 database. At the moment, i am generating...
I dont need all the css as i override a lot of the styling to match our application which i am sure lots of other people do as well. It...
Looking for an alternative to NCALC and come across to this package, but wondered if tis still maintained or updated? Does this project works with .NET5 and the upcoming .NET6?...
Hi there, found this project by looking for alternative to NCalc. Seems to work for me, but i am finding a very high memory issue with it and i see...
The text of the polls are hard to see in dark mode 
I cannot find anything on this but can someone please tell me if it's possible to override the operators? I want to be able to check when + - /...
Fix #257 Updated demo to include select component at different parts of the page Image shows dropdown can fit below component  Image shows that dropdown goes up as will...