Mohamed Barakat
Mohamed Barakat
The `homalg_project` packages should be released in less than an hour from now. Thanks for the patches.
This example is just a place holder. I would like to see Singular supporting GB with Dedekind domains as coefficients rings. Motivation: Affine rings like Z[a,b,x,y,z]/( a^2-a+1, 2*b-1 ) appear...
> The current chance would be to realize R as an affine algebra (a Singualr quotient ring)... This is what I (almost) do currently, but it is not efficient enough.
> ```julia > module MyModule > ENV["NEMO_PRINT_BANNER"] = "false" > ``` It is too late. The banner is printed before this line is reached.
If it is only about your use, you can add the following line to `.julia/config/startup.jl`: ```julia ENV["NEMO_PRINT_BANNER"] = false ```
I get a similar error on macOS 12.5: ``` {startup} unable to initialize RocksDB engine: Corruption: Corruption: IO error: No such file or directory: While open a file for random...
Now that I managed to create the workspace using the workaround suggested by Frank the history saving does not work.
> A crucial aspect of modules over non-commutative rings is that one has to be careful about which actions are left and which are right otherwise things don't work out...
I will split my thoughts into several posts. Here is the first one. 1. First of all, I like all the three functions and will start using them once they...
2. The idea of automatically generating Julia packages for each GAP package definitely has the pros you addressed above, but I see the following drawbacks apart from the considerable maintenance...