Taylor Dupuy
Taylor Dupuy
Both ways documented in the API to make private streams seem to not work. Here is the documentation for updating a stream to make it private: https://zulipchat.com/api/update-stream Here is the...
If someone just wants to develop bots for zulip not install zulip from source then the testing software test-bots.py in "tools" in not available. It is advertised in the (beta)...
### Steps To Reproduce ``` R. = FreeAlgebra(QQ, 3) P=R.g_algebra(relations={},order='lex') P.inject_variables() #makes variables x,y,z available to this method P.is_commutative() print([x*y-y*x,x*z-z*x,y*z-z*y]) ``` Here is the version. I'm running it on cocalc....