Naso Evangelou-Oost
Naso Evangelou-Oost
@jonsequitur I can reproduce it as follows. 1. make a new notebook `bug.ipynb` in Jupyter lab with the following cell (F#) that does an expensive computation ``` /// Permutations of...
Thank you. That works for me if I input it within the ghci repl, but it does not work automatically when I put it in my `.ghci` file (my project...
> > > > Math functions should respect UOMs > > The relevant ones seem to be Abs, Max, Min, Sign, and pown. I'm not sure it makes sense for...
> > > ``` > Abs:'num pown won't work on second thoughts as the measure of the output depends on the number of the integer exponent and that is not...
> > > That's not right. Functions which are homogenous in each variable are compatible with units. This includes non-algebraic functions like abs, and excludes algebraic functions like x^2+x. Being...
I'm not sure why you want to assume units are positive. With that assumption there would be no reason to apply Abs in the first place?
@orchetect that did the trick! Thanks :)
> Hi, thanks for the bug report! There is currently no way to just turn off the inlay hints for records, I believe, it might be easy to configure, but...
> > > @charlesroddie, like the `IndexOf` methods for strings, I think it's reasonable to return `-1` for empty lists, arrays, sequences. > > Btw, there was a suggestion here...