Denis Kolodin
Denis Kolodin
@saturday06 Excellent work! It's the first good benchmark and it's time to start improving the performance. I'll explore this issue and how to speed it up :rocket:
For theming in my projects I use `var` expression. It works in this fashion: ```css :root { --bg-color: white; --fg-color: black; } .theme-noon { --bg-color: grey; --fg-color: blue; } .theme-dark...
Thanks! No problem, I think we can do it for the next release. In general, do you want to store more or less data? Or the chart is rendering wrong?...
That's actually cool idea and initially we did it this way: we really had both types of UI: Web and TUI, but later we've decided to suspend TUI for a...
Hi! Thanks! Yeah, sorry for that :disappointed: We'll fix that soon in the further updates :ok_hand:
Thanks for the report! :+1: You are absolutely right: pulse chart is not so informative today. We are going to fix that in the nearest release. By the way, I...
Thanks! Yeah, you are right. That's the hot problem and we are going to fix it soon.
@rbranson Merge it, please, because I can't compile some libraries clean without this fixes. I've test it.
@retep998 Thank you for memmap-rs, great lib, useful for me! But there is a dependency in lib: https://github.com/rustcc/coroutine-rs/ I have to twist own forks to fix it. The best way...
Looks fine. Also we'll take full control over all defines. We should implement it :+1: