Benedikt Ehinger
Benedikt Ehinger
Hi! I get really beautiful REPL outputs from your package - thanks a ton! Unfortunately, if I then show my `show(io,"text/plain",obj) [...] tprintln(io,"::bla")` in Pluto.jl - I get a garbelled...
took me a while to figure out, but `label_components` runs into segfault with vectors. ```julia label_components([4.0, 0.0, 10.0, 0.0, 3.0, 4.0, 0, 4.0, 4.0, 0.0, 0.0, 5.0] .> 0.9) ```...
I had this now in two XDF recordings in the last day, recorded with `lsl_recorder`, that the timestamps are completely off after some time. We send the data via wifi,...
### Description also add shift_onset(basis::BasisFunction) = 0 and shift_onset(basis::firbasis) = basis.shift_onset
### Description this is relevant only in combination with UnfoldSims 'char' sequence ### Package Version 0.8.3 ### Julia Version 1.11 ### Reproduction steps ```julia _evts = deepcopy(evts) _evts.event = string.(_evts.event)...
### Description https://github.com/unfoldtoolbox/unfold/blob/main/src/uf_toolbox/uf_vif.m ### Validation and testing _No response_ ### Motivation _No response_ ### Target audience _No response_ ### Can you help? _No response_
This function has been around a long time, but actually never been included in Unfold.jl ## Checklist - [x] I am following the [contributing guidelines](https://github.com/unfoldtoolbox/Unfold.jl/blob/main/docs/src/90-contributing.md) - [ ] Tests added...
I noticed an annoying bug (still in 1.11) with the interplay of SimpleTraits.jl and Revise.jl, where sometimes I have to restart my REPL if I modify a function that has...
### Feature description Is it possible to plot the legend on the bottom of the plot_erp? I didnt find that option. I can do horizontal alright, but not on the...
https://github.com/unfoldtoolbox/UnfoldMakie.jl/blob/f5ed699e5abc2b57a438150b75ebff0f93b58529/src/plot_topoplotseries.jl#L127 this is a bad way to define default colorranges, why not use `extract_colorrange` a function that is already defined? --- besides that, I cannot get non-symmetric colorbars anymore. colorrange...