Alec Stein

Results 13 comments of Alec Stein

I strongly agree with either increasing the font size or adding custom .css. I have good vision and I almost never read font this small. I cannot imagine anyone I...

Came here to say that I also have this issue.

Perhaps it's something in-between. The homebrew install doesn't have the same issue with no words being highlighted, though it does have the issue with two-letter words as well as words...

@emeryberger If I run `scalene` on a test script which contains all the functions in `utils.py`, they get profiled correctly. It seems to me that if I import a function...

I tried to make a MWE but couldn't repro: `main.py` ```python from utils import forloop forloop() ``` `utils.py` ```python def forloop(): vals = [] for i in range(100_000_000): vals.append(i) def...

Let me know if you'd like me to give you the actual script to run.

Just tried that. I used `Command`+`,` to open the settings pane and tried to set the font to `Monospace`, but opening a new terminal window didn't do anything. I wasn't...

Bumping this. This would be such a time saver for data bounties. These people don't need the history ever.

That’s odd. Let me check on that! Sent from my iPhone > On Sep 7, 2022, at 12:46 PM, Ross Katz ***@***.***> wrote: > >  > Hi Alec, >...

Do you mind showing me what you’re seeing? Sent from my iPhone > On Sep 7, 2022, at 12:48 PM, Alec Stein ***@***.***> wrote: > >  > That’s odd....