anand jain

Results 47 comments of anand jain

@jakubMitura14 none in the repo yet but @ufechner7 made https://github.com/ufechner7/Rubi.jl and @miguelraz made https://github.com/miguelraz/Rubin.jl I'm not sure how far along these are yet though, may be good starting places if...

Try `isequal` instead of `==`. That's usually my problem when I run into that error.

i'd love this feature! to be friendly to colorblind, maybe we could default the coloring to be as-is (off) and leave the config to another PR? @thazhemadam thanks for doing...

I bugged @pfitzseb and he said >IIRC (and this may be wrong, I haven't looked at that code in a bit) we treat all environments the same. The current handling...

printing out `config` for `manim --resolution 1080,1920 .\test.py`, i'm seeing: `pixel_height: 1920, pixel_width: 1080` and `frame_height: 8.0, frame_rate: 60.0, frame_width: 14.222222222222221` i was able to get everything working by manually...

just realized choco needs llvm too, any way to install the dependencies that takes less space?

Would change up the `render!(env)`, to allow for running julia scripts from terminal and display the video? Currently, w/o being in an IJulia notebook, the output of demo_script from readme...

i dont want to spam you with issues, we can just chat here. i did `@profview` and we are just spending the whole 90 seconds just parsing TOML. ![image](https://user-images.githubusercontent.com/33790004/216714072-5299207e-bc37-455d-b5a3-d4c5f6e2c800.png) I...

its `@profview` in vscode the purpose is to reduce precompilation and using times. so im trying to look at which packages would have the most impact on the ecosystem but...

i should note that doing the induced subgraph method is ~100X faster (tested on DifferentialEquations 17 seconds vs 0.15) and it seems to only take a second or two to...