-
This was observed during some internal Beacon benchmarking of a large job (~25k tasks + a reduce step) with kuberay. I haven't been able to reproduce (re-submitting exactly the same job with no chang…
-
Here are some (hopefully complete) to-dos to make the experimental [YASGuide](https://github.com/jrevels/YASGuide) implementation complete, for whomever wishes to work on it. This is the style guide m…
-
Right now `labels` can be set by passing in a `configure` closure, which is clunky.
Users should be able to pass in `labels` as kwargs, the same way as `memory`, `cpu`, etc.
Maybe even set a lab…
kolia updated
3 years ago
-
We have JuliaFormatter (using the built in YAS config) turned on as a linting step in many of our internal repositories and I find that sometimes it appears a bit...overeager in removing "extra" newli…
-
Hi,
I was just wondering if anyone had tried to connect a remote control (IR or bluetooth) to LSL? May this works with the Windows Game Controller APP? Has anyone experience on that? I use a an IR …
-
**Submitting author:** @ashleyblawas (Ashley Blawas)
**Repository:** https://github.com/ashleyblawas/respdetect
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** Pen…
-
-
From the [FAQ](https://beacon-biosignals.github.io/Legolas.jl/stable/faq/):
> Why does Legolas.jl support Arrow as a (de)serialization target, but not, say, JSON?
>
> Technically, Legolas.jl's co…
-
I have a header that looks a bit like this:
```julia
EDF.SignalHeader("EEG_C3-A2", "", "uV", -313.0f0, 313.0f0, -32768.0f0, 32767.0f0, "", 200)
```
specifically, the label has an `EEG_` prefix…
-
I think it would be convienent to be able to index into a Spectrogram with times or frequencies, and obtain the power in the corresponding bin. `Spectrogram` already has all the necessary information …