[jira] [Comment Edited] (FLINK-35210) Give the option to set automatically the parallelism of the KafkaSource to the number of kafka partitions

2024-04-22 Thread Nicolas Perrin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839756#comment-17839756 ] Nicolas Perrin edited comment on FLINK-35210 at 4/22/24 3:45 PM: - That's

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-22 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89530 >From c6706922f31d4a7eedecb483346f99bffef67539 Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add supp

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-22 Thread Nicolas van Kempen via cfe-commits
@@ -3,15 +3,16 @@ modernize-use-starts-ends-with == -Checks whether a ``find`` or ``rfind`` result is compared with 0 and suggests -replacing with ``starts_with`` when the method exists in the class. Notably, +Checks for common roundabout ways to

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-22 Thread Nicolas van Kempen via cfe-commits
nicovank wrote: Got it, thanks! I'm somewhat familiar using InnerMatchers but didn't think that solution fit quite right here. This new version I think is much better. Kept matcher construction in `registerMatchers`, added a little bit of logic in `check` to make sure some sizes match.

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-22 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89530 >From 98af89a36d4f112c3b31e450a5e6df8b6593aed4 Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add supp

[jira] [Created] (FLINK-35210) Give the option to set automatically the parallelism of the KafkaSource to the number of kafka partitions

2024-04-22 Thread Nicolas Perrin (Jira)
Nicolas Perrin created FLINK-35210: -- Summary: Give the option to set automatically the parallelism of the KafkaSource to the number of kafka partitions Key: FLINK-35210 URL: https://issues.apache.org/jira/browse

[jira] [Created] (FLINK-35210) Give the option to set automatically the parallelism of the KafkaSource to the number of kafka partitions

2024-04-22 Thread Nicolas Perrin (Jira)
Nicolas Perrin created FLINK-35210: -- Summary: Give the option to set automatically the parallelism of the KafkaSource to the number of kafka partitions Key: FLINK-35210 URL: https://issues.apache.org/jira/browse

Re: [Qgis-user] [QGIS-Developer] web based spatial MIS/Dashboard

2024-04-22 Thread Nicolas Boisteault via QGIS-User
/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Nicolas Boisteault Développeur / Géomaticien www.3liz.com <https://www.3liz.com> *Tel.* 06 19 36 78 32 ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info:

[jira] [Created] (FLINK-35209) Add a DeserializationSchema decorator that counts deserialize errors

2024-04-22 Thread Nicolas Perrin (Jira)
Nicolas Perrin created FLINK-35209: -- Summary: Add a DeserializationSchema decorator that counts deserialize errors Key: FLINK-35209 URL: https://issues.apache.org/jira/browse/FLINK-35209 Project

[jira] [Created] (FLINK-35209) Add a DeserializationSchema decorator that counts deserialize errors

2024-04-22 Thread Nicolas Perrin (Jira)
Nicolas Perrin created FLINK-35209: -- Summary: Add a DeserializationSchema decorator that counts deserialize errors Key: FLINK-35209 URL: https://issues.apache.org/jira/browse/FLINK-35209 Project

Re: [FFmpeg-devel] [PATCH v3 0/1] avformat/demux: fix accurate probing of durations in mpegts/ps

2024-04-22 Thread Nicolas Gaullier
>De : Nicolas Gaullier >Envoyé : mardi 2 avril 2024 23:26 >Objet : [PATCH v3 0/1] avformat/demux: fix accurate probing of durations in >mpegts/ps > >v3: rebased after ed9363052f4b8b8 applied tonight (add duration_probesize >AVOption) > >Note: I have no o

Re: Failing streaming replication on PostgreSQL 14

2024-04-22 Thread Nicolas Seinlet
locate the issue's origin? thanks, Nicolas. On Tuesday, April 16th, 2024 at 09:56, Nicolas Seinlet wrote: > > > Hello, > > > What exactly is "cyphered ZFS"? Can you reproduce the problem with some > > other filesystem? If it's something very u

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-21 Thread Nicolas van Kempen via cfe-commits
nicovank wrote: Update following feedback. I rewrote `hasStringAndLengthArguments` to only build the matchers once (`static`), with necessary information being saved in variable bindings. @PiotrZSL This should be better, right? https://github.com/llvm/llvm-project/pull/89530

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-21 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89530 >From ff7ebb3086d5467685e54435f3eabe86c76c24b0 Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add supp

