Curtis Vogt
Curtis Vogt
> Yeah we've seen this on 1.9 but I believe it's fixed on 1.10 Good to know. The reported failures are on Julia 1.9.4 I've had luck setting `JULIA_CPU_TARGET` in...
The options are to either add the permissions as you mentioned or disable cache cleanup with `delete-old-caches: false` to skip the cleanup.
One reason not to do this is that you can't access a view when accessing a single element (e.g. ` view(sample, channel, 1)`
> is this non-breaking? it's possible currently working coudl could error if the results storage is allocated with a different type than `S` here. > > I'm also not totally...
@jrevels would be good to also get your review on this PR as you are the original author.
I've revised the change to now work with categorical signals and `Float32` signals. At this point the change should be non-breaking. Callers of `decode(sample_resolution_in_unit, sample_offset_in_unit, sample_data)` have a slight behavior...
> I guess I still don't totally see what this gets us over the `decode!` approach from #141. Even with this, we'll still hit the issue where if the samples...
@jrevels could we get your review on this change as you are the original author of this code?
> We could maybe make these docstrings autogenerated if we use inline docstrings in the `@version` invocation I like this idea. I think there is still a use case however...
Going to kick start the CI workflow