-
```py
>>> sign(x).rewrite(abs)
sign(x)
>>> sign(x).rewrite(Abs)
Piecewise((0, Eq(x, 0)), (x/Abs(x), True))
```
This is because `rewrite(x)` just dispatches to the method called `_eval_rewrite_as_x`, …
-
Beginning stages of API rewrite
Currently evaluating:
Best language
Best Framework
Needs of the API
Future Maintainability
-
I plan to fully rewrite a majority of the code in this repository in order to make it faster and easier to maintain, as well as solve problems like #58.
-
This is a kind of early new year's resolution:
Typhon's development has been very slow this year. I haven't had nearly as much time to put into it as I would have wanted. But more importantly, ever…
-
I want to rewrite this in a compiled language, perhaps C++ or Rust, when I have more free time.
-
The CSS in this project has various issues.
Before going into details too much, I wanted to ask if MR(s) with changes to the CSS would be accepted.
And, if so, whether many small commits would …
-
No saying, current code is shit. i want to rewrite it until end of week.
![tenor (2)](https://github.com/user-attachments/assets/5041a470-774c-4097-86fb-38bc6c070cc1)
-
-
Can you make the plugin rewrite the intro only to show freshness using our api key.
-
# Problem
The documentation takes irredeemably long to build because Vitepress is really sub-optimal at bundling with two-slash for some reason. While this issue can be triaged itself, I noticed th…