Results 115 issues of Benedikt Ehinger

Adds a trigger action, to rebuild UnfoldDocs whenever UnfoldMakie.jl updates its docs - [ ] change the Readme.md links - [ ] add an if statement: if: github.ref == 'refs/heads/master'

- [x] plot_erpimage with matrix should have a label in samples not in second - [ ] Also really ugly y-label for many trials (here ~14k) ![grafik](https://github.com/user-attachments/assets/fd3b76f1-9d37-45af-be2a-8c27d50a9c51)

enhancement

**Describe the bug** plot_designmatrix fails for small designmatrices **Code To Reproduce** ``` using Unfold,UnfoldMakie,CairoMakie data, evts = UnfoldSim.predef_eeg(sfreq = 5, n_repeats = 1) basisfunction = firbasis(τ = (-1, 2), sfreq...

bug

**Describe the bug** plot_erpimage crashes when providing 3D matrix **To Reproduce** ```julia plot_erpimage(rand(5,5,5)) ``` **Expected behavior** it works **Screenshots** ![grafik](https://github.com/user-attachments/assets/a1b89d75-1bff-441e-9b2e-0a6e4b2282c3) infinite loop when trying to figure out the time vector...

bug

- [x] what version of Makie are you running? (`]st -m Makie`); [CairoMakie](https://github.com/MakieOrg/Makie.jl.git) v0.13.2 - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...

bug

I get an error when I run the following code ```julia using FreeTypeAbstraction face = findfont("noto color emoji") renderface(face, '🎈', 100) ``` results in ``` Couldn't set pixelsize with error:...

- **removed duplicated function** - **make link checker happy** - **make linter happy** - **generalized the test** - **added packages to top** - **added precompilation** - **type stable designmatrix generation**...

- **removed duplicated function** - **make link checker happy** - **make linter happy** - **generalized the test** - **added packages to top** - **added precompilation** - **type stable designmatrix generation**...

Reduces TTFX for the 4 models defined in the precompilation block from ~45s to

this is something Jan showed me. I think we have the limits wrong. The limits should probably be @lift to the axis x/y limits?

bug