Olexandr Konovalov

Results 15 issues of Olexandr Konovalov

This is an issue to monitor the status of selected packages for which an update is desired in time for GAP 4.12. This replaces #2984 and lists everything from there...

topic: packages

Please consider recording this software (and other components of the CP toolkit) in Pure following the guidelines from https://code4ref.github.io/ (more specifically for Pure - https://code4ref.github.io/pure.html). This will allow us to...

https://librarycarpentry.org/lessons/ says that new LC lessons are built from clones of this repo. However, http://carpentries.github.io/lesson-example/ does not mention LC. Furthermore, not clear e.g. how to change the logo from the...

type:discussion

There is the OpenDreamKit Google Scholar profile now at https://scholar.google.co.uk/citations?hl=en&user=GNEP8oMAAAAJ. I have checked it w.r.t. https://github.com/OpenDreamKit/OpenDreamKit/blob/master/lib/publications.bib. We need to check if anything else is missing, and find a place to...

https://github.com/burnash/gspread/pulls may be used for this.

### What is the problem? "Using a UNIX/Linux emulator (Cygwin) or Secure Shell (SSH) client (Putty)" in https://github.com/swcarpentry/shell-novice/blob/main/learners/reference.md is linked to https://faculty.smu.edu/reynolds/unixtut/windows.html which redirects to https://www.danielrreynolds.com/ and can't find appropriate...

It was reported to me that "browser" help viewer is not available on Windows. It happens because ARCH_IS_WINDOWS() no longer returns 'true'. Furthemore, 'start' is also not available, so I...

Reported by @grahamknockillaree: ``` gap> R:=SmallRing(4,3);; gap> IsIntegralRing(R); true gap> ShowMultiplicationTable(R); * | 0*a a 2*a -a ----+---------------- 0*a | 0*a 0*a 0*a 0*a a | 0*a a 2*a -a...

kind: bug: wrong result

The following example, about which I was told by @nzidaric, does not work: ``` F:=GF(2); x:=Indeterminate(F,"x"); poly:=RandomPrimitivePolynomial(F,17); K:=FieldExtension(F,poly); r:=Random(K); Conjugates(K,r); ``` For example, ``` gap> F:=GF(2); GF(2) gap> x:=Indeterminate(F,"x"); x...

kind: enhancement

Working on a script to get quick overview of packages. The plan is that it can produce a report for one package, or for all packages from the gap-packages organisation,...

do not merge