Michal

Results 163 comments of Michal

Hey again, Thank you for your comments and tips! I've looked at the old code of `ml-curve-fitting`, as @andcastillo suggested, and found [the merit function](https://github.com/mljs/curve-fitting/blob/master/src/LM.js#L198) very quickly. However when I...

Please, make this a feature! Just adding a settings option for ***Display percentage*** would be enough, and it sounds super-simple to implement. I wish I had some experience with Vala...

Ok, try installing from [my fork](https://github.com/m93a/wingpanel-indicator-sys-monitor).

Have you tried running `ninja uninstal` in the source directory?

Hey, AssistwithUninstal! :) The command ``` git clone https://github.com/hannesschulze/conecto.git ``` downloads the source code of the program into the folder `conecto`. Since you've already done that, it fails. Then `cd...

Well, `SymbolNode` is an internal API and I don't see how it can be used by users right now. If I modify my example to use `SymbolNode`, it doesn't work:...

Thanks for your comment, I'll start working on this in a week! Just to clarify: I didn't mean *solving* an equation, I really meant computing the determinant with the symbol...

I started fiddling with the implementation, but I got stuck very early. I wanted to add this overload for the `add` function: ```javascript 'Node, any': function(x, y) { return new...

Yes, that's exactly what I did. And this alone was enough to stop the project from ~~compiling~~ loading successfully via `require`.

Hey David, This is indeed a bug in the declaration files, thank you for reporting it! PRs are welcome :)