Mahrud Sayrafi

Results 229 issues of Mahrud Sayrafi

This is a redo of #644, which allows users to explicitly turn off math engine and syntax highlighter of kramdown. There was some discussion on that PR, but after my...

Github allows for restricting merges to certain branches in various ways: - allowing only admins to merge - requiring a certain number of approvals before allowing a merge - requiring...

under discussion

This seems unexpected and potentially inconsistent with the documentation: ```m2 ii21 : sort matrix{{-1,0,1}} oo21 = | 0 -1 1 | 1 3 oo21 : Matrix ZZ

Here is an example: ```m2 A = kk[x_0..x_1, DegreeRank => 2] B = kk[a_0..a_1,y_0..y_1, DegreeRank => 4] f = map(B, A, {B_0, B_1}) degrees A^{{1,2}} -- {{-1, -2}} degrees B^{{1,2,0,0}}...

This was in an example for `isOnImage` in NumericalImplicitization: ```m2 -- -*- M2-comint -*- hash: 927871285 i1 : R = CC[x_(1,1)..x_(3,5)]; I = ideal 0_R; o2 : Ideal of R...

After #1666 is merged, there will be 214 warnings left, and 1370 node are not subnodes, which would be good to improve. - [ ] missing nodes: - [x] CC'...

Documentation
good beginners' project
contributions welcome

Short version: we can remove the type MonomialIdeal in the top level and instead install hooks on functions that have faster algorithms with monomial ideals that check if the input...

enhancement

Try running: ```m2 needs "code.m2" ``` And nothing happens. Now try running: ```m2 load "code.m2" ``` and you get an error that `code.m2` was not found on path. This is...

[The parent node of a subnode is] only visible in the html and info versions of the documentation. If you type `help superscript`, you won't see it. _Originally posted by...

Documentation