Stephan Hradek
Stephan Hradek
> Without a spec this seems unlikely to happen. Here are the specs: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies @nchaigne e this is what I did: ```perl my $partitioned = $app->sessions->cookie_path; $partitioned =~ s/(?:; Partitioned)*$/;...
> Gives current browser support, i'd be in favour of this feature. You mean like this? https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies#browser_compatibility
In fact that worked. Thank you. Still might be a good idea to be able to tag games manually, right? But feel free to close this issue.
I have no clue, what possible "desired values" are. So I ran `./run.sh`. ```text % ./run.sh cmake not found, building inline without airplay pip/window.m:222:36: error: 'CGWindowListCreateImage' is unavailable: obsoleted in...
> Hi! this is an idea I thought about some time ago but didn't find the time to implement it yet. I understand that contributors don't want to mess with...
Haven't tested yet, but it sounds great! Thank you.
Maybe you should provide more info? I, for my part, have no clue what `op-challenger` is and what its source code, defining parameters and commands is.
That's not sufficient. You should provide the full cli definition. OTOH: `--attack` is a bool flag. Correct me if I'm wrong, but bool flags do not expect any parameters. So...
The user did not specify `--attack 1`. The user specified `--attack` and gave a command line parameter, maybe a filename or a count with the string representation of `1`. So...
> So if `cli` can do some warning, it'll be very helpful. So go ahead, switch to`cli/v3`, implement such a warning and make it a Pull Request. OTOH: I do...