Brett Smith
Brett Smith
I just tried to reproduce this but wasn't successful. I used this script to generate a journal entry, show it in journalctl, then show it like the original report: ```python...
I ended up just casting `y` to `Decimal` at the top of the function. I think `y = Decimal(y)` should always work given these types, so the cast let me...
This was merged as part of 53b3450172. Thank you!
This was merged as of 53b3450172. Thank you!
Thanks Krzysztof. I have rebased your branch onto current main at https://github.com/arvados/arvados/tree/23077-remove-keepclient. Please note that the Java SDK has moved to `contrib/java-sdk-v2` in the repository. Everything you've got so far...
Sure, that worked and this is merged with 88bb0b9d9f64be790ac95957009274eb25b4932e. Thank you!