bug#70490: guix-for-channels stuck in a loop

2024-04-21 Thread Nicolas Odermatt-Lemay
Hi, The procedure guix-for-channels seems to have introduced a loop. I am currently using guix with commit 43a4215cad8c6da357f895569c0cedf5e854cee0. Here are the steps to reproduce : 1. Take the example file system/examples/vm-image.tmpl 2. Add the guix-science channel as explained in

[dolphin] [Bug 485868] dolphin won't open and causes a memory leak

2024-04-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485868 Nicolas Fella changed: What|Removed |Added Severity|critical|normal CC

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-20 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89530 >From 7a2ff84f113959bc89f50b6eef7ee9762e6f5d2f Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add supp

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-20 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89530 >From 5f20627f74103d3b2b5adf484c902b85228006dd Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add supp

[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (PR #89530)

2024-04-20 Thread Nicolas van Kempen via cfe-commits
89140 (no additional instances) - https://github.com/dolphin-emu/dolphin/pull/12718 >From decc4b58c4d899e619ea63c50fa873c7bc605baf Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sun, 21 Apr 2024 05:17:19 + Subject: [PATCH] [clang-tidy][modernize-use-starts-ends-with] Add support f

[clang-tools-extra] [run-clang-tidy.py] Refactor, add progress indicator, add type hints (PR #89490)

2024-04-20 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89490 >From 8b52200a0ccfa801471e7326859276ef9b46 Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sat, 20 Apr 2024 02:58:25 + Subject: [PATCH] [run-clang-tidy.py] Refactor, add progress indicator,

[clang-tools-extra] [run-clang-tidy.py] Refactor, add progress indicator, add type hints (PR #89490)

2024-04-19 Thread Nicolas van Kempen via cfe-commits
± 1.4 | | New | 92.2 ± 1.5 | >From 8decb15cb6a1734b01e31277d4698677564b227e Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Sat, 20 Apr 2024 02:58:25 + Subject: [PATCH] [run-clang-tidy.py] Refactor, add progress indicator, add type hints --- .../clang-tidy/tool/run-clang-tidy.py |

[clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via cfe-commits
nicovank wrote: Maybe @kazutakahirata (or anyone else) can stamp the minor `clang-doc` change? I don't have commit access, feel free to hit merge when everything is in order  . https://github.com/llvm/llvm-project/pull/89140 ___ cfe-commits mailing

[Lldb-commits] [clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via lldb-commits
nicovank wrote: Maybe @kazutakahirata (or anyone else) can stamp the minor `clang-doc` change? I don't have commit access, feel free to hit merge when everything is in order  . https://github.com/llvm/llvm-project/pull/89140 ___ lldb-commits

[clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via cfe-commits
nicovank wrote: Added one missed instance due to CMake configuration options. https://github.com/llvm/llvm-project/pull/89140 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via lldb-commits
nicovank wrote: Added one missed instance due to CMake configuration options. https://github.com/llvm/llvm-project/pull/89140 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via cfe-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89140 >From 2c82316a0f6641b93c666143211a87f06de8feab Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Wed, 17 Apr 2024 14:27:42 -0400 Subject: [PATCH] Apply modernize-use-starts-ends-with on llvm-proj

[Lldb-commits] [clang-tools-extra] [lldb] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-19 Thread Nicolas van Kempen via lldb-commits
https://github.com/nicovank updated https://github.com/llvm/llvm-project/pull/89140 >From 2c82316a0f6641b93c666143211a87f06de8feab Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Wed, 17 Apr 2024 14:27:42 -0400 Subject: [PATCH] Apply modernize-use-starts-ends-with on llvm-proj

Re: [FRnOG] [MISC] Analyse de la 5G, première partie

2024-04-19 Thread Nicolas Vigier
On Fri, 19 Apr 2024, Philippe ASTIER via frnog wrote: > > Sérieusement, sans connaissance, sans scientifique, on aurait le bonheur de > vivre dans la misère jusqu’à 40 ans au mieux, comme il y a quelques siècles. La durée de vie normale d'un etre humain il y a quelques siecles était d'environ

[jira] [Updated] (CAMEL-20692) camel-cxf - No Payload is logged when the logging feature is enabled

2024-04-19 Thread Nicolas Filotto (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-20692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Filotto updated CAMEL-20692: Summary: camel-cxf - No Payload is logged when the logging feature is enabled

[jira] [Comment Edited] (CAMEL-20692) camel-cxf - No Payload(body) is logged in REQ_IN/RESP_OUT messages when cxf endpoint with loggingFeatureEnabled=true

2024-04-19 Thread Nicolas Filotto (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-20692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839055#comment-17839055 ] Nicolas Filotto edited comment on CAMEL-20692 at 4/19/24 5:03 PM

[jira] [Commented] (CAMEL-20692) camel-cxf - No Payload(body) is logged in REQ_IN/RESP_OUT messages when cxf endpoint with loggingFeatureEnabled=true

2024-04-19 Thread Nicolas Filotto (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-20692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839055#comment-17839055 ] Nicolas Filotto commented on CAMEL-20692: - Thanks for reporting the issue, I confirm the bug

[jira] [Assigned] (CAMEL-20692) camel-cxf - No Payload(body) is logged in REQ_IN/RESP_OUT messages when cxf endpoint with loggingFeatureEnabled=true

2024-04-19 Thread Nicolas Filotto (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-20692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Filotto reassigned CAMEL-20692: --- Assignee: Nicolas Filotto > camel-cxf - No Payload(body) is logged in REQ

Solid 6.1.1

2024-04-19 Thread Nicolas Fella
Hi, due to an important issue Solid 6.1.1 is available at https://download.kde.org/stable/frameworks/6.1/solid-6.1.1.tar.xz The release is signed with 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 Cheers Nico

[frameworks-solid] [Bug 485507] Unspecified Error With LUKS Encrypted Removable Drives

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485507 Nicolas Fella changed: What|Removed |Added Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram

[kde] [Bug 485684] KDE - Absturz nach Kopieren von Dateien in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485684 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Status

[kde] [Bug 485679] KDE - Absturz nach Aktualisieren von Verzeichnisliste in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485679 --- Comment #5 from Nicolas Fella --- *** Bug 485684 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kde] [Bug 485679] KDE - Absturz nach Aktualisieren von Verzeichnisliste in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485679 --- Comment #4 from Nicolas Fella --- *** Bug 485693 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 485693] KDE - Absturz nach Vorspulen im Browser Firefox - Youtube.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485693 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Status

[plasmashell] [Bug 485764] KDE - Absturz der Oberfläche mit Aussetzer und Neuaufbau.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485764 Nicolas Fella changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[kde] [Bug 485679] KDE - Absturz nach Aktualisieren von Verzeichnisliste in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485679 --- Comment #3 from Nicolas Fella --- *** Bug 485764 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kde] [Bug 485679] KDE - Absturz nach Aktualisieren von Verzeichnisliste in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485679 --- Comment #2 from Nicolas Fella --- *** Bug 485781 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kde] [Bug 485781] KDE - Oberfläche hängt sich auf, nach längerer Zeit platzieren sich alle Fenster neu verschoben auf dem Bildschirm.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485781 Nicolas Fella changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kde] [Bug 485679] KDE - Absturz nach Aktualisieren von Verzeichnisliste in Dolphin.

2024-04-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485679 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Status

Bug#632490: libevent-dev: namespace polution (#define-s _GNU_SOURCE)

2024-04-18 Thread Nicolas Mora
Hello, I took over the package for libevent and I'm wondering if this bug is still relevant. The bug hasn't received any update for more than 12 years so it may be outdated now. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632490 /Nicolas

Re: *****SPAM***** Marking as spam [was: *****SPAM***** Re: LibreOffice removed from Debian]

2024-04-18 Thread Nicolas George
an.org/debian-user/2024/04/msg00294.html Regards, -- Nicolas George

Re: *****SPAM***** Marking as spam [was: *****SPAM***** Re: LibreOffice removed from Debian]

2024-04-18 Thread Nicolas George
Hans (12024-04-18): > As I can not fix it You can manually remove “*SPAM*” from the mail when you reply. You could even automate it on your end. -- Nicolas George

Bug#638359: libevent-1.4-2: Add Hip-Hop patches

2024-04-18 Thread Nicolas Mora
?bug=638359 /Nicolas

[jira] [Updated] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-12982: -- Attachment: OFBIZ-12982.patch > updateMyTimesheet throws an er

[jira] [Updated] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-12982: -- Attachment: (was: OFBIZ-12982.patch) > updateMyTimesheet throws an er

[jira] [Comment Edited] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838518#comment-17838518 ] Nicolas Malin edited comment on OFBIZ-12982 at 4/18/24 7:54 AM: I

[jira] [Commented] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838518#comment-17838518 ] Nicolas Malin commented on OFBIZ-12982: --- I updated a first patch to remove all mini lang

[jira] [Updated] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-12982: -- Attachment: OFBIZ-12982.patch > updateMyTimesheet throws an er

[jira] [Assigned] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-18 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin reassigned OFBIZ-12982: - Assignee: Nicolas Malin > updateMyTimesheet throws an er

[clang-tools-extra] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-17 Thread Nicolas van Kempen via cfe-commits
nicovank wrote: `std::string::starts_with` is only available from C++20, and LLVM is limited to C++17 as far as I know. However, the two objects here are `StringRef` so this is safe. https://github.com/llvm/llvm-project/pull/89140 ___ cfe-commits

[clang-tools-extra] [llvm] Apply modernize-use-starts-ends-with on llvm-project (PR #89140)

2024-04-17 Thread Nicolas van Kempen via cfe-commits
tions to this check, but they don't seem to flag any additional cases anyway. >From 4f28eccd28878683c75f17e0114d1b3b2380190c Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Wed, 17 Apr 2024 14:27:42 -0400 Subject: [PATCH] Apply modernize-use-starts-ends-with on llvm-project --- cla

[FFmpeg-cvslog] avfilter/vf_colorspace: use colorspace negotiation API

2024-04-17 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Thu Apr 4 19:05:14 2024 +0200| [376b3d53c54791c1be58709df4303ba2b90851bc] | committer: Niklas Haas avfilter/vf_colorspace: use colorspace negotiation API Fixes a regression due to the fact that the colorspace filter does not use the new API

[uclibc-ng-devel] Re: aarch64 and uclibc-ng

2024-04-17 Thread Nicolas Cavallari
On 17/04/2024 05:10, Dmitriy Chestnykh wrote: I was able to build minimal qemu buildroot aarch64 config and run it, the system successfully started and ssh worked SSH probably does not use enough thread local storage to crash. Try ntpd or a program that makes heavy use of C++ exceptions.

Re: [dnsdist] Disable cache for certain sources

2024-04-16 Thread Nicolas Baumgarten via dnsdist
Hi! Don't have the exact syntax now but you can use netmaskgrouprule with setskipcacheaction. Saludos On Tue, Apr 16, 2024, 21:28 Andreas Wili via dnsdist < dnsdist@mailman.powerdns.com> wrote: > Hi, > > On 16.04.24 19:09, Jacob Bunk Nielsen via dnsdist wrote: > > Hi > > > > Andreas Wili via

Re: [PATCH v5 1/9] drm/mediatek/uapi: Add DRM_MTK_GEM_CREATE_ENCRYPTED flag

2024-04-16 Thread Nicolas Dufresne
ion but that no cryptographic algorithm will be involved. Nicolas > a secure buffer to support secure video path feature. > > Signed-off-by: Jason-JH.Lin > Signed-off-by: Hsiao Chien Sung > --- > include/uapi/drm/mediatek_drm.h | 1 + > 1 file changed, 1 insertion(+) > >

Re: [tor-relays] issues with tor rpm : anyone sees what I am doing wrong ?

2024-04-16 Thread Nicolas Vigier
On Mon, 08 Apr 2024, Carlos wrote: > > echo "[tor]" > /etc/yum.repos.d/Tor.repo > echo "name=Tor for Fedora $releasever - $basearch" >> > /etc/yum.repos.d/Tor.repo > echo "baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch; >> > /etc/yum.repos.d/Tor.repo Can you show the content of

Re: Automatic reboot on kernel crash in Debian 12 - how?

2024-04-16 Thread Nicolas George
able > to jury-rig something using the provider's API if necessary. You probably can. But first check if your VM has an emulated hardware watchdog. Regards, -- Nicolas George

[ccp4bb] error when running pandda.inspect

2024-04-16 Thread Nicolas Foos
e named giant.logs" So I tried to fixed it myself, without success up to now. Maybe I am missing something obvious. I did search on the ccp4bb archive. Someone had exactly the same issue. But I couldn't find any answer. If someone could help me. Have a nice day. Nicolas -- Nicolas

Re: Automatic reboot on kernel crash in Debian 12 - how?

2024-04-16 Thread Nicolas George
st install and enable the corresponding daemon, and check it works by SIGSTOPing it. If your motherboard does not have one, you can probably DIY one from a RPi or an Arduino. Regards, -- Nicolas George

Re: [prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-16 Thread Nicolas
43_5d_af_97_25_1e_66_60_6b_bc_61_55_8f_bd_31_76_4b_62_ca_a8_77_26_fc_f8_e8_35_4f_77_9f_b7_25_6e_1d_7f_06_27_07_3e_bc_04_ee_13_d2_d3_43_ef_6f_04_fd_88_03_bb_37_f9_fe_75_9e_0b_c5_99_38_5d_64_af_d1_67_35_3c_99_ff_7b_cc_92_2d_67_10_13_11_3b_f5_85_bd_77_f2_7d_19_67_e8_7d_92_e5_9c_cd_ba_86_eb_d3_23_81_d0_09_e9_be_82_58_6a_e9_b3_c4_1a_78_09_1e_44_bb_f7_fd_23_ed_4c_14_23_f1_83_63_55_aa_b1_c7_ce_7d_b5_94_c9_e4_1a_f3_d9_42_dd_19_24_69_13_ Le mardi 16 avril 2024 à 00:24:54 UTC+2, Nicolas a écrit : > I think i found something. It's the mib of SNMPv2-MI

Re: Failing streaming replication on PostgreSQL 14

2024-04-16 Thread Nicolas Seinlet
me, without knowing what triggers the error. thanks for helping, Nicolas. publickey - nicolas@seinlet.com - 0xCAEB7FAF.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-15 Thread Nicolas
- 1.3.6.1.4.1.9.9.109.1.1.1.1.8- 1.3.6.1.4.1.9.9.13.1.4- 1.3.6.1.4.1.9.9.13.1.5- 1.3.6.1.4.1.9.9.48.1.1.1.5- 1.3.6.1.4.1.9.9.48.1.1.1.6- 1.3.6.1.4.1.9.9.68.1.2.2.1.2* work without a hitch. Le lundi 15 avril 2024 à 23:12:18 UTC+2, Nicolas a écrit : > Hi Ben, > Here the debug log, but they are s

[frameworks-solid] [Bug 477915] Can't mount encrypted drives

2024-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=477915 Nicolas Fella changed: What|Removed |Added Version|6.1.0 |5.246.0 --- Comment #17 from Nicolas Fella

[FRnOG] [TECH] Re: Analyse Capture WireShark

2024-04-15 Thread Nicolas Parpandet via frnog
on en revient toujours aux sources  Ou en laissant trainer une sonde avec ntopng ... (lui par contre est tordu) A+ Nicolas From: Michel KOENIG Sent: Monday, April 15, 2024 22:21 To: Nicolas Parpandet ; frnog-t...@frnog.org Subject: RE: Analyse Capture

Re: [prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-15 Thread Nicolas
s received by filter0 packets dropped by kernel* Le lundi 15 avril 2024 à 22:41:24 UTC+2, Ben Kochie a écrit : > If you use `snmp_exporter --log.level=debug`, what do the logs say? > > On Mon, Apr 15, 2024 at 10:38 PM Nicolas wrote: > >> Hello, >

Re: [prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-15 Thread Nicolas
;http://swro-arte-strg-data-2.net.com/>.snmp: F=apr U="supserver" [!scoped PDU]9d_5d_4e_0c_1f_26_92_e6_a6_65_0c_3a_04_b0_8e_f7_66_7d_18_97_3f_5d_84_e2_04* *..80 packets captured85 packets received by filter0 packets dropped by kernel* Le lundi 15 avril 2024 à 22:41:24 UTC+

Re: [prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-15 Thread Nicolas
Le lundi 15 avril 2024 à 22:41:24 UTC+2, Ben Kochie a écrit : > If you use `snmp_exporter --log.level=debug`, what do the logs say? > > On Mon, Apr 15, 2024 at 10:38 PM Nicolas wrote: > >> Hello, >> I have a strange error and I hope you can help me, or maybe there is a

[prometheus-users] Generator snmp_exporter return error 500 in prometheus

2024-04-15 Thread Nicolas
Hello, I have a strange error and I hope you can help me, or maybe there is a problem with the snmp_exporter generator in the latest version. I'm using snmp_exporter version 0.25.0 and prometheus My generator.yml file looks like this: *auths: cisco_v3:security_level:

[FRnOG] [TECH] Re: Analyse Capture WireShark

2024-04-15 Thread Nicolas Parpandet via frnog
nom, et il y a tout ce qu'il faut pour les graphiques (flux tcp sous forme de graphe, bande passante, perte de paquets, gigue...) Pour la VOIP c'est sympa il y a tout ce qu'il faut. A+ Nicolas From: frnog-requ...@frnog.org on behalf of Michel KOENIG via frnog

[frameworks-solid] [Bug 477915] Can't mount encrypted drives

2024-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=477915 Nicolas Fella changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because

[frameworks-solid] [Bug 477915] Can't mount encrypted drives

2024-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=477915 Nicolas Fella changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

Re: Failing streaming replication on PostgreSQL 14

2024-04-15 Thread Nicolas Seinlet
On Monday, April 15th, 2024 at 14:36, Ron Johnson wrote: > On Mon, Apr 15, 2024 at 2:53 AM Nicolas Seinlet wrote: > > > Hello everyone, > > > > Since I moved some clusters from PostgreSQL 12 to 14, I noticed random > > failures in streaming replication. I

[Kernel-packages] [Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-04-15 Thread Nicolas CHAPIT
After some updates on friday, this morning, I was able to connect my headset. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/205 Title: [RTL8822CE] i could not able to connect my

[Touch-packages] [Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-04-15 Thread Nicolas CHAPIT
After some updates on friday, this morning, I was able to connect my headset. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/205 Title: [RTL8822CE] i could not able to

[Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-04-15 Thread Nicolas CHAPIT
After some updates on friday, this morning, I was able to connect my headset. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/205 Title: [RTL8822CE] i could not able to connect my bluetooth

[okular] [Bug 443403] Reduce the size of the digital signature display

2024-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=443403 --- Comment #37 from Nicolas Fella --- Git commit 465b9ff5cea0cc4d4f35308ac1bb3d84a912cda9 by Nicolas Fella. Committed on 15/04/2024 at 12:24. Pushed by nicolasfella into branch 'master'. Let poppler pick the font size when signing signature fields

[okular] [Bug 443403] Reduce the size of the digital signature display

2024-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=443403 --- Comment #37 from Nicolas Fella --- Git commit 465b9ff5cea0cc4d4f35308ac1bb3d84a912cda9 by Nicolas Fella. Committed on 15/04/2024 at 12:24. Pushed by nicolasfella into branch 'master'. Let poppler pick the font size when signing signature fields

[jira] [Commented] (OFBIZ-12982) updateMyTimesheet throws an error

2024-04-15 Thread Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837103#comment-17837103 ] Nicolas Malin commented on OFBIZ-12982: --- I'm on it, just it's a nightmare, project is a good

Failing streaming replication on PostgreSQL 14

2024-04-15 Thread Nicolas Seinlet
ed another secondary and noticed the issue can appear on one of the secondaries, not both at the same time. What can I do to detect the origin of this issue? Have a nice week, Nicolas. signature.asc Description: OpenPGP digital signature

Re: [FFmpeg-devel] [PATCH] libavdevice: Improve example in deprecation message for opengl and sdl

2024-04-14 Thread Nicolas George
Nicolas George (12024-04-14): > Either we find options to make ffplay display frames as fast as > possible, or we must document to the user that no adequate replacement > exists. Please add “-vf setpts=0”. It still has a little more latency than a built-in device, but at least th

Re: [FFmpeg-devel] [PATCH] libavdevice: Improve example in deprecation message for opengl and sdl

2024-04-14 Thread Nicolas George
the last one is almost instantaneous. Either we find options to make ffplay display frames as fast as possible, or we must document to the user that no adequate replacement exists. Or we make a point of fixing the devices that were broken. Regards, -- Nicol

[dolphin] [Bug 485465] Dolphin crashes when drag a file over folder path

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485465 Nicolas Fella changed: What|Removed |Added Severity|critical|normal CC

[Discover] [Bug 485463] discover 6.0.4 fails to launch on Neon Testing

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485463 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Severity

[neon] [Bug 485444] Tray Icons vanish when connecting to VPN

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485444 Nicolas Fella changed: What|Removed |Added Product|kde |neon Assignee|unassigned-b

[Discover] [Bug 485436] There are several updates that the system cannot apply

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485436 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Severity

Recurrent Video meeting schedule up to DC24

2024-04-12 Thread Nicolas Dandrimont
next Friday. Thanks, -- Nicolas Dandrimont

Re: Streaming for MiniDebConf BH 2024

2024-04-12 Thread Nicolas Dandrimont
eaming and you should be able to get going. Relevant config to be updated: https://salsa.debian.org/debconf-video-team/ansible-inventory/-/blob/master/inventory/group_vars/all/streaming.yml?ref_type=heads#L3 Cheers, -- Nicolas Dandrimont

[systemsettings] [Bug 484208] UI freezes on editing app properties

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484208 --- Comment #5 from Nicolas Fella --- This has nothing to do with Discover -- You are receiving this mail because: You are watching all bug changes.

Re: [FFmpeg-devel] [RFC] Bump minimum required version of Android to 5.0

2024-04-12 Thread Nicolas George
Tomas Härdin (12024-04-12): > Makes me wonder what kind of devices people run that haven't been > updated in 10+ years.. The kind of devices that no longer get software updates but the owner cannot afford to replace. -- Nicolas George ___

[systemsettings] [Bug 485408] 4ad6a5d8bc0a60c14e7d76d148c1c3db786db706 loses Ctrl+Q quit action and window size/position memory

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485408 Nicolas Fella changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[systemsettings] [Bug 485408] 4ad6a5d8bc0a60c14e7d76d148c1c3db786db706 loses Ctrl+Q quit action and window size/position memory

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485408 --- Comment #5 from Nicolas Fella --- Git commit 185aa54a73a182cbe4692402c3fbd1dbb97764c0 by Nicolas Fella. Committed on 12/04/2024 at 10:45. Pushed by nicolasfella into branch 'master'. Enable saving window state KXmlGuiWindow did that automatically

[systemsettings] [Bug 485408] 4ad6a5d8bc0a60c14e7d76d148c1c3db786db706 loses Ctrl+Q quit action and window size/position memory

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485408 --- Comment #4 from Nicolas Fella --- Git commit dc730a7e504b3fdeeaf5261c32934e2bd07b4de2 by Nicolas Fella. Committed on 12/04/2024 at 10:38. Pushed by nicolasfella into branch 'master'. Associate window with actioncollection This is needed

[systemsettings] [Bug 485408] 4ad6a5d8bc0a60c14e7d76d148c1c3db786db706 loses Ctrl+Q quit action and window size/position memory

2024-04-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485408 --- Comment #1 from Nicolas Fella --- The quit action is still there: https://invent.kde.org/plasma/systemsettings/-/blob/master/app/SettingsBase.cpp?ref_type=heads#L124 There is indeed a problem with shortcuts for the actions. Size/position is done

Re: [PHP-DEV][DISCUSSION] Fix mb_trim inaccurate $character

2024-04-12 Thread Nicolas Grekas
gt; Still waiting for your comments! > Thank you. > > I also don't think this requires an RFC. This is a minor design issue that has only one possible solution, so there is little to discuss. Cheers, Nicolas

[plasma-pa] [Bug 485382] Testing audio shouldn't require and active radio button

2024-04-11 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485382 Nicolas Fella changed: What|Removed |Added CC||isma...@gmail.com

Re: config files - newline possible?

2024-04-11 Thread Nicolas George
Hans (12024-04-11): > But can this be done in config-files, too? Depends entirely on the software reading the config file. Some will use \, some will use something else, some will offer no solution. Regards, -- Nicolas George

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