-
```julia
julia> using Ray, CxxWrap
julia> Ray.init()
julia> task_args = Ray.serialize_args([1,2,3])
3-element Vector{Any}:
ray_core_worker_julia_jll.TaskArgByValueAllocated(Ptr{Nothing} @0x0…
-
I propose that each kind of stream is its own module, with some metadata that provides information about, parameters that can be passed, and a way to run a process producing it.
Use cases to consider…
xloem updated
6 years ago
-
Using `bdf_test.bdf` file (https://github.com/beacon-biosignals/EDF.jl/blob/master/test/data/bdf_test.bdf) and the following MWE:
```
using BDF
using EDF
using BenchmarkTools
# BDF and EDF ha…
klaff updated
3 years ago
-
It would be great to have the feature:
` @whedon invite @arfon as reviewer`
This could perhaps generate some default invitation message e.g.:
> Hi @arfon, @Kevin-Mattheus-Moerman, an editor f…
-
realized while writing https://github.com/beacon-biosignals/OndaEDF.jl/issues/34#issuecomment-980097812
Let's say OndaEDF extracts a group of channels to convert into a single `Onda.Samples`. If al…
-
Add support for using `!` while using `getindex` to access a view instead of a copy. For example:
```julia
samples[channel, !]
```
People familiar with DataFrames.jl should already be used to this…
omus updated
6 months ago
-
Currently, it is just a warning in EDF.jl, but I think accessing this information programatically could be useful.
-
Hi,
for the Julia wrapper for s3gof3r, I set up Julia's binary builder, which builds for many platforms automatically:
https://github.com/JuliaBinaryWrappers/s3gof3r_jll.jl/releases
Feel free to us…
-
I.e. I think it would be great if the `manager` could store a `Bool` for whether or not we want to run these lines:
https://github.com/beacon-biosignals/K8sClusterManagers.jl/blob/905c995d0ca6300a1…
-
If you have a function like
```````julia
module TestPkg
"""
greet([io=stdout])
## Example
```jldoctest
julia> using TestPkg
julia> sprint(TestPkg.greet)
"Hello World! I am \"greet…