[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/

2024-03-24 Thread Robin H. Johnson
commit: 244c1a8fbec377a129414d299666e087b01e50f3 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 05:32:14 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 25 05:32:28 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24

[gentoo-commits] repo/gentoo:master commit in: app-metrics/bind_exporter/

2024-03-24 Thread Robin H. Johnson
commit: a31db516d1fef6769c875871c751886a7b5a7a87 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 05:18:32 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 25 05:20:15 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3

[gentoo-commits] repo/gentoo:master commit in: app-metrics/bind_exporter/files/, app-metrics/bind_exporter/

2024-03-24 Thread Robin H. Johnson
commit: 1351ede7b9e4a9e6d004d2f3d019e8d9ba907b78 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 05:16:53 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 25 05:20:15 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13

[gentoo-commits] repo/gentoo:master commit in: app-metrics/bind_exporter/

2024-03-24 Thread Robin H. Johnson
commit: 3569befa2b4ea88a83cdfb0a5dc4114934ff867e Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 05:18:05 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 25 05:20:15 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35

[clang] [OpenMP] Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
@@ -107,5 +112,8 @@ void foo(void) { // CHECK-AMDGCN-NEXT: for (int i = 0; i < 100; i++) // CHECK: for (int i = 0; i < 16; i++) // CHECK: for (int i = 0; i < 16; i++) +// CHECK: int non_const_val = 1; +// CHECK-NEXT: #pragma omp parallel robincaloudis wrote:

[clang] [OpenMP] Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
robincaloudis wrote: >From what I understood, I'd say that there is a chance that wrong semantics >are attached against the `trait-selector` when it is a dynamic condition >selector, i.e. `condition(non_const_val > 0)`. I'd base my argumentation on >the fact that static condition selector do

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Allow dynamic `condition` selector in Metadirective (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Metadirective uses default for non-const user condition (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis converted_to_draft https://github.com/llvm/llvm-project/pull/86457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] WIP: Metadirective uses default for non-const user condition (PR #86457)

2024-03-24 Thread Robin Caloudis via cfe-commits
/82754 >From bc962815d5587ffb16a178b4b766ffe36ee1c8a0 Mon Sep 17 00:00:00 2001 From: Robin Caloudis Date: Sun, 24 Mar 2024 21:37:33 +0100 Subject: [PATCH] Reproduce reported issue --- clang/test/OpenMP/metadirective_ast_print.c | 8 1 file changed, 8 insertions(+) diff --git a/clang/test/OpenMP/metadirective_ast_

[Git][archlinux/packaging/packages/bats][main] upgpkg: 1.11.0-1: New upstream release + Add .nvchecker.toml

2024-03-24 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / bats Commits: a4f16caa by Robin Candau at 2024-03-24T21:26:08+01:00 upgpkg: 1.11.0-1: New upstream release + Add .nvchecker.toml https://github.com/bats-core/bats-core/releases/tag/v1.11.0 - - - - - 3 changed files

[Git][archlinux/packaging/packages/bats] Pushed new tag 1.11.0-1

2024-03-24 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.11.0-1 at Arch Linux / Packaging / Packages / bats -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bats/-/tree/1.11.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[plasma-systemmonitor] [Bug 484384] No system info displayed on Raspberry Pi OS

2024-03-24 Thread Robin Bankhead
https://bugs.kde.org/show_bug.cgi?id=484384 Robin Bankhead changed: What|Removed |Added Summary|No system info displayed on |No system info displayed

[plasma-systemmonitor] [Bug 484384] New: No system info displayed on wayland/raspberry pi OS

2024-03-24 Thread Robin Bankhead
https://bugs.kde.org/show_bug.cgi?id=484384 Bug ID: 484384 Summary: No system info displayed on wayland/raspberry pi OS Classification: Applications Product: plasma-systemmonitor Version: 5.27.5 Platform: Other OS: Linux

[jira] [Created] (TIKA-4225) Add detection for AMF

2024-03-24 Thread Robin Schimpf (Jira)
Robin Schimpf created TIKA-4225: --- Summary: Add detection for AMF Key: TIKA-4225 URL: https://issues.apache.org/jira/browse/TIKA-4225 Project: Tika Issue Type: Improvement Reporter

[jira] [Created] (TIKA-4224) Add detection for 3MF

2024-03-24 Thread Robin Schimpf (Jira)
Robin Schimpf created TIKA-4224: --- Summary: Add detection for 3MF Key: TIKA-4224 URL: https://issues.apache.org/jira/browse/TIKA-4224 Project: Tika Issue Type: Improvement Reporter

[jira] [Created] (TIKA-4223) STL file exported with OpenSCAD not detected correctly

2024-03-24 Thread Robin Schimpf (Jira)
Robin Schimpf created TIKA-4223: --- Summary: STL file exported with OpenSCAD not detected correctly Key: TIKA-4223 URL: https://issues.apache.org/jira/browse/TIKA-4223 Project: Tika Issue Type

[jira] [Created] (TIKA-4222) Add detection for OpenSCAD

2024-03-24 Thread Robin Schimpf (Jira)
Robin Schimpf created TIKA-4222: --- Summary: Add detection for OpenSCAD Key: TIKA-4222 URL: https://issues.apache.org/jira/browse/TIKA-4222 Project: Tika Issue Type: Improvement

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
https://github.com/robincaloudis edited https://github.com/llvm/llvm-project/pull/86407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Remove double pow intrinsics (PR #86407)

2024-03-23 Thread Robin Caloudis via cfe-commits
:00 2001 From: Robin Caloudis Date: Sat, 23 Mar 2024 19:12:08 +0100 Subject: [PATCH] [HLSL] Remove double pow intrinsics This change removes the pow intrinsics with parameters of type double as it is not available in the DCX (trunk) compiler. Introduced during https://github.com/llvm/llvm-proj

Re: LilyPond 2.25.14

2024-03-23 Thread Robin Bannister
of pages... Fitting music on 3 or 4 pages... Drawing systems... Converting to `3.pdf'... Success: compilation successfully completed No problem here on Win7, but I have nothing large. N.B. the log doesn't mention JIT mode. Cheers, Robin

[Git][archlinux/packaging/packages/glances][main] upgpkg: 3.4.0.5-1: New upstream release + Add .nvchecker.toml + Switch license to SPDX identifier

2024-03-23 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances Commits: debdcf12 by Robin Candau at 2024-03-23T17:28:01+01:00 upgpkg: 3.4.0.5-1: New upstream release + Add .nvchecker.toml + Switch license to SPDX identifier - - - - - 3 changed files: - + .SRCINFO

[Git][archlinux/packaging/packages/glances] Pushed new tag 3.4.0.5-1

2024-03-23 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 3.4.0.5-1 at Arch Linux / Packaging / Packages / glances -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/tree/3.4.0.5-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.24.0-1: New upstream release + Adapt patch to new upstream dependencies' definition

2024-03-22 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: 3659f379 by Robin Candau at 2024-03-22T12:55:50+01:00 upgpkg: 1.24.0-1: New upstream release + Adapt patch to new upstream dependencies definition - - - - - 3 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.0-1

2024-03-22 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.0-1 at Arch Linux / Packaging / Packages / python-pymupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.24.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.21.9-1: New upstream release

2024-03-22 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: 5ce0dfe4 by Robin Candau at 2024-03-22T10:34:38+01:00 upgpkg: 1.21.9-1: New upstream release https://github.com/go-gitea/gitea/releases/tag/v1.21.9 - - - - - 2 changed files: - .SRCINFO - PKGBUILD

[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.21.9-1

2024-03-22 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.21.9-1 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.21.9-1 You're receiving this email because of your account on gitlab.archlinux.org.

[ceph-users] Re: RGW: Cannot write to bucket anymore

2024-03-21 Thread Robin H. Johnson
On Thu, Mar 21, 2024 at 11:20:44AM +0100, Malte Stroem wrote: > Hello Robin, > > thanks a lot. > > Yes, I set debug to debug_rgw=20 & debug_ms=1. > > It's that 403 I always get. > > There is no versioning enabled. > > There is a lifecycle policy for

[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-18: Rebuild against mupdf 1.24.0 + Add .nvchecker.toml

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: 701b3de9 by Robin Candau at 2024-03-21T16:56:08+01:00 upgpkg: 0.4.1-18: Rebuild against mupdf 1.24.0 + Add .nvchecker.toml https://archlinux.org/todo/mupdf-1240-rebuild/ - - - - - 3 changed

[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-18

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.1-18 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-18 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.23.26-2: Rebuild against mupdf 1.24.0

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: 1a226f94 by Robin Candau at 2024-03-21T16:54:10+01:00 upgpkg: 1.23.26-2: Rebuild against mupdf 1.24.0 https://archlinux.org/todo/mupdf-1240-rebuild/ - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.23.26-2

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.23.26-2 at Arch Linux / Packaging / Packages / python-pymupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.23.26-2 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/mupdf] Pushed new tag 1.24.0-1

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.0-1 at Arch Linux / Packaging / Packages / mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/tree/1.24.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.450-1: New upstream release

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: d675ef1e by Robin Candau at 2024-03-21T14:28:08+01:00 upgpkg: 2.450-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.450-1

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.450-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.450-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.124.1-1: New upstream release

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo Commits: 82fe7bb1 by Robin Candau at 2024-03-21T14:22:02+01:00 upgpkg: 0.124.1-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.124.1-1

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.124.1-1 at Arch Linux / Packaging / Packages / hugo -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.124.1-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 1.43.0-1

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.43.0-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/1.43.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 1.43.0-1: New upstream release

2024-03-21 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: 8457f37f by Robin Candau at 2024-03-21T14:16:59+01:00 upgpkg: 1.43.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
to as TWAT > tubes back in Nike Hercules tech school in 1977. > > Dave > ex MOS 22L > > On Tue, Mar 19, 2024 at 4:35 PM gene heskett wrote: > > > On 3/19/24 14:15, Robin Szemeti via Emc-users wrote: > > > I purchased a couple of large travelling wave tube amplifiers

[Git][archlinux/packaging/packages/limine] Pushed new tag 7.1.0-1

2024-03-19 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 7.1.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/7.1.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.1.0-1: New upstream release + Add .nvchecker.toml

2024-03-19 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: a066f97a by Robin Candau at 2024-03-19T21:45:12+01:00 upgpkg: 7.1.0-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
And Mouser! Black list mouser as they sell all sorts of high power MOSFETS and IGBTS that could be used to construct drives for the same purpose. And all non ferrous metals stock holders ... they sell brass and bronze that could be used for the bearings, have they no shame? On Tue, 19 Mar 2024

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
I purchased a couple of large travelling wave tube amplifiers in an auction. I phoned the US company to ask about schematics and a manual ... "can we have the serial numbers please?" ... "sure ... " "great and what date did you sign the ITAR agreement?" On Mon, 18 Mar 2024 at 17:45, gene

[ceph-users] Re: RGW: Cannot write to bucket anymore

2024-03-19 Thread Robin H. Johnson
e name exist, possibly versioned, somehow owned by a different user? `radosgw-admin object stat --bucket=... --object=...` IIRC there would be specific messages saying it was denied by policy, but I haven't checked that part of the codebase in some time. -- Robin Hugh Johnson Gentoo Linux: Dev, Infra L

Re: developer token basic access requested a month ago without reply

2024-03-18 Thread Robin Wehner
Resolved! Thank you very much for help! Cheers Google Ads API Forum Advisor schrieb am Montag, 18. März 2024 um 14:22:06 UTC+1: > Hi, > > Thank you for providing the additional information. > > > @Compliance team, please confirm if you are able to assist in the below > access request. > >

Re: [PATCH v2] RISC-V: Introduce option -mrvv-max-lmul for RVV autovec

2024-03-18 Thread Robin Dapp
LGTM as well. Regards Robin

Re: [PATCH] drm/panthor: Don't use virt_to_pfn()

2024-03-18 Thread Robin Murphy
return -ENOMEM; ptdev->pm.dummy_latest_flush = virt_to_page(dummy_page_virt); Cheers, Robin. if (ret) return ret; @@ -184,7 +186,7 @@ int panthor_device_init(struct panthor_device *ptdev) * happens while the dummy page is mapped. Zer

[FURY] [FURY][GSoC] Regarding participation in Summer of Code 2024

2024-03-18 Thread Robin Roy
ped in clarifying confusion <https://github.com/fury-gl/fury/issues/851#issuecomment-1978189172>. How do I apply to be a part of Fury? And what idea should I work on? I'm fine with all 3 of the ideas, but I believe I have to narrow it down and study to make a good proposal. I'd like some directi

Re: [PATCH] drm/panthor: Fix the CONFIG_PM=n case

2024-03-18 Thread Robin Murphy
ittle. Well, as long as it doesn't regress the PM behavior, I think I'm happy to take the risk. Worst case scenario, someone complains that this is not working properly when they do the !PM bringup :-). Indeed, I've no objection to this patch - although I really should have compiled tested it as Robin

Re: [PATCH] drm/panthor: Fix the CONFIG_PM=n case

2024-03-18 Thread Robin Murphy
are of allowing the compiler to optimise out the ops structure itself without any further annotations. Thanks, Robin. static DEFINE_RUNTIME_DEV_PM_OPS(panthor_pm_ops, panthor_device_suspend, pantho

Re: developer token basic access requested a month ago without reply

2024-03-18 Thread Robin Wehner
Hey, thanks for the quick feedback. As mentioned before, I have not received any confirmation or information emails. So unfortunately I can't provide a case id. Have great one! Google Ads API Forum Advisor schrieb am Montag, 18. März 2024 um 11:13:35 UTC+1: > Hi, > > Thank you for reaching

Developer Token Basic Access requested a month ago without reply

2024-03-18 Thread Robin Wehner
Dear Google Ads API Developer Team, I submitted a Basic Access Request for my Developer Token about four weeks ago and have been awaiting a decision without any reply. I have also opened a support ticket, but neither received a ticket id nor an email confirmation. Would be awesome if you guys

Re: [PATCH 1/6] auxdisplay/ht16k33: Replace use of fb_blank with backlight helper

2024-03-18 Thread Robin van der Gracht
Hi Thomas, Thank you for submitting your patch, it looks fine to me. Reviewed-by: Robin van der Gracht On Wed, 13 Mar 2024 16:45:00 +0100 Thomas Zimmermann wrote: > Replace the use of struct backlight_properties.fb_blank with a > call to backlight_get_brightness(). The helper imp

[Git][archlinux/packaging/packages/urlwatch] Pushed new tag 2.28-2

2024-03-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.28-2 at Arch Linux / Packaging / Packages / urlwatch -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/tree/2.28-2 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.124.0-1

2024-03-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.124.0-1 at Arch Linux / Packaging / Packages / hugo -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.124.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.124.0-1: New upstream release + Add .nvchecker.toml

2024-03-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo Commits: b88d2a43 by Robin Candau at 2024-03-16T19:43:02+01:00 upgpkg: 0.124.0-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes

Re: E200004 error during commit

2024-03-16 Thread Robin
revision is 1203, so this means the corruption is way back in r319? After reading the threads, I don't quite understand how to fix L2P. The problem is now sometimes I'm unable to commit. Robin On 3/16/2024 8:49 PM, Daniel Sahlberg wrote: Den tors 14 mars 2024 kl 05:22 skrev Robin : Hi

[Git][archlinux/packaging/packages/zabbix][main] upgpkg: 6.4.12-2: net-snmp-5.94 rebuild + Add .nvchecker.toml

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zabbix Commits: 9472e195 by Robin Candau at 2024-03-15T13:15:37+01:00 upgpkg: 6.4.12-2: net-snmp-5.94 rebuild + Add .nvchecker.toml https://archlinux.org/todo/net-snmp-594-rebuild/ - - - - - 3 changed files

[Git][archlinux/packaging/packages/zabbix] Pushed new tag 6.4.12-2

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 6.4.12-2 at Arch Linux / Packaging / Packages / zabbix -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zabbix/-/tree/6.4.12-2 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.21.8-1: New upstream release + Add .nvchecker.toml

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: 8f981008 by Robin Candau at 2024-03-15T11:37:08+01:00 upgpkg: 1.21.8-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes

[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.21.8-1

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.21.8-1 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.21.8-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.8.9-1

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.8.9-1 at Arch Linux / Packaging / Packages / fastfetch -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.8.9-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.8.9-1: New upstream release

2024-03-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch Commits: 910cc4c9 by Robin Candau at 2024-03-15T10:41:10+01:00 upgpkg: 2.8.9-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

Re: pacman in testing can cause some issues for packagers

2024-03-15 Thread Robin Candau
it to a -3 rebuild before moving to stable? Thanks! [1] https://gitlab.archlinux.org/pacman/pacman/-/commit/bae9594ac1806ce30f2af1de27c49bb101a00d44 -- Regards, Robin Candau / Antiz OpenPGP_0xFDC3040B92ACA748.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP

[gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/

2024-03-14 Thread Robin H. Johnson
commit: a2573c506caae02d4cdd45c7480e8ada4f463069 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Mar 14 18:26:10 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Thu Mar 14 18:33:17 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2

[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 1.42.0-1

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.42.0-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/1.42.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 1.42.0-1: New upstream release

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: aa2b335b by Robin Candau at 2024-03-14T19:09:04+01:00 upgpkg: 1.42.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/python-ansible-compat] Pushed new tag 4.1.12-1

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 4.1.12-1 at Arch Linux / Packaging / Packages / python-ansible-compat -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/tree/4.1.12-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/python-ansible-compat][main] upgpkg: 4.1.12-1: New upstream release + Add .nvchecker.toml

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-ansible-compat Commits: 0f2662a6 by Robin Candau at 2024-03-14T19:07:14+01:00 upgpkg: 4.1.12-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD

[Git][archlinux/packaging/packages/ansible-lint] Pushed new tag 24.2.1-1

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / ansible-lint -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/tree/24.2.1-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/ansible-lint][main] upgpkg: 24.2.1-1: New upstream release + Add .nvchecker.toml

2024-03-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint Commits: c0f4f537 by Robin Candau at 2024-03-14T19:02:16+01:00 upgpkg: 24.2.1-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes

[gdal-dev] Hanging (or very slow) when ogr2ogr appending to PostGIS table

2024-03-14 Thread Robin Wilson via gdal-dev
Hi, I’ve been using ogr2ogr to import vector datasets into PostGIS tables. I originally tried this using a local Postgres server, and ran the following commands to import one file into a PostGIS table, and then append the contents of another file to the same table: ogr2ogr --debug ON -f

Re: [PATCH] RISC-V: Introduce option -mrvv-autovec-max-lmul for RVV autovec

2024-03-14 Thread Robin Dapp
affected by the patch if I'm not mistaken. We still have code paths that will generate a larger LMUL (also in vsetvl last I checked, but that was a while ago). Regards Robin

E200004 error during commit

2024-03-13 Thread Robin
adata at revision 0 ... * Error verifying repository metadata. svnadmin: E24: Invalid L2P offset in r319 footer svnadmin: E24: Could not convert 'L��>q��y���B�|Q�`E⌂♠A�r�Y�X1V}���g6.�☼�ݥ�♂�M�,♫�]I̠◄�8►�ِ���Ya↕4♠�%��e�'��XRf1�◄��OY�D`F�',►VRG�޾�]u' into a number SVN 1.14.2 Robin

[gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/files/, sys-fs/mdadm/

2024-03-13 Thread Robin H. Johnson
commit: 16001ee3172451f6574dbe8c5b7f71ac0d43d3e2 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Mar 14 03:39:47 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Thu Mar 14 03:42:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/riscv/, profiles/arch/loong/

2024-03-13 Thread Robin H. Johnson
commit: 0cc6106b2176e61bec384012fa9350b29e64c307 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Mar 14 03:41:21 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Thu Mar 14 03:42:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c

Re: [PATCH 3/3] dt-bindings: remoteproc: Add Arm remoteproc

2024-03-13 Thread Robin Murphy
dividually is liable to get unmanageable really fast, and a higher-level functional grouping (e.g. these reset-related registers together as a single 8-byte region) would likely be a better design. Thanks, Robin. + +required: + - compatible + - reg + - reg-names + - fir

[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/

2024-03-13 Thread Robin H. Johnson
commit: 3dc3292d11e8e576338d48f03266c5594983daa8 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Mar 13 16:23:57 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Mar 13 16:24:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d

Bug#1066790: steam-installer 32bit package is missing

2024-03-13 Thread Robin
-cache policy steam-installer steam-installer: Installed: (none) Candidate: (none) Version table: Would be great if you could provide the i386 package for steam-installer, also for the current Debian stable, maybe through the backports. Many thanks! Robin

[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/

2024-03-12 Thread Robin H. Johnson
commit: 0dd86ed01ecd13b32a282d228937be391ceebb6b Author: Robin H. Johnson gentoo org> AuthorDate: Wed Mar 13 05:23:50 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Mar 13 05:24:16 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d

[gentoo-commits] proj/fifo-cronolog:master commit in: /

2024-03-12 Thread Robin H. Johnson
commit: 80ac76208eade31ad0df6b347481049c20608a39 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Mar 13 04:51:37 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Mar 13 04:51:37 2024 + URL:https://gitweb.gentoo.org/proj/fifo-cronolog.git/comm

[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.449-1: New upstream release + Add .nvchecker.toml

2024-03-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: a330b37a by Robin Candau at 2024-03-12T19:30:56+01:00 upgpkg: 2.449-1: New upstream release + Add .nvchecker.toml - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes

[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.449-1

2024-03-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.449-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.449-1 You're receiving this email because of your account on gitlab.archlinux.org.

[gentoo-commits] proj/fifo-cronolog: New tag: v1.2.1

2024-03-12 Thread Robin H. Johnson
commit: Commit: Robin H. Johnson gentoo org> CommitDate: Tue Mar 12 18:14:59 2024 + New tag: v1.2.1

[gentoo-commits] proj/fifo-cronolog:master commit in: /

2024-03-12 Thread Robin H. Johnson
commit: 81713dc3efcbec5ae3006580a97aef519bfc7c2b Author: Robin H. Johnson gentoo org> AuthorDate: Tue Mar 12 18:06:26 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Tue Mar 12 18:06:26 2024 + URL:https://gitweb.gentoo.org/proj/fifo-cronolog.git/comm

[gentoo-commits] proj/fifo-cronolog:master commit in: /

2024-03-12 Thread Robin H. Johnson
commit: 33db6ad55a866b9944d8038e036c7dce65e26eea Author: Robin H. Johnson gentoo org> AuthorDate: Tue Mar 12 18:05:47 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Tue Mar 12 18:05:47 2024 + URL:https://gitweb.gentoo.org/proj/fifo-cronolog.git/comm

<    1   2   3   4   5   6   7   8   9   10   >