Re: [sage-devel] Re: Disputed Pull Requests / Role Sage-Abuse and the Code of Conduct

2024-02-23 Thread David Roe
On Thu, Feb 22, 2024 at 9:11 PM Matthias Koeppe wrote: > On Wednesday, January 10, 2024 at 6:50:10 AM UTC-8 William Stein wrote: > > the main act of censure that the sage-abuse committee will be > taking going forward will be to delete comments (on github and mailing > lists) that violate the

[sage-devel] Re: Policy for disputed PRs: discussion

2024-02-23 Thread Kwankyu Lee
Hi, Another "disputed" PR is piled on the heap: https://github.com/sagemath/sage/pull/36999 Behind a disputed PR, there is a lot of time and energy wasted from the author, the reviewers, and the audience. The disputed PRs discourage everyone in the community. I am aware that one policy about

[sage-devel] Re: Policy for disputed PRs: discussion

2024-02-23 Thread Kwankyu Lee
Hi, Another "disputed" PR is piled on the heap: https://github.com/sagemath/sage/pull/36999 Behind a disputed PR, there is a lot of time and energy wasted from the author, the reviewers, and the audience. The disputed PRs discourage everyone in the community. I am aware that one policy about

Re: [sage-devel] No MathJax display in Sage 10.3.beta notebooks when offline

2024-02-23 Thread Dima Pasechnik
My experiments with a pure upstream jupyterlab show that this is not reproducible there. Namely: 1) clean up cache of your browser 2) create a fresh venv and pip install jupyterlab there, and the corresponding mathjax package: $ python3 -m venv foo $. foo/bin/activate (foo) $ pip install

[sage-devel] Re: Help with coercion / action for tensor product

2024-02-23 Thread 'Martin R' via sage-devel
I just prepared a very long answer. Doing so I had to check something in my code. This in turn lead me to discover a bug, which might slightly change things. I am too tired right now to fix the bug (it might not be easy), so please give me a night. This might reduce the problem to nothing,

[sage-devel] Re: Help with coercion / action for tensor product

2024-02-23 Thread Nils Bruin
On Friday 23 February 2024 at 06:44:39 UTC-8 Martin R wrote: Dear all! I badly need help to make the following work. Let M be a module over a ring Q, and let R be a ring with a coercion from Q to R. Then I want to be able to multiply elements in R with elements in tensor products of M. It

[sage-devel] Help with coercion / action for tensor product

2024-02-23 Thread 'Martin R' via sage-devel
Dear all! I badly need help to make the following work. Let M be a module over a ring Q, and let R be a ring with a coercion from Q to R. Then I want to be able to multiply elements in R with elements in tensor products of M. This is https://github.com/sagemath/sage/pull/37413, and is

[sage-devel] Re: Bug in integration on a Riemann surface

2024-02-23 Thread Linden Disney
As a note, I have now raised an issue https://github.com/sagemath/sage/issues/37438 about this on github. On Monday, January 22, 2024 at 5:57:50 PM UTC Nils Bruin wrote: > More importantly, the error also doesn't occur with > > S = Curve(f).riemann_surface(integration_method="heuristic") > >