Suavesito

Results 44 comments of Suavesito

I don't think the problem in CI is related to this PR. I think code-wise, it is ready (modulus review). It just needs documentation and testing (specially the second).

I haven't tried to profile it again, but I'm doing it. I'll add more test.

I have profiled it again, here are the results @shashi. ```.julia julia> length(eqs) 91 julia> length(vars) 190 julia> @time Symbolics.solve_for(eqs, vars); 1.221608 seconds (6.97 M allocations: 186.474 MiB, 5.23% gc...

I'm currently working on generating the artifact for nativefiledialog-extended.

One thing I've found is that sometimes I would like to use special ordering that _I do not want to define with `isless`_, maybe because it would be type piracy...

> and substituting texprintf for render . The package is now registered, but instead of `render`, it went like `texstring` (`render` is a lot better name, I just didn't see...

Interesting, I need to look at it to know how to correct it for good. Thanks for the test script.

[This](https://github.com/JuliaPackaging/Yggdrasil/pull/8873) is the `PR` to `Yggdrasil`. 😄

> actually, `^` is the default, so why not just omit it? Didn't remember this, let me change it. Thanks. :)