Pierre Carru

Results 19 comments of Pierre Carru
trafficstars

When labeling new faces in the [`/library/all?q=face%3Anew`](https://docs.photoprism.app/user-guide/organize/people/#why-doesnt-the-new-faces-page-show-all-faces) page I'm using the following snippet in the js console. It binds PageUp / PageDown to previous/next photo, and focused the first unlabeled...

After you delete a kops cluster the `AWSServiceRoleForElasticLoadBalancing` role stays so it's hard to reproduce on an existing account

@daniejstriata what solved it for me it to modify the `aws-cloud-controller-manager.kube-system.sa.` role, add `ec2:DescribeInternetGateways`, `iam:CreateServiceLinkedRole`. I did not need to create a new role

It doesn't, the directory is still created as root:root on the host filesystem (if it doesn't exist beforehands) I think `-u` only influences the execution uid/gid of the processes run...

@MrBasset actually `involved_obj.get("apiVersion", "v1")` means get `involved_obj["apiVersion"]` and fallback to `"v1"` if it's not defined. See the [`.get()`](https://docs.python.org/3.11/library/stdtypes.html#dict.get) function of python dicts. I'm not part of the project but the...

Hi just had the same issue, just remove `appendTimestamp: true`. The implementation of `appendTimestamp` [[source]](https://github.com/operator-framework/operator-sdk-ansible-util/blob/88bbc507e2eddbc7da6625acf1cb6252cb3577b2/plugins/modules/k8s_event.py#L281-L286) is weird and makes an early return in the function, it doesn't include the [`involved_obj`](https://github.com/operator-framework/operator-sdk-ansible-util/blob/88bbc507e2eddbc7da6625acf1cb6252cb3577b2/plugins/modules/k8s_event.py#L306C9-L306C21).

Actually I'm not sure this PR is correct, is merge_type really used anywhere?

On Alpine 3.18 arm64 ``` $ ./configure ... subprojects/frida-core/meson.build:1:0: ERROR: Could not execute Vala compiler: /root/frida/deps/toolchain-linux-arm64/bin/valac-0.58 --vapidir=/root/frida/deps/toolchain-linux-arm64/share/vala-0.58/vapi '--pkg-config=/usr/bin/python3 /root/frida/build/frida-pkg-config.py' $ ldd /root/frida/deps/toolchain-linux-arm64/bin/valac-0.58 /lib/ld-linux-aarch64.so.1 (0xffff9385e000) libm.so.6 => /lib/ld-linux-aarch64.so.1 (0xffff9385e000) libdl.so.2 =>...

`"editor.experimentalEditContextEnabled": false` also fixes a bug on french azerty keyboard with vscode-vim when using `^^` The bug is that the caret character `^` replaces the current character when typing `^^`...