Josh Karpel

Results 42 comments of Josh Karpel

@manrajgrover It seems like a better default would be to `rstrip` the user's text instead of `strip`, so that trailing whitespace is removed but leading whitespace (like in the original...

Just put up a related PR (I should have checked the issues first!) #1150

> It doesn't seem to respond to keyboard events after calling `self._driver.start_application_mode()`. I should have checked the issues - I just posted a PR related to this! https://github.com/Textualize/textual/pull/1150

I'm not sure there's an easy way around this... AFAIK, the workflows run independently, and they merges the reports on their side. This seems to be their expected workflow, and...

> Personally, I am not a huge fan of pre-commit hooks as they add more overhead than I would like for some changes, or when I just want to push...

+1, this also seems to be a blocker for installing `mojo` in CI systems (in my case, GitHub Actions) unless I'm missing something. I was looking to copy what `pytest-mojo`...

Interesting question; I actually haven't thought about doing this, probably because I'm too deep in the weeds and I'm willing to hammer out the `rich` content. At a high level,...

@nbrucy since you added the original multi-dimensional IDE code, would you mind taking a look at this and letting me know if anything looks off? Or if you know any...

> Hello! > > I don’t see better way of switching between scalar and matrix multiplications but have you considered the case when d and k are vector-valued? > >...