-
- [ ] #206
- [ ] #208
- [x] `workflow_dispatch` should take as an input the commit sha to use as `tag` (to enable backports)
- [x] Pre-Release workflow should check project.version !in tags to a…
-
https://github.com/beacon-biosignals/TimeSpans.jl/blob/eb327966a96776b1b5f9980ad18e3719930d8279/src/TimeSpans.jl#L105-L119
I get that it's so that TimePeriod's act like a 1-ns range around that tim…
-
The current reader used is https://github.com/sam81/BDF.jl which hasn't been updated since 2018, this is only an issue as it is requiring old package dependencies.
Best plan seems to be to switch …
-
I generated test edf data using the [make_test_data function](https://github.com/beacon-biosignals/OndaEDF.jl/blob/master/test/runtests.jl#L17) (slightly modified version of that), saved the resulting…
-
One of the big missing features in the stats modelling Julia ecosystem includes marginal effects-related computations ([emmeans](https://github.com/rvlenth/emmeans) and [marginaleffects](https://githu…
-
As a followup to https://github.com/beacon-biosignals/julia_pod/pull/12 I'd like to suggest that the `cluster-autoscaler.kubernetes.io/safe-to-evict` annotation be set to `"true"` by default (or unset…
-
Hello,
I would like to use K8sClusterManagers.jl inside a predefined namespace to prevent accidental (or voluntary) damage to other infrastructures inside kubernetes.
Currently this is not possi…
-
The ray project is setup as a monorepo. This setup ensures that language and backend support are in lock step. With Ray.jl being a separate repo from the ray project we should utilize a runtime check …
-
This makes it hard to load a backend "in the background" in a way that doesn't effect the end-user.
I'm not really sure how to do this and preserve the "convenience activation" feature where a user…
-
I found myself using this internal function when attempting to identify the schema version from the element type of an iterator:
```julia
record_type = Base.@default_eltype(records)
record_type
omus updated
11 months ago