ronkok / Hurmet

Rich text editor on the web, featuring live calculations.
https://hurmet.org/
25 stars 0 forks source link

String Interpolation inside dataframes not working #32

Closed swopnil123 closed 5 days ago

swopnil123 commented 1 week ago

There seems to be a bug. I'm doing exactly what is shown in the documentation manual.

image

image

ronkok commented 6 days ago

Yep, that was a bug. Fixed now. You'll get the updated version the next time you navigate to Hurmet.org after a 4-hour absence.

Note that I have also revised the documentation. The example of string interpolation now reads:

w = ``dead  live    snow
${w_dead}   30  40`` 'lbf/ft' = %% lbf/ft
ronkok commented 6 days ago

I appreciate your attention to detail and how you identify issues. In future communications, it would be very helpful if you would write your example in text that I can copy and paste. When you paste in screenshots, I am forced to retype your work.

swopnil123 commented 5 days ago

Thanks Ron. I will keep that in mind.