Cyril van Schreven

Results 10 comments of Cyril van Schreven

Thanks a lot, this succesfully turned my nvidia graphics card off. However, now I would like revert the changes to use the graphics cards but I can't detect it anymore....

@tlvd You mean I just don't use the commands? Don't the commands, especially the second one, stay even after a reboot? ps: Bear with me, I have been using ubuntu...

Glad to see someone else is active with this repository. [Here](https://github.com/schreven/PyPokerEngine) is the fork. I added a readme describing the changes I made. A few notes: I've not been thorough...

Thanks! It's just a shame that the repository owner is not active anymore. If more people still use this project, it can be worthwhile to maintain a fork

I fixed this on my branch if you're interested. The change is in hand_evaluator.py; Change the function __search_straight to: def __search_straight(self, cards): bit_memo = reduce(lambda memo, card: memo | 1

It looks better than my attempt. In the end wasn't it possible to store the "unaltered" datetime as mentioned [here](https://github.com/sabre-io/vobject/issues/648#issuecomment-2098641738)? One idea would be to have a new object that...

> "on/in" - just trying to be clearer that this problem happens when exactly at the time the transition "jumps" (usually 0200), or for any time in the "missing" hour...

Here is what I tried: https://github.com/ProtonMail/vobject/pull/101/files note: this PR is on a fork that has diverged a bit In short the idea is to keep track of the "jump", and...

Reverting the time after the fact is not ideal. In an ideal world I would rather see the code store the "raw" datetime, i.e. 2:15am inside `$this->currentTime`. The transformation from...

Hey @phil-davis, yes you summarized the issue perfectly. I see that you spotted the issue I created https://github.com/sabre-io/vobject/issues/648 and I continued the discussion there. Thank you for this library, it's...