Simon Guest
Simon Guest
We built a [fairly sophisticated pipeline using Redun](https://github.com/AgResearch/gbs_prism), making use of a Slurm compute cluster via [PSI/J](https://psij-python.readthedocs.io/en/latest/user_guide.html). The PSI/J stuff was fairly well encapsulated in a [single Python module called...
Excited to see these new releases, and asking nicely if you could continue to push corresponding tags to GitHub, as per https://github.com/insitro/redun/issues/116 Thanks!
Actually, it's not all user defined exceptions which do this. It's any exception class for which the constructor has multiple required parameters. I fixed it in my case by defining...
There seems to be no way to trigger a re-run after failing to create a file. As I develop my workflow, I find I may have a bug which causes...
I could really do with a new release, since I am trying to publish my own crate which depends on Steel, for which I need #486 Latest published steel-core is...
When I get an `Err(SteelErr)` returned from `Engine::run()` I would like to show it with as much context as possible. I have some Scheme like this: ``` (define (cdr-assoc key...
1. AFAICT Steel looks for cogs exclusively under `$STEEL_HOME/cogs`. 2a. Running with Steel installed centrally (in readonly storage), I need to define `STEEL_HOME` for my history file to work (see...
I am interested in using `steel-regex` in my own application. This is not installed by `cargo xtask install`. I was able to use it by doing this: ``` aya> cd...
Here I have `$STEEL_HOME` as `$pwd/steel-home` ``` aya ls steel-home aya> cargo-steel-lib ... Found a cdylib!======================> ] 184/185: steel-playpen Copying /home/sjg/vc/sjg/playpen/steel-playpen/target/release/libsteel_playpen.so to /home/sjg/vc/sjg/playpen/steel-playpen/steel-home/native/libsteel_playpen.so Finished `release` profile [optimized] target(s) in 37.39s...