Kou Yong Kang
Kou Yong Kang
> So you have 2 GPUs and there might be some other people using them. That's why `-G` and setting free percentage don't work because you don't know how much...
> Anyway, we can have an option that tells ts to choose GPUs based on processes. Would you like to make a PR? I would love to make a PR,...
cc: @happenslol, @gabyx, @edmundmiller
``` diff --git a/termwiz/src/input.rs b/termwiz/src/input.rs index 6d52625e4..1645e0324 100644 --- a/termwiz/src/input.rs +++ b/termwiz/src/input.rs @@ -235,6 +235,7 @@ impl KeyCode { matches!( self, Self::Hyper + | Self::CapsLock | Self::Super | Self::Meta |...
> The purpose of caps:ctrl_modifier is to have Caps Lock behave as a Control modifier, but still be able to distinguish it from the Control_L and Control_R keys in things...
[Screencast from 2024-06-03 21-34-16.webm](https://github.com/oss-apps/split-pro/assets/1729497/0aa903cc-7fbb-4cce-8409-cebd3fe06fec) I briefly made a screen capture for this, do let me know if it is reproducible.
As I used the application more frequently, I'm starting to find edge cases where storing as whole number in DB does not seem to be able to solve the issue...
> Not sure but maybe this fixes it: #135 I've checked and this does not fix the issue, this issue is currently a design flaw in how currency is being...
> i don't think this is language issue, but the problem float in computers! It is a language issue in that you cannot have actual integers in javascript, I think...
> Once that is done I will think about the rounding errors, i.e. the leftover pennies. I don't want to overcomplicate the logic and I believe going with a random...