Cory Forsstrom

Results 100 comments of Cory Forsstrom

Hey! Sorry I was out on vacation. I'm not sure I understand what you mean about "X amount per ticker in order to calculate final position". Can you provide further...

Ahh, so basically graph out your portfolio balance? This could be a cool feature that I may implement eventually. I'll add an enhancement label to this issue and maybe I...

Good idea! I'll add this to the backlog

I'm currently hard-coding the interval that I get the OHLCV (Open, High, Low, Close, Volume) data from the API based on the different time-frames. Here are the current intervals: ```...

+1 This is a huge problem with TUI applications, especially ones that leverage things like braille characters to render graphs. Here's an example of Consolas 11pt in Windows Terminal vs...

@zadjii-msft Thanks! It's a TUI app I made in Rust https://github.com/tarkah/tickrs

@DHowett Good point, the windows terminal frame is 36 lines tall vs the alacritty is 38 lines tall, but it's hard to know if that's primarily due to the window...

No real difference. | Consolas | Cascadia Mono PL | | - | - | | ![image](https://user-images.githubusercontent.com/10239377/108554081-72248400-72a8-11eb-850f-e59e3aca3ebc.png) | ![image](https://user-images.githubusercontent.com/10239377/108554131-8072a000-72a8-11eb-99a5-e3ba808fcd8e.png) | Interestingly, Cascadia Mono renders worse than Consolas in Alacritty... |...

Alacritty has a line spacing offset option: ``` # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x`...

@miniksa That's exactly why I created it, to keep a tab on things in the far corner of the screen :) Thanks for taking a quick look into it. Appreciate...