Nathan Sheffield

Results 325 comments of Nathan Sheffield

to me this sounds like settings changes to a single object type. we add a looperenv section called 'notifications' and it can look like this: ``` notifications: mail: on_failure address:...

now that I think about it, maybe best to outsource e-mail handling to the resource manager; database management, though... if you want to get e-mail notification, SLURM can give you...

but to actually answer your question; I imagine it would come from the generic server account... as in, you'd need an mailserver running on the computer, and no credentials would...

I see. thanks for reporting. it should remove the whole thing, just needs an extra line of code in there in the unload function...

the first part of this now works; there's a `$BULKERCRATE` env var listing the currently active crate.

This works now for individual crates; but if multiple crates are activated, it only shows the information from the last one.

Yes, it's possible to customize a shell prompt in the `shell_prompt` config option in your bulker config file. However, this is broken at the moment, due to something broken about...

can you solve https://github.com/databio/yacman/issues/32 ?

Ok, after a long time I think the answer to this is to put your custom prompt in `shell_prompt` and just don't use quotes around it, or use singled quotes...

@stolarczyk can you see if this now solves your use case? https://bulker.databio.org/en/dev/custom_prompts/