Julian Rüth
Julian Rüth
I am trying to package Sage 8.3 for conda at https://github.com/conda-forge/sage-feedstock/pull/22. Strangely, `sage -c 1+1` crashes on OSX Sierra when running with Python 3.6. I don't understand what's going on...
Running the version from #2, i3ipc-dynamic-tiling crashed at one point with this message: ``` 2021-07-23 15:36:34,653 INFO: Workspace::Focus::3 2021-07-23 15:36:34,653 DEBUG: Workspace info: {'mode': 'tiled', 'name': '3', 'layout': 'splitv', 'children':...
I sometimes get errors like the following when changing workspaces in sway: ``` 2021-07-17 17:18:41,481 INFO: Workspace::Focus::3 2021-07-17 17:18:41,481 DEBUG: Create container: main Container already exist! Traceback (most recent call...
Test suite fails when packaged for conda-forge: 2023-09-15T17:07:19.5253123Z FAIL: test-library-examples 2023-09-15T17:07:19.5253372Z =========================== 2023-09-15T17:07:19.5253507Z 2023-09-15T17:07:19.5253732Z Removing redundant inequalities and finding hidden equalities using cddlib...done. 2023-09-15T17:07:19.5253995Z Ax
The CI setup here seems to be broken. At least it's all red. Can something be done about this?
This PR recreates https://github.com/sagemath/sage/pull/36964 by @mkoeppe after it was reverted, see https://github.com/sagemath/sage/pull/37796. --- These directives at the top of the file inform developers about the intended assignment of modules to...
This PR recreates https://github.com/sagemath/sage/pull/36676 by @mkoeppe after it was reverted, see https://github.com/sagemath/sage/pull/37796. --- We restructure the `all.py` files for modularization. Guided by the technical constraints outlined in https://groups.google.com/g/sage-devel/c/ozh-7ZZ848s, #35095 defines...
Currently, the following is not doctested and/or documented: * [x] `svgdigitizer` (the package itself) (see #125) * [x] `svgdigitizer.cv` (the module itself) * [x] Add link to workflow.md (see #87)...
Apparently, `paginate` creates files that do not end with a newline but just with ``. That's usually considered bad practice and we should change that: https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline
The png plots that are produced for the test files should be in the repository so that a GitHub Action can test that they have not changed in a PR.