Splines

Results 58 issues of Splines

The test pipeline was fixed in #472. Yet still, the tests are not executed anymore as there is no space left for GitHub Actions, e.g. see [this run](https://github.com/MaMpf-HD/mampf/actions/runs/4982431807). This is...

CI/CD

Currently the unit and integration tests are executed twice on pull requests, e.g. [this one](https://github.com/MaMpf-HD/mampf/pull/481) merging from `mampf-next` to `mampf`. This is since we specified that these tests should run...

CI/CD
tests

Maybe funny in the beginning, but url slugs like `/lectures/1/food?project=kaviar` don't serve any real purpose and might just irritate newcomers when they share a link. So, we should gradually replace...

enhancement

Hi, I've tried to register for [criticalmass.in](https://criticalmass.in), however no registration e-mail seems to be sent to me (spam folder already checked of course). I've tried this with two different e-mails,...

bug

## Description Given the following markdown cell with HTML content: ```html Custom CSS styling This notebook uses custom CSS styling. If you don't see this text on a colored background,...

I-bug
A-markdown

With [these lines in our GitHub actions workflow](https://github.com/MaMpf-HD/mampf/blob/360ef59bcd2b58f3ebb1ba5cbcd121b39480ce7d/.github/workflows/tests.yml#L55-L62), we report our test coverage to codecov. ```yml - name: Report test coverage to codecov uses: codecov/codecov-action@v4 with: fail_ci_if_error: true files: ./coverage/coverage.xml...

bug
Area: Report Upload
Medium

### Description With `from IPython.display import Audio`, we can play audio constructed in code. For example, consider [this simple notebook](https://cocalc.com/share/public_paths/cc7d805a7aa2d279d6029ee0eacbe1c0d942d353) with the following code: ```py import numpy as np from...

Thanks for your awesome plugin, this is so helpful! I was wondering if you could possibly replace the one-line `LaTeX code` box with a **text field that also accepts newlines**?...

enhancement

- Pin gem versions instead of using the newest commit on the `main` branch - Don't use `>=`, but `~>` instead, which will not automatically install major version updates -...

dependencies

Currently many unused CSS classes from Bootstrap are sent in MaMpf mails. We can greatly reduce the size of emails by getting rid of that and only using the classes...

ui/ux