Joel Ostblom

Results 523 comments of Joel Ostblom

Thanks @trevorcampbell and @briank-git! Did you end up making a github actions template somewhere that we could use as a starting point?

Super, thank you @trevorcampbell ! I will look into this over the coming weeks and try to add it.

Thanks for the quick reply! It seems like you are correct because after clicking `Checkout pull request` in the GitHub pull request extension, GitLens now shows the line level info,...

This would be a really helpful feature! To me, thinking about the rubric up front is part of what supports me in designing a good question. When considering how the...

Nope, I'm not sure what to update but thought it would make sense to bring parity here with `ppi` since `scaleFactor` already exists as you pointed out.

I implemented a version of this locally where the base (and only) unit was minutes, so you could do do `watson start --at -5` to start 5 minutes ago. I...

@domoritz Is this PR looking good to you? Fixing this bug in VL would help us understand if there is anything additional going wrong in Altair for https://github.com/vega/altair/issues/3588.

I echo what John wrote above. My general thoughts on the API are still captured in https://github.com/vega/altair/issues/2759#issuecomment-2139018131, and I'm a bit short of time at the moment to dive into...

> or to use Altair defaults instead of the `.otherwise()`, by just leaving it out, like `alt.when().then()` I didn't realize this was possible, how convenient! > This is all great...

Good idea to try `merge`, but unfortunately it doesn't work: ![image](https://github.com/user-attachments/assets/80f606be-edfe-44aa-b051-e147c6dea25f) It did, however, give me the idea to try out `slice` and that does in fact work. ```py man_model_drv=alt.expr.slice([alt.datum.manufacturer,...