-
I've been trying to use `StableHashTraits` in a [`Pluto.jl`](https://github.com/fonsp/Pluto.jl) notebook, like this:
![screenshot1](https://github.com/beacon-biosignals/StableHashTraits.jl/assets/2…
-
Required:
- [x] Decide if `ray_julia_jll` should be made into a submodule, and make it so (we decided to make this a submodule offline) #158
- [x] Codecov badge has been added to README: https://gi…
-
```julia
using Legolas
using Legolas: @schema, @version
@schema "test.issue" Issue
@version IssueV1 begin
a::Int
b::Int
end
@schema "test.parent" Parent
@version ParentV1 begi…
-
We currently hardcode this as 0 here:
https://github.com/beacon-biosignals/Ray.jl/blob/836b43b580faae468ffbd15ac66cb54651e1a714/build/wrapper.cc#L174
I think it's a simple matter of passing thr…
-
This is running on a in-house ray cluster on a custom built docker image.
Sanitised logs:
```
$ ray job submit --address http://localhost:8265 --working-dir cluster -- julia script.jl
2023-10…
-
We should probably run these scripts as part of CI just to validate they aren't broken
_Originally posted by @omus in https://github.com/beacon-biosignals/Ray.jl/pull/152#discussion_r…
-
> We shouldn't be using `RAY_CHECK*` because when it fails, it exits the process. better to check + throw. but we can handle that in a cleanup later.
_Originally posted by @kleinschmidt in https:…
-
This issue is used to trigger TagBot; feel free to unsubscribe.
If you haven't already, you should update your `TagBot.yml` to include issue comment triggers.
Please see [this post on Discourse](http…
-
> As far as codecov is concerned `task_executor` isn't tested. If we enable `--code-coverage=true` on the worker processes we can get this for free.
_Originally posted by @omus in https://github.co…
-
This package tries to read its readme at initialization time:
https://github.com/beacon-biosignals/StableHashTraits.jl/blob/9def8095355de77f2942a7ddd1592d3dd267ea6c/src/StableHashTraits.jl#L62
T…