Dear Phiho,
Please post your question on sage-support mailing list or the
forum https://ask.sagemath.org/questions/. The sage-devel
mailing list is, as its name suggests, about sage development.
Best
Vincent
Le 10/05/2022 à 07:28, ph h a écrit :
Dear All,
This does not seem to work with IE o
Hi,
> running sage from a symlink is something that should be supported
Absolutely, yes.
In a hurry she forgot to mention that :
SELF=$(cd `dirname $0` ; pwd)/`basename $0`
is for the links from within $SAGE_ROOT only, of course any link from
outside would need to be resolved with 'resolvel
Exactly this is what I meant with "alias", and why I think that its
documentation is misleading, if not wrong. I just checked, has_element is
not used in the sage library at all. I thus propose to deprecate it.
On Monday, 9 May 2022 at 20:17:09 UTC+2 davida...@gmail.com wrote:
> As you notice
As you noticed, the difference between these two methods is very thin. The
special method "__contains__" is necessary because it is called whenever
the keyword "in" is used. I think that the code could have been simplified
to:
{{{
def __contains__(self, item):
"""
Return whe
On Monday, May 9, 2022 at 8:43:41 AM UTC-7 Samuel Lelievre wrote:
> Note that one can send a merge request against the
> SageMath repository mirrored at GitLab.com.
> The mechanism to sync that repo with Trac is still
> active and maintained (and hopefully backed up
> and documented some place?)
>
There's no policy AFAIK, but I think there's no point in updating their
affiliation/location after their last contribution to Sage.
On Monday, May 9, 2022 at 12:59:29 AM UTC-7 David Roe wrote:
> For former contributors who are no longer active, do we have a policy
> about saying their current
It would be cool to have map locators for the quadruple
(person, time, affiliation, trac id)
(no affiliation being an option). That way we could make many
maps out of one. And in particular visualize the evolution of
sage development.
Vincent
Le 09/05/2022 à 09:59, David Roe a écrit :
For
2022-05-08 21:59:35 UTC, Tobias:
>
> Given the recent issues with the git repo at trac,
> should we allow pushes to the github mirror
> and sync them back to trac using e.g.
> https://github.com/trac-hacks/trac-github?
>
> Would also simplify the contribution guide, since it's
> easier to push to g
For former contributors who are no longer active, do we have a policy about
saying their current institution/company versus where they were when they
were contributing to Sage?
David
On Mon, May 9, 2022 at 3:51 AM Dima Pasechnik wrote:
> On Sun, May 8, 2022 at 9:51 PM Matthias Koeppe
> wrote:
>
On Sun, May 8, 2022 at 9:51 PM Matthias Koeppe wrote:
>
> https://www.sagemath.org/development-map.html
>
> To add yourself or to update your information: edit
> https://github.com/sagemath/website/blob/master/conf/contributors.xml and
> send a pull request
there are lots of `http:` URLs there
I just found
{{{
def __contains__(self, item):
"""
Return whether ``item`` is an element of the group.
...
def has_element(self, item):
"""
Returns boolean value of ``item in self`` - however *ignores*
parentage.
...
"""
return item i
11 matches
Mail list logo