Alexey Kreschuk

Results 7 comments of Alexey Kreschuk

I am also interested in adding python to algorithm-visualizer. Is it possible to simplify the development by using some tool like [Brython](https://brython.info) or [transcrypt](https://www.transcrypt.org) that can run python directly in...

Similar to #17 but also works for zsh. Also similar to #16 and #12

This issue could be fixed by checking some file or directory like `$HOME/.config/` or `$HOME/.Xauthority`. This should be relatively easy to implement. I can try to make a PR but...

I wrote the following to pass the right ENV: ```cmake set(ENV_FOR_C CC) set(ENV_FOR_CXX CXX) set(ENV_FOR_Fortran FC) foreach(language ${languages}) list(APPEND ENV "${ENV_FOR_${language}}=${CMAKE_${language}_COMPILER}") endforeach() conan_cmake_run( CONANFILE conanfile.txt BASIC_SETUP CMAKE_TARGETS BUILD missing ENV...

Is it possible to help with this issue? I can find no build or packaging scripts so I don't know how to experiment with solving this issue.

Why not Github Actions?

Could you post a sample site to a gist? It would simplify working on this issue (if it's still an issue).